| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- /********************************************************************************
- ** Form generated from reading UI file 'formrec.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_FORMREC_H
- #define UI_FORMREC_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QGroupBox>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QListView>
- #include <QtGui/QPushButton>
- #include <QtGui/QSpacerItem>
- #include <QtGui/QTabWidget>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_FormRec
- {
- public:
- QHBoxLayout *horizontalLayout_2;
- QVBoxLayout *verticalLayoutBody;
- QHBoxLayout *horizontalLayoutAccount;
- QTabWidget *tabWidget;
- QWidget *tabToday;
- QVBoxLayout *verticalLayoutToday;
- QGroupBox *groupBox;
- QVBoxLayout *verticalLayout;
- QListView *listView;
- QHBoxLayout *horizontalLayout;
- QLabel *labelSegCount;
- QSpacerItem *horizontalSpacer;
- QPushButton *pushButtonClear;
- QPushButton *pushButton;
- QVBoxLayout *verticalLayoutAd;
- void setupUi(QWidget *FormRec)
- {
- if (FormRec->objectName().isEmpty())
- FormRec->setObjectName(QString::fromUtf8("FormRec"));
- FormRec->resize(400, 300);
- horizontalLayout_2 = new QHBoxLayout(FormRec);
- horizontalLayout_2->setSpacing(9);
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- verticalLayoutBody = new QVBoxLayout();
- verticalLayoutBody->setSpacing(6);
- verticalLayoutBody->setObjectName(QString::fromUtf8("verticalLayoutBody"));
- horizontalLayoutAccount = new QHBoxLayout();
- horizontalLayoutAccount->setSpacing(0);
- horizontalLayoutAccount->setObjectName(QString::fromUtf8("horizontalLayoutAccount"));
- verticalLayoutBody->addLayout(horizontalLayoutAccount);
- tabWidget = new QTabWidget(FormRec);
- tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
- tabToday = new QWidget();
- tabToday->setObjectName(QString::fromUtf8("tabToday"));
- verticalLayoutToday = new QVBoxLayout(tabToday);
- verticalLayoutToday->setSpacing(0);
- verticalLayoutToday->setContentsMargins(0, 0, 0, 0);
- verticalLayoutToday->setObjectName(QString::fromUtf8("verticalLayoutToday"));
- tabWidget->addTab(tabToday, QString());
- verticalLayoutBody->addWidget(tabWidget);
- groupBox = new QGroupBox(FormRec);
- groupBox->setObjectName(QString::fromUtf8("groupBox"));
- verticalLayout = new QVBoxLayout(groupBox);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- listView = new QListView(groupBox);
- listView->setObjectName(QString::fromUtf8("listView"));
- listView->setFlow(QListView::LeftToRight);
- listView->setProperty("isWrapping", QVariant(true));
- listView->setViewMode(QListView::IconMode);
- verticalLayout->addWidget(listView);
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- labelSegCount = new QLabel(groupBox);
- labelSegCount->setObjectName(QString::fromUtf8("labelSegCount"));
- horizontalLayout->addWidget(labelSegCount);
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer);
- pushButtonClear = new QPushButton(groupBox);
- pushButtonClear->setObjectName(QString::fromUtf8("pushButtonClear"));
- horizontalLayout->addWidget(pushButtonClear);
- pushButton = new QPushButton(groupBox);
- pushButton->setObjectName(QString::fromUtf8("pushButton"));
- horizontalLayout->addWidget(pushButton);
- verticalLayout->addLayout(horizontalLayout);
- verticalLayoutBody->addWidget(groupBox);
- horizontalLayout_2->addLayout(verticalLayoutBody);
- verticalLayoutAd = new QVBoxLayout();
- verticalLayoutAd->setSpacing(0);
- verticalLayoutAd->setObjectName(QString::fromUtf8("verticalLayoutAd"));
- horizontalLayout_2->addLayout(verticalLayoutAd);
- retranslateUi(FormRec);
- tabWidget->setCurrentIndex(0);
- QMetaObject::connectSlotsByName(FormRec);
- } // setupUi
- void retranslateUi(QWidget *FormRec)
- {
- FormRec->setWindowTitle(QApplication::translate("FormRec", "Form", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tabToday), QApplication::translate("FormRec", "\344\273\212\346\227\245\346\216\250\350\215\220", 0, QApplication::UnicodeUTF8));
- groupBox->setTitle(QApplication::translate("FormRec", "\346\210\221\347\232\204\350\207\252\351\200\211", 0, QApplication::UnicodeUTF8));
- labelSegCount->setText(QApplication::translate("FormRec", "TextLabel", 0, QApplication::UnicodeUTF8));
- pushButtonClear->setText(QApplication::translate("FormRec", "\346\270\205\347\251\272", 0, QApplication::UnicodeUTF8));
- pushButton->setText(QApplication::translate("FormRec", "\344\270\200\351\224\256\346\217\220\344\272\244\345\210\260\345\256\236\345\217\267\345\277\253\346\243\200", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormRec: public Ui_FormRec {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMREC_H
|