/******************************************************************************** ** Form generated from reading UI file 'dtkConceptDefinitionPage.ui' ** ** Created by: Qt User Interface Compiler version 5.15.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_DTKCONCEPTDEFINITIONPAGE_H #define UI_DTKCONCEPTDEFINITIONPAGE_H #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_dtkConceptDefinitionPage { public: QVBoxLayout *verticalLayout_2; QLabel *label; QGroupBox *groupBox; QVBoxLayout *verticalLayout; QCheckBox *m_runnable; QCheckBox *m_qObject; QCheckBox *m_custom; QLineEdit *m_customName; QCheckBox *m_pluginSystem; void setupUi(QWizardPage *dtkConceptDefinitionPage) { if (dtkConceptDefinitionPage->objectName().isEmpty()) dtkConceptDefinitionPage->setObjectName(QString::fromUtf8("dtkConceptDefinitionPage")); dtkConceptDefinitionPage->resize(400, 300); verticalLayout_2 = new QVBoxLayout(dtkConceptDefinitionPage); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); label = new QLabel(dtkConceptDefinitionPage); label->setObjectName(QString::fromUtf8("label")); label->setWordWrap(true); verticalLayout_2->addWidget(label); groupBox = new QGroupBox(dtkConceptDefinitionPage); groupBox->setObjectName(QString::fromUtf8("groupBox")); verticalLayout = new QVBoxLayout(groupBox); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); m_runnable = new QCheckBox(groupBox); m_runnable->setObjectName(QString::fromUtf8("m_runnable")); verticalLayout->addWidget(m_runnable); m_qObject = new QCheckBox(groupBox); m_qObject->setObjectName(QString::fromUtf8("m_qObject")); verticalLayout->addWidget(m_qObject); m_custom = new QCheckBox(groupBox); m_custom->setObjectName(QString::fromUtf8("m_custom")); verticalLayout->addWidget(m_custom); m_customName = new QLineEdit(groupBox); m_customName->setObjectName(QString::fromUtf8("m_customName")); verticalLayout->addWidget(m_customName); verticalLayout_2->addWidget(groupBox); m_pluginSystem = new QCheckBox(dtkConceptDefinitionPage); m_pluginSystem->setObjectName(QString::fromUtf8("m_pluginSystem")); verticalLayout_2->addWidget(m_pluginSystem); retranslateUi(dtkConceptDefinitionPage); QMetaObject::connectSlotsByName(dtkConceptDefinitionPage); } // setupUi void retranslateUi(QWizardPage *dtkConceptDefinitionPage) { dtkConceptDefinitionPage->setWindowTitle(QCoreApplication::translate("dtkConceptDefinitionPage", "WizardPage", nullptr)); label->setText(QCoreApplication::translate("dtkConceptDefinitionPage", "

Concept Definition:

Select the ancestor(s) of your class.

Additionally if this concept is designed to be implemented in plugins, checfk the "Plugin system" box.

", nullptr)); groupBox->setTitle(QCoreApplication::translate("dtkConceptDefinitionPage", "Inherits:", nullptr)); m_runnable->setText(QCoreApplication::translate("dtkConceptDefinitionPage", "QRunnable", nullptr)); m_qObject->setText(QCoreApplication::translate("dtkConceptDefinitionPage", "QObject", nullptr)); m_custom->setText(QCoreApplication::translate("dtkConceptDefinitionPage", "Custom", nullptr)); m_pluginSystem->setText(QCoreApplication::translate("dtkConceptDefinitionPage", "Plugin System", nullptr)); } // retranslateUi }; namespace Ui { class dtkConceptDefinitionPage: public Ui_dtkConceptDefinitionPage {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DTKCONCEPTDEFINITIONPAGE_H