/******************************************************************************** ** Form generated from reading UI file 'mainwindow.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_MAINWINDOW_H #define UI_MAINWINDOW_H #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_MainWindow { public: QWidget *centralwidget; QPushButton *openDirBtn; QLabel *label; QSpinBox *yearSpinBox; QLabel *label_2; QSpinBox *monthSpinBox; QSpinBox *daySpinBox; QLabel *label_3; QPushButton *startModifyBtn; QLabel *label_4; QLabel *label_5; QSpinBox *secondSpinBox; QSpinBox *hourSpinBox; QSpinBox *minuteSpinBox; QLabel *label_6; void setupUi(QMainWindow *MainWindow) { if (MainWindow->objectName().isEmpty()) MainWindow->setObjectName(QString::fromUtf8("MainWindow")); MainWindow->resize(404, 181); centralwidget = new QWidget(MainWindow); centralwidget->setObjectName(QString::fromUtf8("centralwidget")); openDirBtn = new QPushButton(centralwidget); openDirBtn->setObjectName(QString::fromUtf8("openDirBtn")); openDirBtn->setGeometry(QRect(80, 20, 92, 28)); label = new QLabel(centralwidget); label->setObjectName(QString::fromUtf8("label")); label->setGeometry(QRect(20, 70, 31, 31)); yearSpinBox = new QSpinBox(centralwidget); yearSpinBox->setObjectName(QString::fromUtf8("yearSpinBox")); yearSpinBox->setGeometry(QRect(50, 70, 50, 28)); yearSpinBox->setButtonSymbols(QAbstractSpinBox::ButtonSymbols::NoButtons); label_2 = new QLabel(centralwidget); label_2->setObjectName(QString::fromUtf8("label_2")); label_2->setGeometry(QRect(120, 70, 31, 31)); monthSpinBox = new QSpinBox(centralwidget); monthSpinBox->setObjectName(QString::fromUtf8("monthSpinBox")); monthSpinBox->setGeometry(QRect(150, 70, 50, 28)); monthSpinBox->setButtonSymbols(QAbstractSpinBox::ButtonSymbols::NoButtons); monthSpinBox->setMaximum(12); daySpinBox = new QSpinBox(centralwidget); daySpinBox->setObjectName(QString::fromUtf8("daySpinBox")); daySpinBox->setGeometry(QRect(250, 70, 50, 28)); daySpinBox->setButtonSymbols(QAbstractSpinBox::ButtonSymbols::NoButtons); daySpinBox->setMaximum(31); label_3 = new QLabel(centralwidget); label_3->setObjectName(QString::fromUtf8("label_3")); label_3->setGeometry(QRect(220, 70, 31, 31)); startModifyBtn = new QPushButton(centralwidget); startModifyBtn->setObjectName(QString::fromUtf8("startModifyBtn")); startModifyBtn->setGeometry(QRect(200, 20, 92, 28)); label_4 = new QLabel(centralwidget); label_4->setObjectName(QString::fromUtf8("label_4")); label_4->setGeometry(QRect(220, 110, 31, 31)); label_5 = new QLabel(centralwidget); label_5->setObjectName(QString::fromUtf8("label_5")); label_5->setGeometry(QRect(20, 110, 31, 31)); secondSpinBox = new QSpinBox(centralwidget); secondSpinBox->setObjectName(QString::fromUtf8("secondSpinBox")); secondSpinBox->setGeometry(QRect(250, 110, 50, 28)); secondSpinBox->setButtonSymbols(QAbstractSpinBox::ButtonSymbols::NoButtons); secondSpinBox->setMaximum(31); hourSpinBox = new QSpinBox(centralwidget); hourSpinBox->setObjectName(QString::fromUtf8("hourSpinBox")); hourSpinBox->setGeometry(QRect(50, 110, 50, 28)); hourSpinBox->setButtonSymbols(QAbstractSpinBox::ButtonSymbols::NoButtons); minuteSpinBox = new QSpinBox(centralwidget); minuteSpinBox->setObjectName(QString::fromUtf8("minuteSpinBox")); minuteSpinBox->setGeometry(QRect(150, 110, 50, 28)); minuteSpinBox->setButtonSymbols(QAbstractSpinBox::ButtonSymbols::NoButtons); minuteSpinBox->setMaximum(12); label_6 = new QLabel(centralwidget); label_6->setObjectName(QString::fromUtf8("label_6")); label_6->setGeometry(QRect(120, 110, 31, 31)); MainWindow->setCentralWidget(centralwidget); retranslateUi(MainWindow); QMetaObject::connectSlotsByName(MainWindow); } // setupUi void retranslateUi(QMainWindow *MainWindow) { MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "MainWindow", nullptr)); openDirBtn->setText(QCoreApplication::translate("MainWindow", "\346\211\223\345\274\200\346\226\207\344\273\266\345\244\271", nullptr)); label->setText(QCoreApplication::translate("MainWindow", "\345\271\264\357\274\232", nullptr)); label_2->setText(QCoreApplication::translate("MainWindow", "\346\234\210\357\274\232", nullptr)); label_3->setText(QCoreApplication::translate("MainWindow", "\346\227\245\357\274\232", nullptr)); startModifyBtn->setText(QCoreApplication::translate("MainWindow", "\345\274\200\345\247\213\345\244\204\347\220\206", nullptr)); label_4->setText(QCoreApplication::translate("MainWindow", "\347\247\222\357\274\232", nullptr)); label_5->setText(QCoreApplication::translate("MainWindow", "\346\227\266\357\274\232", nullptr)); label_6->setText(QCoreApplication::translate("MainWindow", "\345\210\206\357\274\232", nullptr)); } // retranslateUi }; namespace Ui { class MainWindow: public Ui_MainWindow {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MAINWINDOW_H