|
|
@ -126,9 +126,9 @@ void Launcher::MainDialog::createPages()
|
|
|
|
|
|
|
|
|
|
|
|
mPlayPage = new PlayPage(this);
|
|
|
|
mPlayPage = new PlayPage(this);
|
|
|
|
mDataFilesPage = new DataFilesPage(mCfgMgr, mGameSettings, mLauncherSettings, this);
|
|
|
|
mDataFilesPage = new DataFilesPage(mCfgMgr, mGameSettings, mLauncherSettings, this);
|
|
|
|
mGraphicsPage = new GraphicsPage(mCfgMgr, mEngineSettings, this);
|
|
|
|
mGraphicsPage = new GraphicsPage(mEngineSettings, this);
|
|
|
|
mSettingsPage = new SettingsPage(mCfgMgr, mGameSettings, mLauncherSettings, this);
|
|
|
|
mSettingsPage = new SettingsPage(mCfgMgr, mGameSettings, mLauncherSettings, this);
|
|
|
|
mAdvancedPage = new AdvancedPage(mCfgMgr, mGameSettings, mEngineSettings, this);
|
|
|
|
mAdvancedPage = new AdvancedPage(mGameSettings, mEngineSettings, this);
|
|
|
|
|
|
|
|
|
|
|
|
// Set the combobox of the play page to imitate the combobox on the datafilespage
|
|
|
|
// Set the combobox of the play page to imitate the combobox on the datafilespage
|
|
|
|
mPlayPage->setProfilesModel(mDataFilesPage->profilesModel());
|
|
|
|
mPlayPage->setProfilesModel(mDataFilesPage->profilesModel());
|
|
|
|