ui_formaccountinfo.h 9.9 KB

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