ui_dialogmffeequery.h 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'dialogmffeequery.ui'
  3. **
  4. ** Created: Mon Apr 22 12:41:55 2019
  5. ** by: Qt User Interface Compiler version 4.8.4
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_DIALOGMFFEEQUERY_H
  10. #define UI_DIALOGMFFEEQUERY_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QDialog>
  16. #include <QtGui/QDialogButtonBox>
  17. #include <QtGui/QHeaderView>
  18. #include <QtGui/QVBoxLayout>
  19. QT_BEGIN_NAMESPACE
  20. class Ui_DialogMfFeeQuery
  21. {
  22. public:
  23. QVBoxLayout *verticalLayout_2;
  24. QVBoxLayout *verticalLayout;
  25. QDialogButtonBox *buttonBox;
  26. void setupUi(QDialog *DialogMfFeeQuery)
  27. {
  28. if (DialogMfFeeQuery->objectName().isEmpty())
  29. DialogMfFeeQuery->setObjectName(QString::fromUtf8("DialogMfFeeQuery"));
  30. DialogMfFeeQuery->resize(740, 420);
  31. QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
  32. sizePolicy.setHorizontalStretch(0);
  33. sizePolicy.setVerticalStretch(0);
  34. sizePolicy.setHeightForWidth(DialogMfFeeQuery->sizePolicy().hasHeightForWidth());
  35. DialogMfFeeQuery->setSizePolicy(sizePolicy);
  36. DialogMfFeeQuery->setMinimumSize(QSize(740, 420));
  37. DialogMfFeeQuery->setMaximumSize(QSize(740, 420));
  38. verticalLayout_2 = new QVBoxLayout(DialogMfFeeQuery);
  39. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  40. verticalLayout = new QVBoxLayout();
  41. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  42. verticalLayout_2->addLayout(verticalLayout);
  43. buttonBox = new QDialogButtonBox(DialogMfFeeQuery);
  44. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  45. buttonBox->setOrientation(Qt::Horizontal);
  46. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  47. verticalLayout_2->addWidget(buttonBox);
  48. retranslateUi(DialogMfFeeQuery);
  49. QObject::connect(buttonBox, SIGNAL(accepted()), DialogMfFeeQuery, SLOT(accept()));
  50. QObject::connect(buttonBox, SIGNAL(rejected()), DialogMfFeeQuery, SLOT(reject()));
  51. QMetaObject::connectSlotsByName(DialogMfFeeQuery);
  52. } // setupUi
  53. void retranslateUi(QDialog *DialogMfFeeQuery)
  54. {
  55. DialogMfFeeQuery->setWindowTitle(QApplication::translate("DialogMfFeeQuery", "\347\274\264\350\264\271\346\237\245\350\257\242", 0, QApplication::UnicodeUTF8));
  56. } // retranslateUi
  57. };
  58. namespace Ui {
  59. class DialogMfFeeQuery: public Ui_DialogMfFeeQuery {};
  60. } // namespace Ui
  61. QT_END_NAMESPACE
  62. #endif // UI_DIALOGMFFEEQUERY_H