ui_formbzjcfee.h 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formbzjcfee.ui'
  3. **
  4. ** Created: Mon Apr 22 11:54:11 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_FORMBZJCFEE_H
  10. #define UI_FORMBZJCFEE_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/QTableWidget>
  22. #include <QtGui/QVBoxLayout>
  23. #include <QtGui/QWidget>
  24. QT_BEGIN_NAMESPACE
  25. class Ui_FormBzjcFee
  26. {
  27. public:
  28. QVBoxLayout *verticalLayout;
  29. QHBoxLayout *horizontalLayout_2;
  30. QSpacerItem *horizontalSpacer_2;
  31. QLabel *labelState;
  32. QLabel *label_5;
  33. QDateEdit *dateEditStart;
  34. QLabel *label_6;
  35. QDateEdit *dateEditEnd;
  36. QPushButton *pushButtonQuery;
  37. QTableWidget *tableWidget;
  38. void setupUi(QWidget *FormBzjcFee)
  39. {
  40. if (FormBzjcFee->objectName().isEmpty())
  41. FormBzjcFee->setObjectName(QString::fromUtf8("FormBzjcFee"));
  42. FormBzjcFee->resize(400, 300);
  43. verticalLayout = new QVBoxLayout(FormBzjcFee);
  44. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  45. horizontalLayout_2 = new QHBoxLayout();
  46. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  47. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  48. horizontalLayout_2->addItem(horizontalSpacer_2);
  49. labelState = new QLabel(FormBzjcFee);
  50. labelState->setObjectName(QString::fromUtf8("labelState"));
  51. horizontalLayout_2->addWidget(labelState);
  52. label_5 = new QLabel(FormBzjcFee);
  53. label_5->setObjectName(QString::fromUtf8("label_5"));
  54. horizontalLayout_2->addWidget(label_5);
  55. dateEditStart = new QDateEdit(FormBzjcFee);
  56. dateEditStart->setObjectName(QString::fromUtf8("dateEditStart"));
  57. horizontalLayout_2->addWidget(dateEditStart);
  58. label_6 = new QLabel(FormBzjcFee);
  59. label_6->setObjectName(QString::fromUtf8("label_6"));
  60. horizontalLayout_2->addWidget(label_6);
  61. dateEditEnd = new QDateEdit(FormBzjcFee);
  62. dateEditEnd->setObjectName(QString::fromUtf8("dateEditEnd"));
  63. horizontalLayout_2->addWidget(dateEditEnd);
  64. pushButtonQuery = new QPushButton(FormBzjcFee);
  65. pushButtonQuery->setObjectName(QString::fromUtf8("pushButtonQuery"));
  66. horizontalLayout_2->addWidget(pushButtonQuery);
  67. verticalLayout->addLayout(horizontalLayout_2);
  68. tableWidget = new QTableWidget(FormBzjcFee);
  69. tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
  70. verticalLayout->addWidget(tableWidget);
  71. retranslateUi(FormBzjcFee);
  72. QMetaObject::connectSlotsByName(FormBzjcFee);
  73. } // setupUi
  74. void retranslateUi(QWidget *FormBzjcFee)
  75. {
  76. FormBzjcFee->setWindowTitle(QApplication::translate("FormBzjcFee", "Form", 0, QApplication::UnicodeUTF8));
  77. labelState->setText(QString());
  78. label_5->setText(QApplication::translate("FormBzjcFee", "\345\274\200\345\247\213\346\227\245\346\234\237\357\274\232", 0, QApplication::UnicodeUTF8));
  79. label_6->setText(QApplication::translate("FormBzjcFee", "\347\273\223\346\235\237\346\227\245\346\234\237\357\274\232", 0, QApplication::UnicodeUTF8));
  80. pushButtonQuery->setText(QApplication::translate("FormBzjcFee", "\346\237\245\350\257\242", 0, QApplication::UnicodeUTF8));
  81. } // retranslateUi
  82. };
  83. namespace Ui {
  84. class FormBzjcFee: public Ui_FormBzjcFee {};
  85. } // namespace Ui
  86. QT_END_NAMESPACE
  87. #endif // UI_FORMBZJCFEE_H