/******************************************************************************** ** Form generated from reading UI file 'taskwindow.ui' ** ** Created by: Qt User Interface Compiler version 5.15.13 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_TASKWINDOW_H #define UI_TASKWINDOW_H #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_TaskWindow { public: QGroupBox *groupBox; QLineEdit *saveDirText; QPushButton *saveDirBtn; QGroupBox *groupBox_2; QLabel *label; QLabel *label_2; QLineEdit *leftTopText; QLineEdit *rightBottomText; QLabel *label_5; QComboBox *zoomValueCbx; QLabel *label_3; QLabel *label_4; QLineEdit *taskNameText; QPushButton *createBtn; QPushButton *exitBtn; void setupUi(QDialog *TaskWindow) { if (TaskWindow->objectName().isEmpty()) TaskWindow->setObjectName(QString::fromUtf8("TaskWindow")); TaskWindow->resize(640, 400); groupBox = new QGroupBox(TaskWindow); groupBox->setObjectName(QString::fromUtf8("groupBox")); groupBox->setGeometry(QRect(10, 10, 621, 311)); saveDirText = new QLineEdit(groupBox); saveDirText->setObjectName(QString::fromUtf8("saveDirText")); saveDirText->setGeometry(QRect(100, 40, 391, 30)); saveDirBtn = new QPushButton(groupBox); saveDirBtn->setObjectName(QString::fromUtf8("saveDirBtn")); saveDirBtn->setGeometry(QRect(510, 40, 89, 30)); groupBox_2 = new QGroupBox(groupBox); groupBox_2->setObjectName(QString::fromUtf8("groupBox_2")); groupBox_2->setGeometry(QRect(20, 130, 581, 161)); label = new QLabel(groupBox_2); label->setObjectName(QString::fromUtf8("label")); label->setGeometry(QRect(20, 40, 67, 30)); label_2 = new QLabel(groupBox_2); label_2->setObjectName(QString::fromUtf8("label_2")); label_2->setGeometry(QRect(320, 40, 67, 30)); leftTopText = new QLineEdit(groupBox_2); leftTopText->setObjectName(QString::fromUtf8("leftTopText")); leftTopText->setEnabled(true); leftTopText->setGeometry(QRect(100, 40, 141, 30)); leftTopText->setReadOnly(true); rightBottomText = new QLineEdit(groupBox_2); rightBottomText->setObjectName(QString::fromUtf8("rightBottomText")); rightBottomText->setGeometry(QRect(400, 40, 141, 30)); rightBottomText->setReadOnly(true); label_5 = new QLabel(groupBox_2); label_5->setObjectName(QString::fromUtf8("label_5")); label_5->setGeometry(QRect(20, 100, 67, 30)); zoomValueCbx = new QComboBox(groupBox_2); zoomValueCbx->setObjectName(QString::fromUtf8("zoomValueCbx")); zoomValueCbx->setGeometry(QRect(100, 100, 441, 30)); label_3 = new QLabel(groupBox); label_3->setObjectName(QString::fromUtf8("label_3")); label_3->setGeometry(QRect(20, 40, 67, 30)); label_4 = new QLabel(groupBox); label_4->setObjectName(QString::fromUtf8("label_4")); label_4->setGeometry(QRect(20, 90, 67, 30)); taskNameText = new QLineEdit(groupBox); taskNameText->setObjectName(QString::fromUtf8("taskNameText")); taskNameText->setGeometry(QRect(100, 90, 391, 30)); createBtn = new QPushButton(TaskWindow); createBtn->setObjectName(QString::fromUtf8("createBtn")); createBtn->setGeometry(QRect(420, 350, 89, 30)); exitBtn = new QPushButton(TaskWindow); exitBtn->setObjectName(QString::fromUtf8("exitBtn")); exitBtn->setGeometry(QRect(540, 350, 89, 30)); retranslateUi(TaskWindow); QMetaObject::connectSlotsByName(TaskWindow); } // setupUi void retranslateUi(QDialog *TaskWindow) { TaskWindow->setWindowTitle(QCoreApplication::translate("TaskWindow", "\345\210\233\345\273\272\344\273\273\345\212\241", nullptr)); groupBox->setTitle(QCoreApplication::translate("TaskWindow", "\344\273\273\345\212\241\344\277\241\346\201\257", nullptr)); saveDirBtn->setText(QCoreApplication::translate("TaskWindow", "\351\200\211\346\213\251\350\267\257\345\276\204", nullptr)); groupBox_2->setTitle(QCoreApplication::translate("TaskWindow", "\344\270\213\350\275\275\345\214\272\345\237\237", nullptr)); label->setText(QCoreApplication::translate("TaskWindow", "\345\267\246\344\270\212\350\247\222", nullptr)); label_2->setText(QCoreApplication::translate("TaskWindow", "\345\217\263\344\270\213\350\247\222", nullptr)); label_5->setText(QCoreApplication::translate("TaskWindow", "Zoom\345\200\274", nullptr)); label_3->setText(QCoreApplication::translate("TaskWindow", "\344\277\235\345\255\230\350\267\257\345\276\204", nullptr)); label_4->setText(QCoreApplication::translate("TaskWindow", "\344\273\273\345\212\241\345\220\215", nullptr)); createBtn->setText(QCoreApplication::translate("TaskWindow", "\345\210\233\345\273\272", nullptr)); exitBtn->setText(QCoreApplication::translate("TaskWindow", "\345\217\226\346\266\210", nullptr)); } // retranslateUi }; namespace Ui { class TaskWindow: public Ui_TaskWindow {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_TASKWINDOW_H