/******************************************************************************** ** Form generated from reading UI file 'dialogmffeequery.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_DIALOGMFFEEQUERY_H #define UI_DIALOGMFFEEQUERY_H #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_DialogMfFeeQuery { public: QVBoxLayout *verticalLayout_2; QVBoxLayout *verticalLayout; QDialogButtonBox *buttonBox; void setupUi(QDialog *DialogMfFeeQuery) { if (DialogMfFeeQuery->objectName().isEmpty()) DialogMfFeeQuery->setObjectName(QString::fromUtf8("DialogMfFeeQuery")); DialogMfFeeQuery->resize(740, 420); QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(DialogMfFeeQuery->sizePolicy().hasHeightForWidth()); DialogMfFeeQuery->setSizePolicy(sizePolicy); DialogMfFeeQuery->setMinimumSize(QSize(740, 420)); DialogMfFeeQuery->setMaximumSize(QSize(740, 420)); verticalLayout_2 = new QVBoxLayout(DialogMfFeeQuery); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); verticalLayout = new QVBoxLayout(); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout_2->addLayout(verticalLayout); buttonBox = new QDialogButtonBox(DialogMfFeeQuery); buttonBox->setObjectName(QString::fromUtf8("buttonBox")); buttonBox->setOrientation(Qt::Horizontal); buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); verticalLayout_2->addWidget(buttonBox); retranslateUi(DialogMfFeeQuery); QObject::connect(buttonBox, SIGNAL(accepted()), DialogMfFeeQuery, SLOT(accept())); QObject::connect(buttonBox, SIGNAL(rejected()), DialogMfFeeQuery, SLOT(reject())); QMetaObject::connectSlotsByName(DialogMfFeeQuery); } // setupUi void retranslateUi(QDialog *DialogMfFeeQuery) { DialogMfFeeQuery->setWindowTitle(QApplication::translate("DialogMfFeeQuery", "\347\274\264\350\264\271\346\237\245\350\257\242", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class DialogMfFeeQuery: public Ui_DialogMfFeeQuery {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DIALOGMFFEEQUERY_H