28 #include "ui_endpage.h"
32 #include <QMessageBox>
40 connect(ui->inputWizardButton, &QAbstractButton::clicked,
this, &TLEndPage::openInputWizard);
48 void TLEndPage::openInputWizard()
53 if (configGadgetFactory) {
58 QMessageBox msgBox(
this);
59 msgBox.setText(tr(
"Unable to open Input Wizard since the Config Plugin is not\nloaded in "
60 "the current workspace."));
61 msgBox.setStandardButtons(QMessageBox::Ok);
62 msgBox.setDefaultButton(QMessageBox::Ok);
The SetupWizard class is the main interface to the setup wizard. It provides selects the sequence of ...
SetupWizard * getWizard() const
Core plugin system that manages the plugins, their life cycle and their registered objects...
TLEndPage(SetupWizard *wizard, QWidget *parent=nullptr)