| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- /********************************************************************************
- ** Form generated from reading UI file 'formzxsh.ui'
- **
- ** Created: Mon Apr 22 12:44: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_FORMZXSH_H
- #define UI_FORMZXSH_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QTabWidget>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_FormZxsh
- {
- public:
- QHBoxLayout *horizontalLayout;
- QVBoxLayout *verticalLayoutBody;
- QHBoxLayout *horizontalLayoutAccount;
- QHBoxLayout *horizontalLayoutCmd;
- QTabWidget *tabWidget;
- QWidget *tabFree;
- QVBoxLayout *verticalLayoutFree;
- QWidget *tabHotArea;
- QVBoxLayout *verticalLayoutHotArea;
- QWidget *tabReserve;
- QVBoxLayout *verticalLayoutReserve;
- QVBoxLayout *verticalLayoutAd;
- void setupUi(QWidget *FormZxsh)
- {
- if (FormZxsh->objectName().isEmpty())
- FormZxsh->setObjectName(QString::fromUtf8("FormZxsh"));
- FormZxsh->resize(695, 533);
- horizontalLayout = new QHBoxLayout(FormZxsh);
- horizontalLayout->setSpacing(9);
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- verticalLayoutBody = new QVBoxLayout();
- verticalLayoutBody->setObjectName(QString::fromUtf8("verticalLayoutBody"));
- horizontalLayoutAccount = new QHBoxLayout();
- horizontalLayoutAccount->setSpacing(0);
- horizontalLayoutAccount->setObjectName(QString::fromUtf8("horizontalLayoutAccount"));
- verticalLayoutBody->addLayout(horizontalLayoutAccount);
- horizontalLayoutCmd = new QHBoxLayout();
- horizontalLayoutCmd->setObjectName(QString::fromUtf8("horizontalLayoutCmd"));
- verticalLayoutBody->addLayout(horizontalLayoutCmd);
- tabWidget = new QTabWidget(FormZxsh);
- tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
- tabFree = new QWidget();
- tabFree->setObjectName(QString::fromUtf8("tabFree"));
- verticalLayoutFree = new QVBoxLayout(tabFree);
- verticalLayoutFree->setSpacing(0);
- verticalLayoutFree->setContentsMargins(0, 0, 0, 0);
- verticalLayoutFree->setObjectName(QString::fromUtf8("verticalLayoutFree"));
- tabWidget->addTab(tabFree, QString());
- tabHotArea = new QWidget();
- tabHotArea->setObjectName(QString::fromUtf8("tabHotArea"));
- verticalLayoutHotArea = new QVBoxLayout(tabHotArea);
- verticalLayoutHotArea->setSpacing(0);
- verticalLayoutHotArea->setContentsMargins(0, 0, 0, 0);
- verticalLayoutHotArea->setObjectName(QString::fromUtf8("verticalLayoutHotArea"));
- tabWidget->addTab(tabHotArea, QString());
- tabReserve = new QWidget();
- tabReserve->setObjectName(QString::fromUtf8("tabReserve"));
- verticalLayoutReserve = new QVBoxLayout(tabReserve);
- verticalLayoutReserve->setSpacing(0);
- verticalLayoutReserve->setContentsMargins(0, 0, 0, 0);
- verticalLayoutReserve->setObjectName(QString::fromUtf8("verticalLayoutReserve"));
- tabWidget->addTab(tabReserve, QString());
- verticalLayoutBody->addWidget(tabWidget);
- horizontalLayout->addLayout(verticalLayoutBody);
- verticalLayoutAd = new QVBoxLayout();
- verticalLayoutAd->setObjectName(QString::fromUtf8("verticalLayoutAd"));
- horizontalLayout->addLayout(verticalLayoutAd);
- retranslateUi(FormZxsh);
- tabWidget->setCurrentIndex(0);
- QMetaObject::connectSlotsByName(FormZxsh);
- } // setupUi
- void retranslateUi(QWidget *FormZxsh)
- {
- FormZxsh->setWindowTitle(QApplication::translate("FormZxsh", "Form", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tabFree), QApplication::translate("FormZxsh", "\350\207\252\351\200\211\345\256\236\345\217\267\345\210\227\350\241\250", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tabHotArea), QApplication::translate("FormZxsh", "\347\203\255\347\202\271\345\214\272\345\237\237", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tabReserve), QApplication::translate("FormZxsh", "\346\210\221\347\232\204\351\242\204\347\272\246", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormZxsh: public Ui_FormZxsh {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMZXSH_H
|