| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'newclassdialog.ui' |
| 3 | ** |
| 4 | ** Created by: Qt User Interface Compiler version 5.15.3 |
| 5 | ** |
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
| 7 | ********************************************************************************/ |
| 8 | |
| 9 | #ifndef UI_NEWCLASSDIALOG_H |
| 10 | #define UI_NEWCLASSDIALOG_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtGui/QIcon> |
| 14 | #include <QtWidgets/QApplication> |
| 15 | #include <QtWidgets/QComboBox> |
| 16 | #include <QtWidgets/QDialog> |
| 17 | #include <QtWidgets/QGridLayout> |
| 18 | #include <QtWidgets/QHBoxLayout> |
| 19 | #include <QtWidgets/QLabel> |
| 20 | #include <QtWidgets/QLineEdit> |
| 21 | #include <QtWidgets/QPushButton> |
| 22 | #include <QtWidgets/QSpacerItem> |
| 23 | #include <QtWidgets/QToolButton> |
| 24 | #include <QtWidgets/QWidget> |
| 25 | |
| 26 | QT_BEGIN_NAMESPACE |
| 27 | |
| 28 | class Ui_NewClassDialog |
| 29 | { |
| 30 | public: |
| 31 | QGridLayout *gridLayout; |
| 32 | QSpacerItem *verticalSpacer; |
| 33 | QLabel *label_4; |
| 34 | QLineEdit *txtClassName; |
| 35 | QLineEdit *txtPath; |
| 36 | QLabel *label; |
| 37 | QComboBox *cbBaseClass; |
| 38 | QWidget *widget; |
| 39 | QHBoxLayout *horizontalLayout; |
| 40 | QSpacerItem *horizontalSpacer; |
| 41 | QPushButton *btnCreate; |
| 42 | QPushButton *btnCancel; |
| 43 | QLabel *label_3; |
| 44 | QLabel *label_2; |
| 45 | QToolButton *btnBrowsePath; |
| 46 | QLineEdit *; |
| 47 | QLabel *label_5; |
| 48 | QLineEdit *txtSourceName; |
| 49 | |
| 50 | void setupUi(QDialog *NewClassDialog) |
| 51 | { |
| 52 | if (NewClassDialog->objectName().isEmpty()) |
| 53 | NewClassDialog->setObjectName(QString::fromUtf8("NewClassDialog" )); |
| 54 | NewClassDialog->resize(642, 300); |
| 55 | gridLayout = new QGridLayout(NewClassDialog); |
| 56 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
| 57 | verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); |
| 58 | |
| 59 | gridLayout->addItem(verticalSpacer, 7, 0, 1, 1); |
| 60 | |
| 61 | label_4 = new QLabel(NewClassDialog); |
| 62 | label_4->setObjectName(QString::fromUtf8("label_4" )); |
| 63 | |
| 64 | gridLayout->addWidget(label_4, 2, 0, 1, 1); |
| 65 | |
| 66 | txtClassName = new QLineEdit(NewClassDialog); |
| 67 | txtClassName->setObjectName(QString::fromUtf8("txtClassName" )); |
| 68 | |
| 69 | gridLayout->addWidget(txtClassName, 0, 2, 1, 2); |
| 70 | |
| 71 | txtPath = new QLineEdit(NewClassDialog); |
| 72 | txtPath->setObjectName(QString::fromUtf8("txtPath" )); |
| 73 | |
| 74 | gridLayout->addWidget(txtPath, 4, 2, 1, 1); |
| 75 | |
| 76 | label = new QLabel(NewClassDialog); |
| 77 | label->setObjectName(QString::fromUtf8("label" )); |
| 78 | |
| 79 | gridLayout->addWidget(label, 0, 0, 1, 1); |
| 80 | |
| 81 | cbBaseClass = new QComboBox(NewClassDialog); |
| 82 | cbBaseClass->setObjectName(QString::fromUtf8("cbBaseClass" )); |
| 83 | |
| 84 | gridLayout->addWidget(cbBaseClass, 1, 2, 1, 2); |
| 85 | |
| 86 | widget = new QWidget(NewClassDialog); |
| 87 | widget->setObjectName(QString::fromUtf8("widget" )); |
| 88 | horizontalLayout = new QHBoxLayout(widget); |
| 89 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 90 | horizontalLayout->setContentsMargins(0, 0, 0, 0); |
| 91 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 92 | |
| 93 | horizontalLayout->addItem(horizontalSpacer); |
| 94 | |
| 95 | btnCreate = new QPushButton(widget); |
| 96 | btnCreate->setObjectName(QString::fromUtf8("btnCreate" )); |
| 97 | |
| 98 | horizontalLayout->addWidget(btnCreate); |
| 99 | |
| 100 | btnCancel = new QPushButton(widget); |
| 101 | btnCancel->setObjectName(QString::fromUtf8("btnCancel" )); |
| 102 | |
| 103 | horizontalLayout->addWidget(btnCancel); |
| 104 | |
| 105 | |
| 106 | gridLayout->addWidget(widget, 8, 0, 1, 4); |
| 107 | |
| 108 | label_3 = new QLabel(NewClassDialog); |
| 109 | label_3->setObjectName(QString::fromUtf8("label_3" )); |
| 110 | |
| 111 | gridLayout->addWidget(label_3, 4, 0, 1, 1); |
| 112 | |
| 113 | label_2 = new QLabel(NewClassDialog); |
| 114 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
| 115 | |
| 116 | gridLayout->addWidget(label_2, 1, 0, 1, 1); |
| 117 | |
| 118 | btnBrowsePath = new QToolButton(NewClassDialog); |
| 119 | btnBrowsePath->setObjectName(QString::fromUtf8("btnBrowsePath" )); |
| 120 | QIcon icon; |
| 121 | icon.addFile(QString::fromUtf8(":/icons/images/newlook24/053-open.png" ), QSize(), QIcon::Normal, QIcon::Off); |
| 122 | btnBrowsePath->setIcon(icon); |
| 123 | |
| 124 | gridLayout->addWidget(btnBrowsePath, 4, 3, 1, 1); |
| 125 | |
| 126 | txtHeaderName = new QLineEdit(NewClassDialog); |
| 127 | txtHeaderName->setObjectName(QString::fromUtf8("txtHeaderName" )); |
| 128 | |
| 129 | gridLayout->addWidget(txtHeaderName, 2, 2, 1, 2); |
| 130 | |
| 131 | label_5 = new QLabel(NewClassDialog); |
| 132 | label_5->setObjectName(QString::fromUtf8("label_5" )); |
| 133 | |
| 134 | gridLayout->addWidget(label_5, 3, 0, 1, 1); |
| 135 | |
| 136 | txtSourceName = new QLineEdit(NewClassDialog); |
| 137 | txtSourceName->setObjectName(QString::fromUtf8("txtSourceName" )); |
| 138 | |
| 139 | gridLayout->addWidget(txtSourceName, 3, 2, 1, 2); |
| 140 | |
| 141 | |
| 142 | retranslateUi(NewClassDialog); |
| 143 | |
| 144 | QMetaObject::connectSlotsByName(NewClassDialog); |
| 145 | } // setupUi |
| 146 | |
| 147 | void retranslateUi(QDialog *NewClassDialog) |
| 148 | { |
| 149 | NewClassDialog->setWindowTitle(QCoreApplication::translate("NewClassDialog" , "New Class" , nullptr)); |
| 150 | label_4->setText(QCoreApplication::translate("NewClassDialog" , "Header Name:" , nullptr)); |
| 151 | label->setText(QCoreApplication::translate("NewClassDialog" , "Class Name:" , nullptr)); |
| 152 | btnCreate->setText(QCoreApplication::translate("NewClassDialog" , "Create" , nullptr)); |
| 153 | btnCancel->setText(QCoreApplication::translate("NewClassDialog" , "Cancel" , nullptr)); |
| 154 | label_3->setText(QCoreApplication::translate("NewClassDialog" , "Path:" , nullptr)); |
| 155 | label_2->setText(QCoreApplication::translate("NewClassDialog" , "Base Class:" , nullptr)); |
| 156 | btnBrowsePath->setText(QCoreApplication::translate("NewClassDialog" , "..." , nullptr)); |
| 157 | label_5->setText(QCoreApplication::translate("NewClassDialog" , "Source Name:" , nullptr)); |
| 158 | } // retranslateUi |
| 159 | |
| 160 | }; |
| 161 | |
| 162 | namespace Ui { |
| 163 | class NewClassDialog: public Ui_NewClassDialog {}; |
| 164 | } // namespace Ui |
| 165 | |
| 166 | QT_END_NAMESPACE |
| 167 | |
| 168 | #endif // UI_NEWCLASSDIALOG_H |
| 169 | |