/******************************************************************************** ** Form generated from reading UI file 'dtkPluginGeneratorPage.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_DTKPLUGINGENERATORPAGE_H #define UI_DTKPLUGINGENERATORPAGE_H #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_dtkPluginGeneratorPage { public: QGridLayout *gridLayout; QLabel *label_2; QLineEdit *m_prefix; QLabel *label_3; QLineEdit *m_suffix; QLabel *label_4; QLineEdit *m_name; QLabel *label; void setupUi(QWizardPage *dtkPluginGeneratorPage) { if (dtkPluginGeneratorPage->objectName().isEmpty()) dtkPluginGeneratorPage->setObjectName(QString::fromUtf8("dtkPluginGeneratorPage")); dtkPluginGeneratorPage->resize(400, 300); gridLayout = new QGridLayout(dtkPluginGeneratorPage); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); label_2 = new QLabel(dtkPluginGeneratorPage); label_2->setObjectName(QString::fromUtf8("label_2")); gridLayout->addWidget(label_2, 1, 0, 1, 1); m_prefix = new QLineEdit(dtkPluginGeneratorPage); m_prefix->setObjectName(QString::fromUtf8("m_prefix")); gridLayout->addWidget(m_prefix, 1, 1, 1, 2); label_3 = new QLabel(dtkPluginGeneratorPage); label_3->setObjectName(QString::fromUtf8("label_3")); gridLayout->addWidget(label_3, 2, 0, 1, 1); m_suffix = new QLineEdit(dtkPluginGeneratorPage); m_suffix->setObjectName(QString::fromUtf8("m_suffix")); gridLayout->addWidget(m_suffix, 2, 1, 1, 2); label_4 = new QLabel(dtkPluginGeneratorPage); label_4->setObjectName(QString::fromUtf8("label_4")); gridLayout->addWidget(label_4, 3, 0, 1, 2); m_name = new QLineEdit(dtkPluginGeneratorPage); m_name->setObjectName(QString::fromUtf8("m_name")); m_name->setReadOnly(true); gridLayout->addWidget(m_name, 3, 2, 1, 1); label = new QLabel(dtkPluginGeneratorPage); label->setObjectName(QString::fromUtf8("label")); gridLayout->addWidget(label, 0, 0, 1, 3); retranslateUi(dtkPluginGeneratorPage); QMetaObject::connectSlotsByName(dtkPluginGeneratorPage); } // setupUi void retranslateUi(QWizardPage *dtkPluginGeneratorPage) { dtkPluginGeneratorPage->setWindowTitle(QCoreApplication::translate("dtkPluginGeneratorPage", "WizardPage", nullptr)); label_2->setText(QCoreApplication::translate("dtkPluginGeneratorPage", "Prefix", nullptr)); label_3->setText(QCoreApplication::translate("dtkPluginGeneratorPage", "Suffix", nullptr)); label_4->setText(QCoreApplication::translate("dtkPluginGeneratorPage", "Generated Name:", nullptr)); label->setText(QCoreApplication::translate("dtkPluginGeneratorPage", "

Plugin configuration:

Use these fields to change the prefix/suffix of your plugin. The generated name is indicated below.

Alternatively you can use the default values and skip this page.

", nullptr)); } // retranslateUi }; namespace Ui { class dtkPluginGeneratorPage: public Ui_dtkPluginGeneratorPage {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DTKPLUGINGENERATORPAGE_H