/******************************************************************************** ** Form generated from reading UI file 'formmffee.ui' ** ** Created: Mon Apr 22 12:41:55 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_FORMMFFEE_H #define UI_FORMMFFEE_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_FormMfFee { public: QVBoxLayout *verticalLayout; QTabWidget *tabWidget; QWidget *tab; QVBoxLayout *verticalLayout_2; QHBoxLayout *horizontalLayout; QLabel *label_5; QDateEdit *dateEditStart; QLabel *label_6; QDateEdit *dateEditEnd; QPushButton *pushButtonQueryPayInfo; QLabel *labelSubmit; QSpacerItem *horizontalSpacer; QTableWidget *tableWidgetPayInfo; void setupUi(QWidget *FormMfFee) { if (FormMfFee->objectName().isEmpty()) FormMfFee->setObjectName(QString::fromUtf8("FormMfFee")); FormMfFee->resize(628, 300); verticalLayout = new QVBoxLayout(FormMfFee); verticalLayout->setSpacing(0); verticalLayout->setContentsMargins(0, 0, 0, 0); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); tabWidget = new QTabWidget(FormMfFee); tabWidget->setObjectName(QString::fromUtf8("tabWidget")); tab = new QWidget(); tab->setObjectName(QString::fromUtf8("tab")); verticalLayout_2 = new QVBoxLayout(tab); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); horizontalLayout = new QHBoxLayout(); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); label_5 = new QLabel(tab); label_5->setObjectName(QString::fromUtf8("label_5")); horizontalLayout->addWidget(label_5); dateEditStart = new QDateEdit(tab); dateEditStart->setObjectName(QString::fromUtf8("dateEditStart")); dateEditStart->setCalendarPopup(true); horizontalLayout->addWidget(dateEditStart); label_6 = new QLabel(tab); label_6->setObjectName(QString::fromUtf8("label_6")); horizontalLayout->addWidget(label_6); dateEditEnd = new QDateEdit(tab); dateEditEnd->setObjectName(QString::fromUtf8("dateEditEnd")); dateEditEnd->setCalendarPopup(true); horizontalLayout->addWidget(dateEditEnd); pushButtonQueryPayInfo = new QPushButton(tab); pushButtonQueryPayInfo->setObjectName(QString::fromUtf8("pushButtonQueryPayInfo")); horizontalLayout->addWidget(pushButtonQueryPayInfo); labelSubmit = new QLabel(tab); labelSubmit->setObjectName(QString::fromUtf8("labelSubmit")); horizontalLayout->addWidget(labelSubmit); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); verticalLayout_2->addLayout(horizontalLayout); tableWidgetPayInfo = new QTableWidget(tab); tableWidgetPayInfo->setObjectName(QString::fromUtf8("tableWidgetPayInfo")); verticalLayout_2->addWidget(tableWidgetPayInfo); tabWidget->addTab(tab, QString()); verticalLayout->addWidget(tabWidget); retranslateUi(FormMfFee); tabWidget->setCurrentIndex(0); QMetaObject::connectSlotsByName(FormMfFee); } // setupUi void retranslateUi(QWidget *FormMfFee) { FormMfFee->setWindowTitle(QApplication::translate("FormMfFee", "Form", 0, QApplication::UnicodeUTF8)); label_5->setText(QApplication::translate("FormMfFee", "\345\274\200\345\247\213\346\227\245\346\234\237", 0, QApplication::UnicodeUTF8)); label_6->setText(QApplication::translate("FormMfFee", "\347\273\223\346\235\237\346\227\245\346\234\237", 0, QApplication::UnicodeUTF8)); pushButtonQueryPayInfo->setText(QApplication::translate("FormMfFee", "\346\237\245\350\257\242", 0, QApplication::UnicodeUTF8)); labelSubmit->setText(QApplication::translate("FormMfFee", "TextLabel", 0, QApplication::UnicodeUTF8)); tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("FormMfFee", "\347\274\264\350\264\271\350\256\260\345\275\225", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class FormMfFee: public Ui_FormMfFee {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_FORMMFFEE_H