ui_formaccountinfo.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formaccountinfo.ui'
  3. **
  4. ** Created: Mon Apr 22 11:55:07 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 *widgetBackgournd;
  28. QHBoxLayout *horizontalLayout;
  29. QLabel *labelStateImage;
  30. QWidget *widgetDefault;
  31. QHBoxLayout *horizontalLayout_3;
  32. QLabel *labelTip;
  33. QPushButton *pushButtonLogin;
  34. QLabel *labelTip2;
  35. QSpacerItem *horizontalSpacer_2;
  36. QWidget *widgetAccountInfo;
  37. QHBoxLayout *horizontalLayout_2;
  38. QLabel *label_7;
  39. QLabel *labelChecked;
  40. QLabel *label_9;
  41. QLabel *labelDownloaded;
  42. QSpacerItem *horizontalSpacer;
  43. QLabel *label_8;
  44. QPushButton *pushButtonCharge;
  45. QLabel *label_10;
  46. QLabel *label_12;
  47. QPushButton *pushButtonRefreshUserState;
  48. QLabel *label_13;
  49. void setupUi(QWidget *FormAccountInfo)
  50. {
  51. if (FormAccountInfo->objectName().isEmpty())
  52. FormAccountInfo->setObjectName(QString::fromUtf8("FormAccountInfo"));
  53. FormAccountInfo->resize(963, 30);
  54. verticalLayout = new QVBoxLayout(FormAccountInfo);
  55. verticalLayout->setSpacing(0);
  56. verticalLayout->setContentsMargins(0, 0, 0, 0);
  57. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  58. widgetBackgournd = new QWidget(FormAccountInfo);
  59. widgetBackgournd->setObjectName(QString::fromUtf8("widgetBackgournd"));
  60. QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
  61. sizePolicy.setHorizontalStretch(0);
  62. sizePolicy.setVerticalStretch(0);
  63. sizePolicy.setHeightForWidth(widgetBackgournd->sizePolicy().hasHeightForWidth());
  64. widgetBackgournd->setSizePolicy(sizePolicy);
  65. widgetBackgournd->setMinimumSize(QSize(0, 30));
  66. widgetBackgournd->setMaximumSize(QSize(16777215, 30));
  67. horizontalLayout = new QHBoxLayout(widgetBackgournd);
  68. horizontalLayout->setSpacing(0);
  69. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  70. horizontalLayout->setContentsMargins(5, 0, 0, 0);
  71. labelStateImage = new QLabel(widgetBackgournd);
  72. labelStateImage->setObjectName(QString::fromUtf8("labelStateImage"));
  73. QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
  74. sizePolicy1.setHorizontalStretch(0);
  75. sizePolicy1.setVerticalStretch(0);
  76. sizePolicy1.setHeightForWidth(labelStateImage->sizePolicy().hasHeightForWidth());
  77. labelStateImage->setSizePolicy(sizePolicy1);
  78. labelStateImage->setMinimumSize(QSize(16, 16));
  79. labelStateImage->setMaximumSize(QSize(16, 16));
  80. horizontalLayout->addWidget(labelStateImage);
  81. widgetDefault = new QWidget(widgetBackgournd);
  82. widgetDefault->setObjectName(QString::fromUtf8("widgetDefault"));
  83. widgetDefault->setMinimumSize(QSize(100, 0));
  84. horizontalLayout_3 = new QHBoxLayout(widgetDefault);
  85. horizontalLayout_3->setSpacing(0);
  86. horizontalLayout_3->setContentsMargins(0, 0, 0, 0);
  87. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  88. labelTip = new QLabel(widgetDefault);
  89. labelTip->setObjectName(QString::fromUtf8("labelTip"));
  90. horizontalLayout_3->addWidget(labelTip);
  91. pushButtonLogin = new QPushButton(widgetDefault);
  92. pushButtonLogin->setObjectName(QString::fromUtf8("pushButtonLogin"));
  93. pushButtonLogin->setCursor(QCursor(Qt::PointingHandCursor));
  94. horizontalLayout_3->addWidget(pushButtonLogin);
  95. labelTip2 = new QLabel(widgetDefault);
  96. labelTip2->setObjectName(QString::fromUtf8("labelTip2"));
  97. horizontalLayout_3->addWidget(labelTip2);
  98. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  99. horizontalLayout_3->addItem(horizontalSpacer_2);
  100. horizontalLayout->addWidget(widgetDefault);
  101. widgetAccountInfo = new QWidget(widgetBackgournd);
  102. widgetAccountInfo->setObjectName(QString::fromUtf8("widgetAccountInfo"));
  103. horizontalLayout_2 = new QHBoxLayout(widgetAccountInfo);
  104. horizontalLayout_2->setSpacing(0);
  105. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  106. horizontalLayout_2->setContentsMargins(5, 0, 9, 0);
  107. label_7 = new QLabel(widgetAccountInfo);
  108. label_7->setObjectName(QString::fromUtf8("label_7"));
  109. horizontalLayout_2->addWidget(label_7);
  110. labelChecked = new QLabel(widgetAccountInfo);
  111. labelChecked->setObjectName(QString::fromUtf8("labelChecked"));
  112. QSizePolicy sizePolicy2(QSizePolicy::Fixed, QSizePolicy::Preferred);
  113. sizePolicy2.setHorizontalStretch(0);
  114. sizePolicy2.setVerticalStretch(0);
  115. sizePolicy2.setHeightForWidth(labelChecked->sizePolicy().hasHeightForWidth());
  116. labelChecked->setSizePolicy(sizePolicy2);
  117. horizontalLayout_2->addWidget(labelChecked);
  118. label_9 = new QLabel(widgetAccountInfo);
  119. label_9->setObjectName(QString::fromUtf8("label_9"));
  120. horizontalLayout_2->addWidget(label_9);
  121. labelDownloaded = new QLabel(widgetAccountInfo);
  122. labelDownloaded->setObjectName(QString::fromUtf8("labelDownloaded"));
  123. horizontalLayout_2->addWidget(labelDownloaded);
  124. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  125. horizontalLayout_2->addItem(horizontalSpacer);
  126. label_8 = new QLabel(widgetAccountInfo);
  127. label_8->setObjectName(QString::fromUtf8("label_8"));
  128. label_8->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
  129. horizontalLayout_2->addWidget(label_8);
  130. pushButtonCharge = new QPushButton(widgetAccountInfo);
  131. pushButtonCharge->setObjectName(QString::fromUtf8("pushButtonCharge"));
  132. pushButtonCharge->setCursor(QCursor(Qt::PointingHandCursor));
  133. horizontalLayout_2->addWidget(pushButtonCharge);
  134. label_10 = new QLabel(widgetAccountInfo);
  135. label_10->setObjectName(QString::fromUtf8("label_10"));
  136. horizontalLayout_2->addWidget(label_10);
  137. label_12 = new QLabel(widgetAccountInfo);
  138. label_12->setObjectName(QString::fromUtf8("label_12"));
  139. horizontalLayout_2->addWidget(label_12);
  140. pushButtonRefreshUserState = new QPushButton(widgetAccountInfo);
  141. pushButtonRefreshUserState->setObjectName(QString::fromUtf8("pushButtonRefreshUserState"));
  142. pushButtonRefreshUserState->setCursor(QCursor(Qt::PointingHandCursor));
  143. horizontalLayout_2->addWidget(pushButtonRefreshUserState);
  144. label_13 = new QLabel(widgetAccountInfo);
  145. label_13->setObjectName(QString::fromUtf8("label_13"));
  146. horizontalLayout_2->addWidget(label_13);
  147. horizontalLayout->addWidget(widgetAccountInfo);
  148. verticalLayout->addWidget(widgetBackgournd);
  149. retranslateUi(FormAccountInfo);
  150. QMetaObject::connectSlotsByName(FormAccountInfo);
  151. } // setupUi
  152. void retranslateUi(QWidget *FormAccountInfo)
  153. {
  154. FormAccountInfo->setWindowTitle(QApplication::translate("FormAccountInfo", "Form", 0, QApplication::UnicodeUTF8));
  155. labelStateImage->setText(QApplication::translate("FormAccountInfo", "TextLabel", 0, QApplication::UnicodeUTF8));
  156. 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));
  157. #ifndef QT_NO_TOOLTIP
  158. 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));
  159. #endif // QT_NO_TOOLTIP
  160. pushButtonLogin->setText(QApplication::translate("FormAccountInfo", "\347\231\273\345\275\225", 0, QApplication::UnicodeUTF8));
  161. labelTip2->setText(QApplication::translate("FormAccountInfo", "TextLabel", 0, QApplication::UnicodeUTF8));
  162. label_7->setText(QApplication::translate("FormAccountInfo", "\345\275\223\346\227\245\345\267\262\346\243\200\346\265\213/\350\277\230\345\217\257\346\243\200\346\265\213\357\274\232", 0, QApplication::UnicodeUTF8));
  163. labelChecked->setText(QString());
  164. label_9->setText(QApplication::translate("FormAccountInfo", " \346\234\254\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));
  165. labelDownloaded->setText(QString());
  166. label_8->setText(QApplication::translate("FormAccountInfo", "[", 0, QApplication::UnicodeUTF8));
  167. #ifndef QT_NO_TOOLTIP
  168. 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));
  169. #endif // QT_NO_TOOLTIP
  170. pushButtonCharge->setText(QApplication::translate("FormAccountInfo", "\345\205\205\345\200\274", 0, QApplication::UnicodeUTF8));
  171. label_10->setText(QApplication::translate("FormAccountInfo", "]", 0, QApplication::UnicodeUTF8));
  172. label_12->setText(QApplication::translate("FormAccountInfo", "[", 0, QApplication::UnicodeUTF8));
  173. #ifndef QT_NO_TOOLTIP
  174. 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));
  175. #endif // QT_NO_TOOLTIP
  176. pushButtonRefreshUserState->setText(QApplication::translate("FormAccountInfo", "\345\210\267\346\226\260", 0, QApplication::UnicodeUTF8));
  177. label_13->setText(QApplication::translate("FormAccountInfo", "]", 0, QApplication::UnicodeUTF8));
  178. } // retranslateUi
  179. };
  180. namespace Ui {
  181. class FormAccountInfo: public Ui_FormAccountInfo {};
  182. } // namespace Ui
  183. QT_END_NAMESPACE
  184. #endif // UI_FORMACCOUNTINFO_H