MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / setupUi

Method setupUi

launcher/ui/setupwizard/JavaWizardPage.cpp:25–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void JavaWizardPage::setupUi()
26{
27 setObjectName(QStringLiteral("javaPage"));
28 QVBoxLayout* layout = new QVBoxLayout(this);
29
30 m_java_widget = new JavaSettingsWidget(this);
31 layout->addWidget(m_java_widget);
32 setLayout(layout);
33
34 retranslate();
35}
36
37void JavaWizardPage::refresh()
38{

Callers 15

SelectReleaseDialogMethod · 0.45
MainWindowMethod · 0.45
PasteWizardPageMethod · 0.45
ThemeWizardPageMethod · 0.45
AutoJavaWizardPageMethod · 0.45
LoginWizardPageMethod · 0.45
ImportPageMethod · 0.45
CustomPageMethod · 0.45
OptionalModDialogMethod · 0.45
ResourcePageMethod · 0.45
AtlOptionalModDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected