| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- /********************************************************************************
- ** Form generated from reading UI file 'formaccountinfo.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_FORMACCOUNTINFO_H
- #define UI_FORMACCOUNTINFO_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QPushButton>
- #include <QtGui/QSpacerItem>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_FormAccountInfo
- {
- public:
- QVBoxLayout *verticalLayout;
- QWidget *widgetBackgournd;
- QHBoxLayout *horizontalLayout;
- QLabel *labelStateImage;
- QWidget *widgetDefault;
- QHBoxLayout *horizontalLayout_3;
- QLabel *labelTip;
- QPushButton *pushButtonLogin;
- QLabel *labelTip2;
- QSpacerItem *horizontalSpacer_2;
- QWidget *widgetAccountInfo;
- QHBoxLayout *horizontalLayout_2;
- QLabel *label_7;
- QLabel *labelDownloaded;
- QLabel *label_9;
- QLabel *labelChecked;
- QLabel *label;
- QPushButton *pushButtonDetail;
- QLabel *label_2;
- QSpacerItem *horizontalSpacer;
- QPushButton *pushButtonCharge;
- QLabel *label_12;
- QPushButton *pushButtonRefreshUserState;
- QLabel *label_13;
- void setupUi(QWidget *FormAccountInfo)
- {
- if (FormAccountInfo->objectName().isEmpty())
- FormAccountInfo->setObjectName(QString::fromUtf8("FormAccountInfo"));
- FormAccountInfo->resize(963, 30);
- verticalLayout = new QVBoxLayout(FormAccountInfo);
- verticalLayout->setSpacing(0);
- verticalLayout->setContentsMargins(0, 0, 0, 0);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- widgetBackgournd = new QWidget(FormAccountInfo);
- widgetBackgournd->setObjectName(QString::fromUtf8("widgetBackgournd"));
- QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(widgetBackgournd->sizePolicy().hasHeightForWidth());
- widgetBackgournd->setSizePolicy(sizePolicy);
- widgetBackgournd->setMinimumSize(QSize(0, 30));
- widgetBackgournd->setMaximumSize(QSize(16777215, 30));
- horizontalLayout = new QHBoxLayout(widgetBackgournd);
- horizontalLayout->setSpacing(0);
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- horizontalLayout->setContentsMargins(5, 0, 0, 0);
- labelStateImage = new QLabel(widgetBackgournd);
- labelStateImage->setObjectName(QString::fromUtf8("labelStateImage"));
- QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(labelStateImage->sizePolicy().hasHeightForWidth());
- labelStateImage->setSizePolicy(sizePolicy1);
- labelStateImage->setMinimumSize(QSize(16, 16));
- labelStateImage->setMaximumSize(QSize(16, 16));
- horizontalLayout->addWidget(labelStateImage);
- widgetDefault = new QWidget(widgetBackgournd);
- widgetDefault->setObjectName(QString::fromUtf8("widgetDefault"));
- widgetDefault->setMinimumSize(QSize(100, 0));
- horizontalLayout_3 = new QHBoxLayout(widgetDefault);
- horizontalLayout_3->setSpacing(0);
- horizontalLayout_3->setContentsMargins(0, 0, 0, 0);
- horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
- labelTip = new QLabel(widgetDefault);
- labelTip->setObjectName(QString::fromUtf8("labelTip"));
- horizontalLayout_3->addWidget(labelTip);
- pushButtonLogin = new QPushButton(widgetDefault);
- pushButtonLogin->setObjectName(QString::fromUtf8("pushButtonLogin"));
- pushButtonLogin->setCursor(QCursor(Qt::PointingHandCursor));
- horizontalLayout_3->addWidget(pushButtonLogin);
- labelTip2 = new QLabel(widgetDefault);
- labelTip2->setObjectName(QString::fromUtf8("labelTip2"));
- horizontalLayout_3->addWidget(labelTip2);
- horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_3->addItem(horizontalSpacer_2);
- horizontalLayout->addWidget(widgetDefault);
- widgetAccountInfo = new QWidget(widgetBackgournd);
- widgetAccountInfo->setObjectName(QString::fromUtf8("widgetAccountInfo"));
- horizontalLayout_2 = new QHBoxLayout(widgetAccountInfo);
- horizontalLayout_2->setSpacing(0);
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- horizontalLayout_2->setContentsMargins(5, 0, 9, 0);
- label_7 = new QLabel(widgetAccountInfo);
- label_7->setObjectName(QString::fromUtf8("label_7"));
- horizontalLayout_2->addWidget(label_7);
- labelDownloaded = new QLabel(widgetAccountInfo);
- labelDownloaded->setObjectName(QString::fromUtf8("labelDownloaded"));
- horizontalLayout_2->addWidget(labelDownloaded);
- label_9 = new QLabel(widgetAccountInfo);
- label_9->setObjectName(QString::fromUtf8("label_9"));
- horizontalLayout_2->addWidget(label_9);
- labelChecked = new QLabel(widgetAccountInfo);
- labelChecked->setObjectName(QString::fromUtf8("labelChecked"));
- QSizePolicy sizePolicy2(QSizePolicy::Fixed, QSizePolicy::Preferred);
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(labelChecked->sizePolicy().hasHeightForWidth());
- labelChecked->setSizePolicy(sizePolicy2);
- horizontalLayout_2->addWidget(labelChecked);
- label = new QLabel(widgetAccountInfo);
- label->setObjectName(QString::fromUtf8("label"));
- horizontalLayout_2->addWidget(label);
- pushButtonDetail = new QPushButton(widgetAccountInfo);
- pushButtonDetail->setObjectName(QString::fromUtf8("pushButtonDetail"));
- pushButtonDetail->setCursor(QCursor(Qt::PointingHandCursor));
- horizontalLayout_2->addWidget(pushButtonDetail);
- label_2 = new QLabel(widgetAccountInfo);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- horizontalLayout_2->addWidget(label_2);
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_2->addItem(horizontalSpacer);
- pushButtonCharge = new QPushButton(widgetAccountInfo);
- pushButtonCharge->setObjectName(QString::fromUtf8("pushButtonCharge"));
- pushButtonCharge->setCursor(QCursor(Qt::PointingHandCursor));
- horizontalLayout_2->addWidget(pushButtonCharge);
- label_12 = new QLabel(widgetAccountInfo);
- label_12->setObjectName(QString::fromUtf8("label_12"));
- horizontalLayout_2->addWidget(label_12);
- pushButtonRefreshUserState = new QPushButton(widgetAccountInfo);
- pushButtonRefreshUserState->setObjectName(QString::fromUtf8("pushButtonRefreshUserState"));
- pushButtonRefreshUserState->setCursor(QCursor(Qt::PointingHandCursor));
- horizontalLayout_2->addWidget(pushButtonRefreshUserState);
- label_13 = new QLabel(widgetAccountInfo);
- label_13->setObjectName(QString::fromUtf8("label_13"));
- horizontalLayout_2->addWidget(label_13);
- horizontalLayout->addWidget(widgetAccountInfo);
- verticalLayout->addWidget(widgetBackgournd);
- retranslateUi(FormAccountInfo);
- QMetaObject::connectSlotsByName(FormAccountInfo);
- } // setupUi
- void retranslateUi(QWidget *FormAccountInfo)
- {
- FormAccountInfo->setWindowTitle(QApplication::translate("FormAccountInfo", "Form", 0, QApplication::UnicodeUTF8));
- labelStateImage->setText(QApplication::translate("FormAccountInfo", "TextLabel", 0, QApplication::UnicodeUTF8));
- labelTip->setText(QApplication::translate("FormAccountInfo", "\350\257\267\347\231\273\345\275\225\345\220\216\345\206\215\347\273\247\347\273\255", 0, QApplication::UnicodeUTF8));
- #ifndef QT_NO_TOOLTIP
- pushButtonLogin->setToolTip(QApplication::translate("FormAccountInfo", "\347\202\271\345\207\273\346\211\223\345\274\200\347\231\273\345\275\225\347\252\227\345\217\243", 0, QApplication::UnicodeUTF8));
- #endif // QT_NO_TOOLTIP
- pushButtonLogin->setText(QApplication::translate("FormAccountInfo", "\347\231\273\345\275\225", 0, QApplication::UnicodeUTF8));
- labelTip2->setText(QApplication::translate("FormAccountInfo", "TextLabel", 0, QApplication::UnicodeUTF8));
- label_7->setText(QApplication::translate("FormAccountInfo", "\345\214\205\346\234\210 \345\267\262\344\270\213\350\275\275/\350\277\230\345\217\257\344\270\213\350\275\275\357\274\232", 0, QApplication::UnicodeUTF8));
- labelDownloaded->setText(QString());
- label_9->setText(QApplication::translate("FormAccountInfo", " \357\274\233\346\234\211\346\225\210\346\234\237\357\274\232", 0, QApplication::UnicodeUTF8));
- labelChecked->setText(QString());
- label->setText(QApplication::translate("FormAccountInfo", " [", 0, QApplication::UnicodeUTF8));
- pushButtonDetail->setText(QApplication::translate("FormAccountInfo", "\350\257\246\346\203\205", 0, QApplication::UnicodeUTF8));
- label_2->setText(QApplication::translate("FormAccountInfo", "]", 0, QApplication::UnicodeUTF8));
- #ifndef QT_NO_TOOLTIP
- pushButtonCharge->setToolTip(QApplication::translate("FormAccountInfo", "\347\202\271\345\207\273\346\211\223\345\274\200\345\205\205\345\200\274\351\241\265\351\235\242", 0, QApplication::UnicodeUTF8));
- #endif // QT_NO_TOOLTIP
- pushButtonCharge->setText(QApplication::translate("FormAccountInfo", "\345\205\205\345\200\274", 0, QApplication::UnicodeUTF8));
- label_12->setText(QApplication::translate("FormAccountInfo", "[", 0, QApplication::UnicodeUTF8));
- #ifndef QT_NO_TOOLTIP
- pushButtonRefreshUserState->setToolTip(QApplication::translate("FormAccountInfo", "\347\202\271\345\207\273\345\210\267\346\226\260\350\264\246\346\210\267\344\277\241\346\201\257", 0, QApplication::UnicodeUTF8));
- #endif // QT_NO_TOOLTIP
- pushButtonRefreshUserState->setText(QApplication::translate("FormAccountInfo", "\345\210\267\346\226\260", 0, QApplication::UnicodeUTF8));
- label_13->setText(QApplication::translate("FormAccountInfo", "]", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormAccountInfo: public Ui_FormAccountInfo {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMACCOUNTINFO_H
|