mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 19:36:57 +03:00
NOISSUE feature complete setup wizard
This commit is contained in:
parent
4c0db2b99d
commit
e1bd1c6145
17 changed files with 1075 additions and 553 deletions
|
|
@ -22,6 +22,8 @@ namespace Ui
|
|||
class SetupWizard;
|
||||
}
|
||||
|
||||
class BaseWizardPage;
|
||||
|
||||
class SetupWizard : public QWizard
|
||||
{
|
||||
Q_OBJECT
|
||||
|
|
@ -31,6 +33,11 @@ public: /* con/destructors */
|
|||
virtual ~SetupWizard();
|
||||
|
||||
void changeEvent(QEvent * event) override;
|
||||
BaseWizardPage *getBasePage(int id);
|
||||
BaseWizardPage *getCurrentBasePage();
|
||||
|
||||
private slots:
|
||||
void pageChanged(int id);
|
||||
|
||||
public: /* methods */
|
||||
static bool isRequired();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue