MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / setupUi

Method setupUi

launcher/ui/setupwizard/JavaWizardPage.cpp:31–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void JavaWizardPage::setupUi()
32{
33 setObjectName(QStringLiteral("javaPage"));
34 QVBoxLayout * layout = new QVBoxLayout(this);
35
36 m_java_widget = new JavaSettingsWidget(this);
37 layout->addWidget(m_java_widget);
38 setLayout(layout);
39
40 retranslate();
41}
42
43void JavaWizardPage::refresh()
44{

Callers 15

PasteWizardPageMethod · 0.45
ImportPageMethod · 0.45
VanillaPageMethod · 0.45
ModPageMethod · 0.45
AtlOptionalModDialogMethod · 0.45
AtlPageMethod · 0.45
PageMethod · 0.45
TechnicPageMethod · 0.45
FtbPageMethod · 0.45
FlamePageMethod · 0.45
ModrinthPageMethod · 0.45
LauncherPageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected