add checkbox to automatically open tutorial website, if available
This commit is contained in:
@ -85,7 +85,8 @@ protected:
|
||||
void setFont(const QFont &newfont);
|
||||
QWizardPage *tutorial_intro(const int ntutorial, const QString &infotext);
|
||||
QWizardPage *tutorial_directory(const int ntutorial);
|
||||
void setup_tutorial(int ntutorial, const QString &dir, bool purgedir, bool getsolution);
|
||||
void setup_tutorial(int ntutorial, const QString &dir, bool purgedir, bool getsolution,
|
||||
bool openwebpage);
|
||||
void purge_inspect_list();
|
||||
bool eventFilter(QObject *watched, QEvent *event) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user