| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- /********************************************************************************
- ** Form generated from reading UI file 'formaccountinfo.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_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 *widgetBackground;
- QHBoxLayout *horizontalLayout_3;
- QLabel *labelStateImage;
- QWidget *widgetAccountInfo;
- QHBoxLayout *horizontalLayout;
- QLabel *labelToPay;
- QLabel *label;
- QPushButton *pushButtonPay;
- QLabel *label_5;
- QLabel *label_12;
- QLabel *labelUserBlance;
- QLabel *label_10;
- QLabel *labelGiftBalance;
- QLabel *label_4;
- QLabel *labelValidNum;
- QSpacerItem *horizontalSpacer_5;
- QPushButton *pushButtonCharge;
- QLabel *label_11;
- QPushButton *pushButtonRefreshUserState;
- QLabel *label_13;
- QWidget *widgetDefault;
- QHBoxLayout *horizontalLayout_2;
- QLabel *labelTip;
- QPushButton *pushButtonLogin;
- QLabel *labelTip2;
- QPushButton *pushButtonBind;
- QLabel *labelTip3;
- QSpacerItem *horizontalSpacer;
- void setupUi(QWidget *FormAccountInfo)
- {
- if (FormAccountInfo->objectName().isEmpty())
- FormAccountInfo->setObjectName(QString::fromUtf8("FormAccountInfo"));
- FormAccountInfo->resize(908, 30);
- verticalLayout = new QVBoxLayout(FormAccountInfo);
- verticalLayout->setSpacing(0);
- verticalLayout->setContentsMargins(0, 0, 0, 0);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- widgetBackground = new QWidget(FormAccountInfo);
- widgetBackground->setObjectName(QString::fromUtf8("widgetBackground"));
- QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(widgetBackground->sizePolicy().hasHeightForWidth());
- widgetBackground->setSizePolicy(sizePolicy);
- widgetBackground->setMinimumSize(QSize(0, 30));
- widgetBackground->setMaximumSize(QSize(16777215, 30));
- horizontalLayout_3 = new QHBoxLayout(widgetBackground);
- horizontalLayout_3->setSpacing(0);
- horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
- horizontalLayout_3->setContentsMargins(5, 0, 0, 0);
- labelStateImage = new QLabel(widgetBackground);
- 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_3->addWidget(labelStateImage);
- widgetAccountInfo = new QWidget(widgetBackground);
- widgetAccountInfo->setObjectName(QString::fromUtf8("widgetAccountInfo"));
- QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred);
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(widgetAccountInfo->sizePolicy().hasHeightForWidth());
- widgetAccountInfo->setSizePolicy(sizePolicy2);
- horizontalLayout = new QHBoxLayout(widgetAccountInfo);
- horizontalLayout->setSpacing(0);
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- horizontalLayout->setContentsMargins(5, 0, 9, 0);
- labelToPay = new QLabel(widgetAccountInfo);
- labelToPay->setObjectName(QString::fromUtf8("labelToPay"));
- horizontalLayout->addWidget(labelToPay);
- label = new QLabel(widgetAccountInfo);
- label->setObjectName(QString::fromUtf8("label"));
- label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
- horizontalLayout->addWidget(label);
- pushButtonPay = new QPushButton(widgetAccountInfo);
- pushButtonPay->setObjectName(QString::fromUtf8("pushButtonPay"));
- pushButtonPay->setCursor(QCursor(Qt::PointingHandCursor));
- horizontalLayout->addWidget(pushButtonPay);
- label_5 = new QLabel(widgetAccountInfo);
- label_5->setObjectName(QString::fromUtf8("label_5"));
- horizontalLayout->addWidget(label_5);
- label_12 = new QLabel(widgetAccountInfo);
- label_12->setObjectName(QString::fromUtf8("label_12"));
- horizontalLayout->addWidget(label_12);
- labelUserBlance = new QLabel(widgetAccountInfo);
- labelUserBlance->setObjectName(QString::fromUtf8("labelUserBlance"));
- horizontalLayout->addWidget(labelUserBlance);
- label_10 = new QLabel(widgetAccountInfo);
- label_10->setObjectName(QString::fromUtf8("label_10"));
- horizontalLayout->addWidget(label_10);
- labelGiftBalance = new QLabel(widgetAccountInfo);
- labelGiftBalance->setObjectName(QString::fromUtf8("labelGiftBalance"));
- horizontalLayout->addWidget(labelGiftBalance);
- label_4 = new QLabel(widgetAccountInfo);
- label_4->setObjectName(QString::fromUtf8("label_4"));
- horizontalLayout->addWidget(label_4);
- labelValidNum = new QLabel(widgetAccountInfo);
- labelValidNum->setObjectName(QString::fromUtf8("labelValidNum"));
- horizontalLayout->addWidget(labelValidNum);
- horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer_5);
- pushButtonCharge = new QPushButton(widgetAccountInfo);
- pushButtonCharge->setObjectName(QString::fromUtf8("pushButtonCharge"));
- pushButtonCharge->setCursor(QCursor(Qt::PointingHandCursor));
- horizontalLayout->addWidget(pushButtonCharge);
- label_11 = new QLabel(widgetAccountInfo);
- label_11->setObjectName(QString::fromUtf8("label_11"));
- horizontalLayout->addWidget(label_11);
- pushButtonRefreshUserState = new QPushButton(widgetAccountInfo);
- pushButtonRefreshUserState->setObjectName(QString::fromUtf8("pushButtonRefreshUserState"));
- pushButtonRefreshUserState->setCursor(QCursor(Qt::PointingHandCursor));
- horizontalLayout->addWidget(pushButtonRefreshUserState);
- label_13 = new QLabel(widgetAccountInfo);
- label_13->setObjectName(QString::fromUtf8("label_13"));
- horizontalLayout->addWidget(label_13);
- horizontalLayout_3->addWidget(widgetAccountInfo);
- widgetDefault = new QWidget(widgetBackground);
- widgetDefault->setObjectName(QString::fromUtf8("widgetDefault"));
- horizontalLayout_2 = new QHBoxLayout(widgetDefault);
- horizontalLayout_2->setSpacing(0);
- horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- labelTip = new QLabel(widgetDefault);
- labelTip->setObjectName(QString::fromUtf8("labelTip"));
- labelTip->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
- horizontalLayout_2->addWidget(labelTip);
- pushButtonLogin = new QPushButton(widgetDefault);
- pushButtonLogin->setObjectName(QString::fromUtf8("pushButtonLogin"));
- pushButtonLogin->setCursor(QCursor(Qt::PointingHandCursor));
- horizontalLayout_2->addWidget(pushButtonLogin);
- labelTip2 = new QLabel(widgetDefault);
- labelTip2->setObjectName(QString::fromUtf8("labelTip2"));
- horizontalLayout_2->addWidget(labelTip2);
- pushButtonBind = new QPushButton(widgetDefault);
- pushButtonBind->setObjectName(QString::fromUtf8("pushButtonBind"));
- pushButtonBind->setCursor(QCursor(Qt::PointingHandCursor));
- horizontalLayout_2->addWidget(pushButtonBind);
- labelTip3 = new QLabel(widgetDefault);
- labelTip3->setObjectName(QString::fromUtf8("labelTip3"));
- horizontalLayout_2->addWidget(labelTip3);
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_2->addItem(horizontalSpacer);
- labelTip->raise();
- pushButtonLogin->raise();
- labelTip2->raise();
- pushButtonBind->raise();
- labelTip3->raise();
- horizontalLayout_3->addWidget(widgetDefault);
- verticalLayout->addWidget(widgetBackground);
- 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));
- labelToPay->setText(QApplication::translate("FormAccountInfo", "\345\276\205\344\273\230\351\207\221\351\242\235\357\274\232N/A", 0, QApplication::UnicodeUTF8));
- label->setText(QApplication::translate("FormAccountInfo", " [", 0, QApplication::UnicodeUTF8));
- #ifndef QT_NO_TOOLTIP
- pushButtonPay->setToolTip(QApplication::translate("FormAccountInfo", "\347\202\271\345\207\273\346\211\223\345\274\200\344\273\230\346\254\276\351\241\265\351\235\242", 0, QApplication::UnicodeUTF8));
- #endif // QT_NO_TOOLTIP
- pushButtonPay->setText(QApplication::translate("FormAccountInfo", " \344\273\230\346\254\276 ", 0, QApplication::UnicodeUTF8));
- label_5->setText(QApplication::translate("FormAccountInfo", "] ", 0, QApplication::UnicodeUTF8));
- label_12->setText(QApplication::translate("FormAccountInfo", "\347\224\250\346\210\267\344\275\231\351\242\235\357\274\232", 0, QApplication::UnicodeUTF8));
- labelUserBlance->setText(QApplication::translate("FormAccountInfo", "N/A", 0, QApplication::UnicodeUTF8));
- label_10->setText(QApplication::translate("FormAccountInfo", " \350\265\240\351\200\201\344\275\231\351\242\235\357\274\232", 0, QApplication::UnicodeUTF8));
- labelGiftBalance->setText(QApplication::translate("FormAccountInfo", "N/A", 0, QApplication::UnicodeUTF8));
- label_4->setText(QApplication::translate("FormAccountInfo", " \345\217\257\347\224\250\346\235\241\346\225\260\357\274\232", 0, QApplication::UnicodeUTF8));
- labelValidNum->setText(QApplication::translate("FormAccountInfo", "N/A", 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_11->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));
- labelTip->setText(QApplication::translate("FormAccountInfo", "TextLabel", 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));
- #ifndef QT_NO_TOOLTIP
- pushButtonBind->setToolTip(QApplication::translate("FormAccountInfo", "\347\202\271\345\207\273\346\211\223\345\274\200\346\234\215\345\212\241\347\273\221\345\256\232\347\252\227\345\217\243", 0, QApplication::UnicodeUTF8));
- #endif // QT_NO_TOOLTIP
- pushButtonBind->setText(QApplication::translate("FormAccountInfo", "\345\274\200\351\200\232", 0, QApplication::UnicodeUTF8));
- labelTip3->setText(QApplication::translate("FormAccountInfo", "]", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormAccountInfo: public Ui_FormAccountInfo {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMACCOUNTINFO_H
|