| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- /********************************************************************************
- ** Form generated from reading UI file 'formtodayrec.ui'
- **
- ** Created: Mon Apr 22 12:43:29 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_FORMTODAYREC_H
- #define UI_FORMTODAYREC_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QCheckBox>
- #include <QtGui/QComboBox>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QPushButton>
- #include <QtGui/QSpacerItem>
- #include <QtGui/QTableWidget>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_FormTodayRec
- {
- public:
- QVBoxLayout *verticalLayout;
- QHBoxLayout *horizontalLayout;
- QCheckBox *checkBoxProvince;
- QComboBox *comboBoxProvince;
- QCheckBox *checkBoxCity;
- QLabel *label_2;
- QComboBox *comboBoxCity;
- QSpacerItem *horizontalSpacer;
- QPushButton *pushButtonChange;
- QPushButton *pushButtonAdd;
- QTableWidget *tableWidget;
- void setupUi(QWidget *FormTodayRec)
- {
- if (FormTodayRec->objectName().isEmpty())
- FormTodayRec->setObjectName(QString::fromUtf8("FormTodayRec"));
- FormTodayRec->resize(780, 421);
- verticalLayout = new QVBoxLayout(FormTodayRec);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- checkBoxProvince = new QCheckBox(FormTodayRec);
- checkBoxProvince->setObjectName(QString::fromUtf8("checkBoxProvince"));
- horizontalLayout->addWidget(checkBoxProvince);
- comboBoxProvince = new QComboBox(FormTodayRec);
- comboBoxProvince->setObjectName(QString::fromUtf8("comboBoxProvince"));
- QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(comboBoxProvince->sizePolicy().hasHeightForWidth());
- comboBoxProvince->setSizePolicy(sizePolicy);
- comboBoxProvince->setMinimumSize(QSize(100, 0));
- comboBoxProvince->setMaximumSize(QSize(100, 16777215));
- horizontalLayout->addWidget(comboBoxProvince);
- checkBoxCity = new QCheckBox(FormTodayRec);
- checkBoxCity->setObjectName(QString::fromUtf8("checkBoxCity"));
- horizontalLayout->addWidget(checkBoxCity);
- label_2 = new QLabel(FormTodayRec);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- horizontalLayout->addWidget(label_2);
- comboBoxCity = new QComboBox(FormTodayRec);
- comboBoxCity->setObjectName(QString::fromUtf8("comboBoxCity"));
- sizePolicy.setHeightForWidth(comboBoxCity->sizePolicy().hasHeightForWidth());
- comboBoxCity->setSizePolicy(sizePolicy);
- comboBoxCity->setMinimumSize(QSize(100, 0));
- comboBoxCity->setMaximumSize(QSize(100, 16777215));
- horizontalLayout->addWidget(comboBoxCity);
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer);
- pushButtonChange = new QPushButton(FormTodayRec);
- pushButtonChange->setObjectName(QString::fromUtf8("pushButtonChange"));
- horizontalLayout->addWidget(pushButtonChange);
- pushButtonAdd = new QPushButton(FormTodayRec);
- pushButtonAdd->setObjectName(QString::fromUtf8("pushButtonAdd"));
- horizontalLayout->addWidget(pushButtonAdd);
- verticalLayout->addLayout(horizontalLayout);
- tableWidget = new QTableWidget(FormTodayRec);
- tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
- tableWidget->setSelectionMode(QAbstractItemView::MultiSelection);
- verticalLayout->addWidget(tableWidget);
- retranslateUi(FormTodayRec);
- QMetaObject::connectSlotsByName(FormTodayRec);
- } // setupUi
- void retranslateUi(QWidget *FormTodayRec)
- {
- FormTodayRec->setWindowTitle(QApplication::translate("FormTodayRec", "Form", 0, QApplication::UnicodeUTF8));
- checkBoxProvince->setText(QApplication::translate("FormTodayRec", "\351\231\220\345\256\232\347\234\201\344\273\275", 0, QApplication::UnicodeUTF8));
- checkBoxCity->setText(QApplication::translate("FormTodayRec", "\351\231\220\345\256\232\345\237\216\345\270\202", 0, QApplication::UnicodeUTF8));
- label_2->setText(QApplication::translate("FormTodayRec", "\345\237\216\345\270\202", 0, QApplication::UnicodeUTF8));
- pushButtonChange->setText(QApplication::translate("FormTodayRec", "\346\215\242\344\270\200\346\211\271", 0, QApplication::UnicodeUTF8));
- pushButtonAdd->setText(QApplication::translate("FormTodayRec", "\346\267\273\345\212\240\345\210\260\350\207\252\351\200\211", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormTodayRec: public Ui_FormTodayRec {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMTODAYREC_H
|