virtual QString nextButtonText() const
Override to replace the "Next"/"Finish" button text on this page. Return an empty string to use the d...
Definition first_run_wizard_page.h:55
virtual bool isComplete() const
Whether Next/Finish should currently be enabled. Pages doing async work can flip this mid-step; emit ...
Definition first_run_wizard_page.h:36
virtual bool validatePage()
Called before advancing past this page. Return false to block navigation; the page itself is responsi...
Definition first_run_wizard_page.h:29
FirstRunWizardPage(QWidget *parent=nullptr)
Definition first_run_wizard_page.h:18
virtual bool isSkippable() const
Whether the wizard's "Skip" button should be offered on this page.
Definition first_run_wizard_page.h:42
virtual void initializePage()
Called every time the page becomes visible, including navigating back to it.
Definition first_run_wizard_page.h:23
virtual QString stepTitle() const =0
virtual void retranslateUi()=0
virtual QString stepSubtitle() const
Definition first_run_wizard_page.h:48
virtual bool handleNextClick()
Called when the user presses the Next button. Return true to allow advancing to the next page,...
Definition first_run_wizard_page.h:63