ui_formtodayrec.h 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formtodayrec.ui'
  3. **
  4. ** Created: Mon Apr 22 12:43:29 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_FORMTODAYREC_H
  10. #define UI_FORMTODAYREC_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QCheckBox>
  16. #include <QtGui/QComboBox>
  17. #include <QtGui/QHBoxLayout>
  18. #include <QtGui/QHeaderView>
  19. #include <QtGui/QLabel>
  20. #include <QtGui/QPushButton>
  21. #include <QtGui/QSpacerItem>
  22. #include <QtGui/QTableWidget>
  23. #include <QtGui/QVBoxLayout>
  24. #include <QtGui/QWidget>
  25. QT_BEGIN_NAMESPACE
  26. class Ui_FormTodayRec
  27. {
  28. public:
  29. QVBoxLayout *verticalLayout;
  30. QHBoxLayout *horizontalLayout;
  31. QCheckBox *checkBoxProvince;
  32. QComboBox *comboBoxProvince;
  33. QCheckBox *checkBoxCity;
  34. QLabel *label_2;
  35. QComboBox *comboBoxCity;
  36. QSpacerItem *horizontalSpacer;
  37. QPushButton *pushButtonChange;
  38. QPushButton *pushButtonAdd;
  39. QTableWidget *tableWidget;
  40. void setupUi(QWidget *FormTodayRec)
  41. {
  42. if (FormTodayRec->objectName().isEmpty())
  43. FormTodayRec->setObjectName(QString::fromUtf8("FormTodayRec"));
  44. FormTodayRec->resize(780, 421);
  45. verticalLayout = new QVBoxLayout(FormTodayRec);
  46. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  47. horizontalLayout = new QHBoxLayout();
  48. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  49. checkBoxProvince = new QCheckBox(FormTodayRec);
  50. checkBoxProvince->setObjectName(QString::fromUtf8("checkBoxProvince"));
  51. horizontalLayout->addWidget(checkBoxProvince);
  52. comboBoxProvince = new QComboBox(FormTodayRec);
  53. comboBoxProvince->setObjectName(QString::fromUtf8("comboBoxProvince"));
  54. QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
  55. sizePolicy.setHorizontalStretch(0);
  56. sizePolicy.setVerticalStretch(0);
  57. sizePolicy.setHeightForWidth(comboBoxProvince->sizePolicy().hasHeightForWidth());
  58. comboBoxProvince->setSizePolicy(sizePolicy);
  59. comboBoxProvince->setMinimumSize(QSize(100, 0));
  60. comboBoxProvince->setMaximumSize(QSize(100, 16777215));
  61. horizontalLayout->addWidget(comboBoxProvince);
  62. checkBoxCity = new QCheckBox(FormTodayRec);
  63. checkBoxCity->setObjectName(QString::fromUtf8("checkBoxCity"));
  64. horizontalLayout->addWidget(checkBoxCity);
  65. label_2 = new QLabel(FormTodayRec);
  66. label_2->setObjectName(QString::fromUtf8("label_2"));
  67. horizontalLayout->addWidget(label_2);
  68. comboBoxCity = new QComboBox(FormTodayRec);
  69. comboBoxCity->setObjectName(QString::fromUtf8("comboBoxCity"));
  70. sizePolicy.setHeightForWidth(comboBoxCity->sizePolicy().hasHeightForWidth());
  71. comboBoxCity->setSizePolicy(sizePolicy);
  72. comboBoxCity->setMinimumSize(QSize(100, 0));
  73. comboBoxCity->setMaximumSize(QSize(100, 16777215));
  74. horizontalLayout->addWidget(comboBoxCity);
  75. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  76. horizontalLayout->addItem(horizontalSpacer);
  77. pushButtonChange = new QPushButton(FormTodayRec);
  78. pushButtonChange->setObjectName(QString::fromUtf8("pushButtonChange"));
  79. horizontalLayout->addWidget(pushButtonChange);
  80. pushButtonAdd = new QPushButton(FormTodayRec);
  81. pushButtonAdd->setObjectName(QString::fromUtf8("pushButtonAdd"));
  82. horizontalLayout->addWidget(pushButtonAdd);
  83. verticalLayout->addLayout(horizontalLayout);
  84. tableWidget = new QTableWidget(FormTodayRec);
  85. tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
  86. tableWidget->setSelectionMode(QAbstractItemView::MultiSelection);
  87. verticalLayout->addWidget(tableWidget);
  88. retranslateUi(FormTodayRec);
  89. QMetaObject::connectSlotsByName(FormTodayRec);
  90. } // setupUi
  91. void retranslateUi(QWidget *FormTodayRec)
  92. {
  93. FormTodayRec->setWindowTitle(QApplication::translate("FormTodayRec", "Form", 0, QApplication::UnicodeUTF8));
  94. checkBoxProvince->setText(QApplication::translate("FormTodayRec", "\351\231\220\345\256\232\347\234\201\344\273\275", 0, QApplication::UnicodeUTF8));
  95. checkBoxCity->setText(QApplication::translate("FormTodayRec", "\351\231\220\345\256\232\345\237\216\345\270\202", 0, QApplication::UnicodeUTF8));
  96. label_2->setText(QApplication::translate("FormTodayRec", "\345\237\216\345\270\202", 0, QApplication::UnicodeUTF8));
  97. pushButtonChange->setText(QApplication::translate("FormTodayRec", "\346\215\242\344\270\200\346\211\271", 0, QApplication::UnicodeUTF8));
  98. pushButtonAdd->setText(QApplication::translate("FormTodayRec", "\346\267\273\345\212\240\345\210\260\350\207\252\351\200\211", 0, QApplication::UnicodeUTF8));
  99. } // retranslateUi
  100. };
  101. namespace Ui {
  102. class FormTodayRec: public Ui_FormTodayRec {};
  103. } // namespace Ui
  104. QT_END_NAMESPACE
  105. #endif // UI_FORMTODAYREC_H