ui_formmffee.h 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formmffee.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_FORMMFFEE_H
  10. #define UI_FORMMFFEE_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QDateEdit>
  16. #include <QtGui/QHBoxLayout>
  17. #include <QtGui/QHeaderView>
  18. #include <QtGui/QLabel>
  19. #include <QtGui/QPushButton>
  20. #include <QtGui/QSpacerItem>
  21. #include <QtGui/QTabWidget>
  22. #include <QtGui/QTableWidget>
  23. #include <QtGui/QVBoxLayout>
  24. #include <QtGui/QWidget>
  25. QT_BEGIN_NAMESPACE
  26. class Ui_FormMfFee
  27. {
  28. public:
  29. QVBoxLayout *verticalLayout;
  30. QTabWidget *tabWidget;
  31. QWidget *tab;
  32. QVBoxLayout *verticalLayout_2;
  33. QHBoxLayout *horizontalLayout;
  34. QLabel *label_5;
  35. QDateEdit *dateEditStart;
  36. QLabel *label_6;
  37. QDateEdit *dateEditEnd;
  38. QPushButton *pushButtonQueryPayInfo;
  39. QLabel *labelSubmit;
  40. QSpacerItem *horizontalSpacer;
  41. QTableWidget *tableWidgetPayInfo;
  42. void setupUi(QWidget *FormMfFee)
  43. {
  44. if (FormMfFee->objectName().isEmpty())
  45. FormMfFee->setObjectName(QString::fromUtf8("FormMfFee"));
  46. FormMfFee->resize(628, 300);
  47. verticalLayout = new QVBoxLayout(FormMfFee);
  48. verticalLayout->setSpacing(0);
  49. verticalLayout->setContentsMargins(0, 0, 0, 0);
  50. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  51. tabWidget = new QTabWidget(FormMfFee);
  52. tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
  53. tab = new QWidget();
  54. tab->setObjectName(QString::fromUtf8("tab"));
  55. verticalLayout_2 = new QVBoxLayout(tab);
  56. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  57. horizontalLayout = new QHBoxLayout();
  58. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  59. label_5 = new QLabel(tab);
  60. label_5->setObjectName(QString::fromUtf8("label_5"));
  61. horizontalLayout->addWidget(label_5);
  62. dateEditStart = new QDateEdit(tab);
  63. dateEditStart->setObjectName(QString::fromUtf8("dateEditStart"));
  64. dateEditStart->setCalendarPopup(true);
  65. horizontalLayout->addWidget(dateEditStart);
  66. label_6 = new QLabel(tab);
  67. label_6->setObjectName(QString::fromUtf8("label_6"));
  68. horizontalLayout->addWidget(label_6);
  69. dateEditEnd = new QDateEdit(tab);
  70. dateEditEnd->setObjectName(QString::fromUtf8("dateEditEnd"));
  71. dateEditEnd->setCalendarPopup(true);
  72. horizontalLayout->addWidget(dateEditEnd);
  73. pushButtonQueryPayInfo = new QPushButton(tab);
  74. pushButtonQueryPayInfo->setObjectName(QString::fromUtf8("pushButtonQueryPayInfo"));
  75. horizontalLayout->addWidget(pushButtonQueryPayInfo);
  76. labelSubmit = new QLabel(tab);
  77. labelSubmit->setObjectName(QString::fromUtf8("labelSubmit"));
  78. horizontalLayout->addWidget(labelSubmit);
  79. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  80. horizontalLayout->addItem(horizontalSpacer);
  81. verticalLayout_2->addLayout(horizontalLayout);
  82. tableWidgetPayInfo = new QTableWidget(tab);
  83. tableWidgetPayInfo->setObjectName(QString::fromUtf8("tableWidgetPayInfo"));
  84. verticalLayout_2->addWidget(tableWidgetPayInfo);
  85. tabWidget->addTab(tab, QString());
  86. verticalLayout->addWidget(tabWidget);
  87. retranslateUi(FormMfFee);
  88. tabWidget->setCurrentIndex(0);
  89. QMetaObject::connectSlotsByName(FormMfFee);
  90. } // setupUi
  91. void retranslateUi(QWidget *FormMfFee)
  92. {
  93. FormMfFee->setWindowTitle(QApplication::translate("FormMfFee", "Form", 0, QApplication::UnicodeUTF8));
  94. label_5->setText(QApplication::translate("FormMfFee", "\345\274\200\345\247\213\346\227\245\346\234\237", 0, QApplication::UnicodeUTF8));
  95. label_6->setText(QApplication::translate("FormMfFee", "\347\273\223\346\235\237\346\227\245\346\234\237", 0, QApplication::UnicodeUTF8));
  96. pushButtonQueryPayInfo->setText(QApplication::translate("FormMfFee", "\346\237\245\350\257\242", 0, QApplication::UnicodeUTF8));
  97. labelSubmit->setText(QApplication::translate("FormMfFee", "TextLabel", 0, QApplication::UnicodeUTF8));
  98. tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("FormMfFee", "\347\274\264\350\264\271\350\256\260\345\275\225", 0, QApplication::UnicodeUTF8));
  99. } // retranslateUi
  100. };
  101. namespace Ui {
  102. class FormMfFee: public Ui_FormMfFee {};
  103. } // namespace Ui
  104. QT_END_NAMESPACE
  105. #endif // UI_FORMMFFEE_H