ui: Refactored windows to QtWindow base class
* renamed QtSettingsWindow to QtWindow * moved functionality from QtProjectWizzardWindow to QtWindow * use common createWindow method in QtMainWindow
This commit is contained in:
@@ -96,13 +96,13 @@ protected:
|
||||
public slots:
|
||||
void activateWindow();
|
||||
|
||||
QtSettingsWindow* about();
|
||||
void about();
|
||||
void openSettings();
|
||||
void showDocumentation();
|
||||
QtSettingsWindow* showLicenses();
|
||||
QtSettingsWindow* enterLicense();
|
||||
void showLicenses();
|
||||
void enterLicense();
|
||||
|
||||
QtSettingsWindow* showStartScreen();
|
||||
void showStartScreen();
|
||||
void hideStartScreen();
|
||||
|
||||
void newProject();
|
||||
|
||||
Reference in New Issue
Block a user