ui_formaccountinfo.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formaccountinfo.ui'
  3. **
  4. ** Created: Mon Apr 22 12:42:37 2019
  5. ** by: Qt User Interface Compiler version 4.8.4
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_FORMACCOUNTINFO_H
  10. #define UI_FORMACCOUNTINFO_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QHBoxLayout>
  16. #include <QtGui/QHeaderView>
  17. #include <QtGui/QLabel>
  18. #include <QtGui/QPushButton>
  19. #include <QtGui/QSpacerItem>
  20. #include <QtGui/QVBoxLayout>
  21. #include <QtGui/QWidget>
  22. QT_BEGIN_NAMESPACE
  23. class Ui_FormAccountInfo
  24. {
  25. public:
  26. QVBoxLayout *verticalLayout;
  27. QWidget *widgetBackground;
  28. QHBoxLayout *horizontalLayout_3;
  29. QLabel *labelStateImage;
  30. QWidget *widgetAccountInfo;
  31. QHBoxLayout *horizontalLayout;
  32. QLabel *labelToPay;
  33. QLabel *label;
  34. QPushButton *pushButtonPay;
  35. QLabel *label_5;
  36. QLabel *label_12;
  37. QLabel *labelUserBlance;
  38. QLabel *label_10;
  39. QLabel *labelGiftBalance;
  40. QLabel *label_4;
  41. QLabel *labelValidNum;
  42. QSpacerItem *horizontalSpacer_5;
  43. QPushButton *pushButtonCharge;
  44. QLabel *label_11;
  45. QPushButton *pushButtonRefreshUserState;
  46. QLabel *label_13;
  47. QWidget *widgetDefault;
  48. QHBoxLayout *horizontalLayout_2;
  49. QLabel *labelTip;
  50. QPushButton *pushButtonLogin;
  51. QLabel *labelTip2;
  52. QPushButton *pushButtonBind;
  53. QLabel *labelTip3;
  54. QSpacerItem *horizontalSpacer;
  55. void setupUi(QWidget *FormAccountInfo)
  56. {
  57. if (FormAccountInfo->objectName().isEmpty())
  58. FormAccountInfo->setObjectName(QString::fromUtf8("FormAccountInfo"));
  59. FormAccountInfo->resize(908, 30);
  60. verticalLayout = new QVBoxLayout(FormAccountInfo);
  61. verticalLayout->setSpacing(0);
  62. verticalLayout->setContentsMargins(0, 0, 0, 0);
  63. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  64. widgetBackground = new QWidget(FormAccountInfo);
  65. widgetBackground->setObjectName(QString::fromUtf8("widgetBackground"));
  66. QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
  67. sizePolicy.setHorizontalStretch(0);
  68. sizePolicy.setVerticalStretch(0);
  69. sizePolicy.setHeightForWidth(widgetBackground->sizePolicy().hasHeightForWidth());
  70. widgetBackground->setSizePolicy(sizePolicy);
  71. widgetBackground->setMinimumSize(QSize(0, 30));
  72. widgetBackground->setMaximumSize(QSize(16777215, 30));
  73. horizontalLayout_3 = new QHBoxLayout(widgetBackground);
  74. horizontalLayout_3->setSpacing(0);
  75. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  76. horizontalLayout_3->setContentsMargins(5, 0, 0, 0);
  77. labelStateImage = new QLabel(widgetBackground);
  78. labelStateImage->setObjectName(QString::fromUtf8("labelStateImage"));
  79. QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
  80. sizePolicy1.setHorizontalStretch(0);
  81. sizePolicy1.setVerticalStretch(0);
  82. sizePolicy1.setHeightForWidth(labelStateImage->sizePolicy().hasHeightForWidth());
  83. labelStateImage->setSizePolicy(sizePolicy1);
  84. labelStateImage->setMinimumSize(QSize(16, 16));
  85. labelStateImage->setMaximumSize(QSize(16, 16));
  86. horizontalLayout_3->addWidget(labelStateImage);
  87. widgetAccountInfo = new QWidget(widgetBackground);
  88. widgetAccountInfo->setObjectName(QString::fromUtf8("widgetAccountInfo"));
  89. QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred);
  90. sizePolicy2.setHorizontalStretch(0);
  91. sizePolicy2.setVerticalStretch(0);
  92. sizePolicy2.setHeightForWidth(widgetAccountInfo->sizePolicy().hasHeightForWidth());
  93. widgetAccountInfo->setSizePolicy(sizePolicy2);
  94. horizontalLayout = new QHBoxLayout(widgetAccountInfo);
  95. horizontalLayout->setSpacing(0);
  96. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  97. horizontalLayout->setContentsMargins(5, 0, 9, 0);
  98. labelToPay = new QLabel(widgetAccountInfo);
  99. labelToPay->setObjectName(QString::fromUtf8("labelToPay"));
  100. horizontalLayout->addWidget(labelToPay);
  101. label = new QLabel(widgetAccountInfo);
  102. label->setObjectName(QString::fromUtf8("label"));
  103. label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  104. horizontalLayout->addWidget(label);
  105. pushButtonPay = new QPushButton(widgetAccountInfo);
  106. pushButtonPay->setObjectName(QString::fromUtf8("pushButtonPay"));
  107. pushButtonPay->setCursor(QCursor(Qt::PointingHandCursor));
  108. horizontalLayout->addWidget(pushButtonPay);
  109. label_5 = new QLabel(widgetAccountInfo);
  110. label_5->setObjectName(QString::fromUtf8("label_5"));
  111. horizontalLayout->addWidget(label_5);
  112. label_12 = new QLabel(widgetAccountInfo);
  113. label_12->setObjectName(QString::fromUtf8("label_12"));
  114. horizontalLayout->addWidget(label_12);
  115. labelUserBlance = new QLabel(widgetAccountInfo);
  116. labelUserBlance->setObjectName(QString::fromUtf8("labelUserBlance"));
  117. horizontalLayout->addWidget(labelUserBlance);
  118. label_10 = new QLabel(widgetAccountInfo);
  119. label_10->setObjectName(QString::fromUtf8("label_10"));
  120. horizontalLayout->addWidget(label_10);
  121. labelGiftBalance = new QLabel(widgetAccountInfo);
  122. labelGiftBalance->setObjectName(QString::fromUtf8("labelGiftBalance"));
  123. horizontalLayout->addWidget(labelGiftBalance);
  124. label_4 = new QLabel(widgetAccountInfo);
  125. label_4->setObjectName(QString::fromUtf8("label_4"));
  126. horizontalLayout->addWidget(label_4);
  127. labelValidNum = new QLabel(widgetAccountInfo);
  128. labelValidNum->setObjectName(QString::fromUtf8("labelValidNum"));
  129. horizontalLayout->addWidget(labelValidNum);
  130. horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  131. horizontalLayout->addItem(horizontalSpacer_5);
  132. pushButtonCharge = new QPushButton(widgetAccountInfo);
  133. pushButtonCharge->setObjectName(QString::fromUtf8("pushButtonCharge"));
  134. pushButtonCharge->setCursor(QCursor(Qt::PointingHandCursor));
  135. horizontalLayout->addWidget(pushButtonCharge);
  136. label_11 = new QLabel(widgetAccountInfo);
  137. label_11->setObjectName(QString::fromUtf8("label_11"));
  138. horizontalLayout->addWidget(label_11);
  139. pushButtonRefreshUserState = new QPushButton(widgetAccountInfo);
  140. pushButtonRefreshUserState->setObjectName(QString::fromUtf8("pushButtonRefreshUserState"));
  141. pushButtonRefreshUserState->setCursor(QCursor(Qt::PointingHandCursor));
  142. horizontalLayout->addWidget(pushButtonRefreshUserState);
  143. label_13 = new QLabel(widgetAccountInfo);
  144. label_13->setObjectName(QString::fromUtf8("label_13"));
  145. horizontalLayout->addWidget(label_13);
  146. horizontalLayout_3->addWidget(widgetAccountInfo);
  147. widgetDefault = new QWidget(widgetBackground);
  148. widgetDefault->setObjectName(QString::fromUtf8("widgetDefault"));
  149. horizontalLayout_2 = new QHBoxLayout(widgetDefault);
  150. horizontalLayout_2->setSpacing(0);
  151. horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
  152. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  153. labelTip = new QLabel(widgetDefault);
  154. labelTip->setObjectName(QString::fromUtf8("labelTip"));
  155. labelTip->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
  156. horizontalLayout_2->addWidget(labelTip);
  157. pushButtonLogin = new QPushButton(widgetDefault);
  158. pushButtonLogin->setObjectName(QString::fromUtf8("pushButtonLogin"));
  159. pushButtonLogin->setCursor(QCursor(Qt::PointingHandCursor));
  160. horizontalLayout_2->addWidget(pushButtonLogin);
  161. labelTip2 = new QLabel(widgetDefault);
  162. labelTip2->setObjectName(QString::fromUtf8("labelTip2"));
  163. horizontalLayout_2->addWidget(labelTip2);
  164. pushButtonBind = new QPushButton(widgetDefault);
  165. pushButtonBind->setObjectName(QString::fromUtf8("pushButtonBind"));
  166. pushButtonBind->setCursor(QCursor(Qt::PointingHandCursor));
  167. horizontalLayout_2->addWidget(pushButtonBind);
  168. labelTip3 = new QLabel(widgetDefault);
  169. labelTip3->setObjectName(QString::fromUtf8("labelTip3"));
  170. horizontalLayout_2->addWidget(labelTip3);
  171. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  172. horizontalLayout_2->addItem(horizontalSpacer);
  173. labelTip->raise();
  174. pushButtonLogin->raise();
  175. labelTip2->raise();
  176. pushButtonBind->raise();
  177. labelTip3->raise();
  178. horizontalLayout_3->addWidget(widgetDefault);
  179. verticalLayout->addWidget(widgetBackground);
  180. retranslateUi(FormAccountInfo);
  181. QMetaObject::connectSlotsByName(FormAccountInfo);
  182. } // setupUi
  183. void retranslateUi(QWidget *FormAccountInfo)
  184. {
  185. FormAccountInfo->setWindowTitle(QApplication::translate("FormAccountInfo", "Form", 0, QApplication::UnicodeUTF8));
  186. labelStateImage->setText(QApplication::translate("FormAccountInfo", "TextLabel", 0, QApplication::UnicodeUTF8));
  187. labelToPay->setText(QApplication::translate("FormAccountInfo", "\345\276\205\344\273\230\351\207\221\351\242\235\357\274\232N/A", 0, QApplication::UnicodeUTF8));
  188. label->setText(QApplication::translate("FormAccountInfo", " [", 0, QApplication::UnicodeUTF8));
  189. #ifndef QT_NO_TOOLTIP
  190. 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));
  191. #endif // QT_NO_TOOLTIP
  192. pushButtonPay->setText(QApplication::translate("FormAccountInfo", " \344\273\230\346\254\276 ", 0, QApplication::UnicodeUTF8));
  193. label_5->setText(QApplication::translate("FormAccountInfo", "] ", 0, QApplication::UnicodeUTF8));
  194. label_12->setText(QApplication::translate("FormAccountInfo", "\347\224\250\346\210\267\344\275\231\351\242\235\357\274\232", 0, QApplication::UnicodeUTF8));
  195. labelUserBlance->setText(QApplication::translate("FormAccountInfo", "N/A", 0, QApplication::UnicodeUTF8));
  196. label_10->setText(QApplication::translate("FormAccountInfo", " \350\265\240\351\200\201\344\275\231\351\242\235\357\274\232", 0, QApplication::UnicodeUTF8));
  197. labelGiftBalance->setText(QApplication::translate("FormAccountInfo", "N/A", 0, QApplication::UnicodeUTF8));
  198. label_4->setText(QApplication::translate("FormAccountInfo", " \345\217\257\347\224\250\346\235\241\346\225\260\357\274\232", 0, QApplication::UnicodeUTF8));
  199. labelValidNum->setText(QApplication::translate("FormAccountInfo", "N/A", 0, QApplication::UnicodeUTF8));
  200. #ifndef QT_NO_TOOLTIP
  201. 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));
  202. #endif // QT_NO_TOOLTIP
  203. pushButtonCharge->setText(QApplication::translate("FormAccountInfo", "\345\205\205\345\200\274", 0, QApplication::UnicodeUTF8));
  204. label_11->setText(QApplication::translate("FormAccountInfo", "[", 0, QApplication::UnicodeUTF8));
  205. #ifndef QT_NO_TOOLTIP
  206. 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));
  207. #endif // QT_NO_TOOLTIP
  208. pushButtonRefreshUserState->setText(QApplication::translate("FormAccountInfo", "\345\210\267\346\226\260", 0, QApplication::UnicodeUTF8));
  209. label_13->setText(QApplication::translate("FormAccountInfo", "]", 0, QApplication::UnicodeUTF8));
  210. labelTip->setText(QApplication::translate("FormAccountInfo", "TextLabel", 0, QApplication::UnicodeUTF8));
  211. #ifndef QT_NO_TOOLTIP
  212. 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));
  213. #endif // QT_NO_TOOLTIP
  214. pushButtonLogin->setText(QApplication::translate("FormAccountInfo", "\347\231\273\345\275\225", 0, QApplication::UnicodeUTF8));
  215. labelTip2->setText(QApplication::translate("FormAccountInfo", "TextLabel", 0, QApplication::UnicodeUTF8));
  216. #ifndef QT_NO_TOOLTIP
  217. 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));
  218. #endif // QT_NO_TOOLTIP
  219. pushButtonBind->setText(QApplication::translate("FormAccountInfo", "\345\274\200\351\200\232", 0, QApplication::UnicodeUTF8));
  220. labelTip3->setText(QApplication::translate("FormAccountInfo", "]", 0, QApplication::UnicodeUTF8));
  221. } // retranslateUi
  222. };
  223. namespace Ui {
  224. class FormAccountInfo: public Ui_FormAccountInfo {};
  225. } // namespace Ui
  226. QT_END_NAMESPACE
  227. #endif // UI_FORMACCOUNTINFO_H