/******************************************************************************** ** Form generated from reading UI file 'dtkIntroPage.ui' ** ** Created by: Qt User Interface Compiler version 5.15.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_DTKINTROPAGE_H #define UI_DTKINTROPAGE_H #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_dtkIntroPage { public: QVBoxLayout *verticalLayout; QLabel *label; QGroupBox *groupBox_2; QHBoxLayout *horizontalLayout; QLineEdit *m_path; QPushButton *m_browse; void setupUi(QWizardPage *dtkIntroPage) { if (dtkIntroPage->objectName().isEmpty()) dtkIntroPage->setObjectName(QString::fromUtf8("dtkIntroPage")); dtkIntroPage->resize(400, 300); verticalLayout = new QVBoxLayout(dtkIntroPage); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); label = new QLabel(dtkIntroPage); label->setObjectName(QString::fromUtf8("label")); label->setWordWrap(true); verticalLayout->addWidget(label); groupBox_2 = new QGroupBox(dtkIntroPage); groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); horizontalLayout = new QHBoxLayout(groupBox_2); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); m_path = new QLineEdit(groupBox_2); m_path->setObjectName(QString::fromUtf8("m_path")); horizontalLayout->addWidget(m_path); m_browse = new QPushButton(groupBox_2); m_browse->setObjectName(QString::fromUtf8("m_browse")); horizontalLayout->addWidget(m_browse); verticalLayout->addWidget(groupBox_2); retranslateUi(dtkIntroPage); QMetaObject::connectSlotsByName(dtkIntroPage); } // setupUi void retranslateUi(QWizardPage *dtkIntroPage) { dtkIntroPage->setWindowTitle(QCoreApplication::translate("dtkIntroPage", "WizardPage", nullptr)); label->setText(QCoreApplication::translate("dtkIntroPage", "

This wizard will help you to generate a new concept (an abstraction, a correspoding plugin and the node).
You simply need to specify a few options to produce the desired files.

", nullptr)); groupBox_2->setTitle(QCoreApplication::translate("dtkIntroPage", "Where should I generate it?", nullptr)); m_browse->setText(QCoreApplication::translate("dtkIntroPage", "Browse...", nullptr)); } // retranslateUi }; namespace Ui { class dtkIntroPage: public Ui_dtkIntroPage {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DTKINTROPAGE_H