/******************************************************************************** ** Form generated from reading UI file 'formbzjcfee.ui' ** ** Created: Mon Apr 22 12:42:37 2019 ** by: Qt User Interface Compiler version 4.8.4 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_FORMBZJCFEE_H #define UI_FORMBZJCFEE_H #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_FormBzjcFee { public: QVBoxLayout *verticalLayout; QHBoxLayout *horizontalLayout_2; QSpacerItem *horizontalSpacer_2; QLabel *labelState; QLabel *label_5; QDateEdit *dateEditStart; QLabel *label_6; QDateEdit *dateEditEnd; QPushButton *pushButtonQuery; QTableWidget *tableWidget; void setupUi(QWidget *FormBzjcFee) { if (FormBzjcFee->objectName().isEmpty()) FormBzjcFee->setObjectName(QString::fromUtf8("FormBzjcFee")); FormBzjcFee->resize(400, 300); verticalLayout = new QVBoxLayout(FormBzjcFee); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer_2); labelState = new QLabel(FormBzjcFee); labelState->setObjectName(QString::fromUtf8("labelState")); horizontalLayout_2->addWidget(labelState); label_5 = new QLabel(FormBzjcFee); label_5->setObjectName(QString::fromUtf8("label_5")); horizontalLayout_2->addWidget(label_5); dateEditStart = new QDateEdit(FormBzjcFee); dateEditStart->setObjectName(QString::fromUtf8("dateEditStart")); horizontalLayout_2->addWidget(dateEditStart); label_6 = new QLabel(FormBzjcFee); label_6->setObjectName(QString::fromUtf8("label_6")); horizontalLayout_2->addWidget(label_6); dateEditEnd = new QDateEdit(FormBzjcFee); dateEditEnd->setObjectName(QString::fromUtf8("dateEditEnd")); horizontalLayout_2->addWidget(dateEditEnd); pushButtonQuery = new QPushButton(FormBzjcFee); pushButtonQuery->setObjectName(QString::fromUtf8("pushButtonQuery")); horizontalLayout_2->addWidget(pushButtonQuery); verticalLayout->addLayout(horizontalLayout_2); tableWidget = new QTableWidget(FormBzjcFee); tableWidget->setObjectName(QString::fromUtf8("tableWidget")); verticalLayout->addWidget(tableWidget); retranslateUi(FormBzjcFee); QMetaObject::connectSlotsByName(FormBzjcFee); } // setupUi void retranslateUi(QWidget *FormBzjcFee) { FormBzjcFee->setWindowTitle(QApplication::translate("FormBzjcFee", "Form", 0, QApplication::UnicodeUTF8)); labelState->setText(QString()); label_5->setText(QApplication::translate("FormBzjcFee", "\345\274\200\345\247\213\346\227\245\346\234\237\357\274\232", 0, QApplication::UnicodeUTF8)); label_6->setText(QApplication::translate("FormBzjcFee", "\347\273\223\346\235\237\346\227\245\346\234\237\357\274\232", 0, QApplication::UnicodeUTF8)); pushButtonQuery->setText(QApplication::translate("FormBzjcFee", "\346\237\245\350\257\242", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class FormBzjcFee: public Ui_FormBzjcFee {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_FORMBZJCFEE_H