| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- /********************************************************************************
- ** Form generated from reading UI file 'formnumcheck.ui'
- **
- ** Created: Mon Apr 22 11:54:11 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_FORMNUMCHECK_H
- #define UI_FORMNUMCHECK_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_FormNumCheck
- {
- public:
- QHBoxLayout *horizontalLayout;
- QVBoxLayout *verticalLayoutBody;
- QHBoxLayout *horizontalLayoutAccount;
- QTabWidget *tabWidget;
- QWidget *tabUpload;
- QVBoxLayout *verticalLayoutUpload;
- QWidget *tabDownload;
- QVBoxLayout *verticalLayoutFinished;
- QWidget *tabFee;
- QVBoxLayout *verticalLayoutFee;
- QWidget *tabCharge;
- QVBoxLayout *verticalLayoutCharge;
- QVBoxLayout *verticalLayoutAd;
- void setupUi(QWidget *FormNumCheck)
- {
- if (FormNumCheck->objectName().isEmpty())
- FormNumCheck->setObjectName(QString::fromUtf8("FormNumCheck"));
- FormNumCheck->resize(612, 385);
- horizontalLayout = new QHBoxLayout(FormNumCheck);
- horizontalLayout->setSpacing(9);
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- verticalLayoutBody = new QVBoxLayout();
- verticalLayoutBody->setSpacing(6);
- verticalLayoutBody->setObjectName(QString::fromUtf8("verticalLayoutBody"));
- verticalLayoutBody->setContentsMargins(-1, 0, -1, -1);
- horizontalLayoutAccount = new QHBoxLayout();
- horizontalLayoutAccount->setSpacing(0);
- horizontalLayoutAccount->setObjectName(QString::fromUtf8("horizontalLayoutAccount"));
- verticalLayoutBody->addLayout(horizontalLayoutAccount);
- tabWidget = new QTabWidget(FormNumCheck);
- tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
- tabUpload = new QWidget();
- tabUpload->setObjectName(QString::fromUtf8("tabUpload"));
- verticalLayoutUpload = new QVBoxLayout(tabUpload);
- verticalLayoutUpload->setSpacing(0);
- verticalLayoutUpload->setContentsMargins(0, 0, 0, 0);
- verticalLayoutUpload->setObjectName(QString::fromUtf8("verticalLayoutUpload"));
- tabWidget->addTab(tabUpload, QString());
- tabDownload = new QWidget();
- tabDownload->setObjectName(QString::fromUtf8("tabDownload"));
- verticalLayoutFinished = new QVBoxLayout(tabDownload);
- verticalLayoutFinished->setSpacing(0);
- verticalLayoutFinished->setContentsMargins(0, 0, 0, 0);
- verticalLayoutFinished->setObjectName(QString::fromUtf8("verticalLayoutFinished"));
- tabWidget->addTab(tabDownload, QString());
- tabFee = new QWidget();
- tabFee->setObjectName(QString::fromUtf8("tabFee"));
- verticalLayoutFee = new QVBoxLayout(tabFee);
- verticalLayoutFee->setSpacing(0);
- verticalLayoutFee->setContentsMargins(0, 0, 0, 0);
- verticalLayoutFee->setObjectName(QString::fromUtf8("verticalLayoutFee"));
- tabWidget->addTab(tabFee, QString());
- tabCharge = new QWidget();
- tabCharge->setObjectName(QString::fromUtf8("tabCharge"));
- verticalLayoutCharge = new QVBoxLayout(tabCharge);
- verticalLayoutCharge->setSpacing(0);
- verticalLayoutCharge->setContentsMargins(0, 0, 0, 0);
- verticalLayoutCharge->setObjectName(QString::fromUtf8("verticalLayoutCharge"));
- tabWidget->addTab(tabCharge, QString());
- verticalLayoutBody->addWidget(tabWidget);
- horizontalLayout->addLayout(verticalLayoutBody);
- verticalLayoutAd = new QVBoxLayout();
- verticalLayoutAd->setSpacing(0);
- verticalLayoutAd->setObjectName(QString::fromUtf8("verticalLayoutAd"));
- horizontalLayout->addLayout(verticalLayoutAd);
- retranslateUi(FormNumCheck);
- tabWidget->setCurrentIndex(0);
- QMetaObject::connectSlotsByName(FormNumCheck);
- } // setupUi
- void retranslateUi(QWidget *FormNumCheck)
- {
- FormNumCheck->setWindowTitle(QApplication::translate("FormNumCheck", "Form", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tabUpload), QApplication::translate("FormNumCheck", "\344\270\212\344\274\240\346\225\260\346\215\256", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tabDownload), QApplication::translate("FormNumCheck", "\344\270\213\350\275\275\346\225\260\346\215\256", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tabFee), QApplication::translate("FormNumCheck", "\350\264\271\347\224\250\346\237\245\350\257\242", 0, QApplication::UnicodeUTF8));
- tabWidget->setTabText(tabWidget->indexOf(tabCharge), QApplication::translate("FormNumCheck", "\345\205\205\345\200\274\346\237\245\350\257\242", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormNumCheck: public Ui_FormNumCheck {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMNUMCHECK_H
|