ui_formedituserinfo.h 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formedituserinfo.ui'
  3. **
  4. ** Created: Mon Apr 22 11:53:23 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_FORMEDITUSERINFO_H
  10. #define UI_FORMEDITUSERINFO_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QGridLayout>
  16. #include <QtGui/QGroupBox>
  17. #include <QtGui/QHBoxLayout>
  18. #include <QtGui/QHeaderView>
  19. #include <QtGui/QLabel>
  20. #include <QtGui/QLineEdit>
  21. #include <QtGui/QPushButton>
  22. #include <QtGui/QSpacerItem>
  23. #include <QtGui/QVBoxLayout>
  24. #include <QtGui/QWidget>
  25. QT_BEGIN_NAMESPACE
  26. class Ui_FormEditUserInfo
  27. {
  28. public:
  29. QVBoxLayout *verticalLayout;
  30. QGroupBox *groupBox;
  31. QGridLayout *gridLayout;
  32. QHBoxLayout *horizontalLayout_5;
  33. QLabel *label_6;
  34. QLineEdit *lineEditName;
  35. QHBoxLayout *horizontalLayout_3;
  36. QLabel *label_3;
  37. QLineEdit *lineEditEmail;
  38. QHBoxLayout *horizontalLayout_7;
  39. QLabel *labelCity;
  40. QLineEdit *lineEditCity;
  41. QHBoxLayout *horizontalLayout_2;
  42. QLabel *label_4;
  43. QLineEdit *lineEditWW;
  44. QHBoxLayout *horizontalLayout_6;
  45. QSpacerItem *horizontalSpacer;
  46. QPushButton *pushButtonRefresh;
  47. QPushButton *pushButtonEdit;
  48. QHBoxLayout *horizontalLayout;
  49. QLabel *label;
  50. QLineEdit *lineEditQQ;
  51. QHBoxLayout *horizontalLayout_9;
  52. QLabel *label_7;
  53. QLineEdit *lineEditCorp;
  54. QHBoxLayout *horizontalLayout_10;
  55. QLabel *label_8;
  56. QLineEdit *lineEditPhone;
  57. QSpacerItem *verticalSpacer;
  58. void setupUi(QWidget *FormEditUserInfo)
  59. {
  60. if (FormEditUserInfo->objectName().isEmpty())
  61. FormEditUserInfo->setObjectName(QString::fromUtf8("FormEditUserInfo"));
  62. FormEditUserInfo->resize(499, 377);
  63. verticalLayout = new QVBoxLayout(FormEditUserInfo);
  64. #ifndef Q_OS_MAC
  65. verticalLayout->setSpacing(6);
  66. #endif
  67. verticalLayout->setContentsMargins(0, 0, 0, 0);
  68. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  69. groupBox = new QGroupBox(FormEditUserInfo);
  70. groupBox->setObjectName(QString::fromUtf8("groupBox"));
  71. gridLayout = new QGridLayout(groupBox);
  72. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  73. horizontalLayout_5 = new QHBoxLayout();
  74. horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
  75. label_6 = new QLabel(groupBox);
  76. label_6->setObjectName(QString::fromUtf8("label_6"));
  77. horizontalLayout_5->addWidget(label_6);
  78. lineEditName = new QLineEdit(groupBox);
  79. lineEditName->setObjectName(QString::fromUtf8("lineEditName"));
  80. horizontalLayout_5->addWidget(lineEditName);
  81. gridLayout->addLayout(horizontalLayout_5, 0, 0, 1, 1);
  82. horizontalLayout_3 = new QHBoxLayout();
  83. horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
  84. label_3 = new QLabel(groupBox);
  85. label_3->setObjectName(QString::fromUtf8("label_3"));
  86. horizontalLayout_3->addWidget(label_3);
  87. lineEditEmail = new QLineEdit(groupBox);
  88. lineEditEmail->setObjectName(QString::fromUtf8("lineEditEmail"));
  89. horizontalLayout_3->addWidget(lineEditEmail);
  90. gridLayout->addLayout(horizontalLayout_3, 0, 2, 1, 1);
  91. horizontalLayout_7 = new QHBoxLayout();
  92. horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
  93. labelCity = new QLabel(groupBox);
  94. labelCity->setObjectName(QString::fromUtf8("labelCity"));
  95. horizontalLayout_7->addWidget(labelCity);
  96. lineEditCity = new QLineEdit(groupBox);
  97. lineEditCity->setObjectName(QString::fromUtf8("lineEditCity"));
  98. horizontalLayout_7->addWidget(lineEditCity);
  99. gridLayout->addLayout(horizontalLayout_7, 1, 0, 1, 1);
  100. horizontalLayout_2 = new QHBoxLayout();
  101. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  102. label_4 = new QLabel(groupBox);
  103. label_4->setObjectName(QString::fromUtf8("label_4"));
  104. horizontalLayout_2->addWidget(label_4);
  105. lineEditWW = new QLineEdit(groupBox);
  106. lineEditWW->setObjectName(QString::fromUtf8("lineEditWW"));
  107. horizontalLayout_2->addWidget(lineEditWW);
  108. gridLayout->addLayout(horizontalLayout_2, 1, 1, 1, 1);
  109. horizontalLayout_6 = new QHBoxLayout();
  110. horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
  111. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  112. horizontalLayout_6->addItem(horizontalSpacer);
  113. pushButtonRefresh = new QPushButton(groupBox);
  114. pushButtonRefresh->setObjectName(QString::fromUtf8("pushButtonRefresh"));
  115. horizontalLayout_6->addWidget(pushButtonRefresh);
  116. pushButtonEdit = new QPushButton(groupBox);
  117. pushButtonEdit->setObjectName(QString::fromUtf8("pushButtonEdit"));
  118. horizontalLayout_6->addWidget(pushButtonEdit);
  119. gridLayout->addLayout(horizontalLayout_6, 3, 0, 1, 3);
  120. horizontalLayout = new QHBoxLayout();
  121. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  122. label = new QLabel(groupBox);
  123. label->setObjectName(QString::fromUtf8("label"));
  124. horizontalLayout->addWidget(label);
  125. lineEditQQ = new QLineEdit(groupBox);
  126. lineEditQQ->setObjectName(QString::fromUtf8("lineEditQQ"));
  127. horizontalLayout->addWidget(lineEditQQ);
  128. gridLayout->addLayout(horizontalLayout, 1, 2, 1, 1);
  129. horizontalLayout_9 = new QHBoxLayout();
  130. horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9"));
  131. label_7 = new QLabel(groupBox);
  132. label_7->setObjectName(QString::fromUtf8("label_7"));
  133. horizontalLayout_9->addWidget(label_7);
  134. lineEditCorp = new QLineEdit(groupBox);
  135. lineEditCorp->setObjectName(QString::fromUtf8("lineEditCorp"));
  136. horizontalLayout_9->addWidget(lineEditCorp);
  137. gridLayout->addLayout(horizontalLayout_9, 2, 0, 1, 3);
  138. horizontalLayout_10 = new QHBoxLayout();
  139. horizontalLayout_10->setObjectName(QString::fromUtf8("horizontalLayout_10"));
  140. label_8 = new QLabel(groupBox);
  141. label_8->setObjectName(QString::fromUtf8("label_8"));
  142. horizontalLayout_10->addWidget(label_8);
  143. lineEditPhone = new QLineEdit(groupBox);
  144. lineEditPhone->setObjectName(QString::fromUtf8("lineEditPhone"));
  145. horizontalLayout_10->addWidget(lineEditPhone);
  146. gridLayout->addLayout(horizontalLayout_10, 0, 1, 1, 1);
  147. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  148. gridLayout->addItem(verticalSpacer, 4, 0, 1, 1);
  149. verticalLayout->addWidget(groupBox);
  150. retranslateUi(FormEditUserInfo);
  151. QMetaObject::connectSlotsByName(FormEditUserInfo);
  152. } // setupUi
  153. void retranslateUi(QWidget *FormEditUserInfo)
  154. {
  155. FormEditUserInfo->setWindowTitle(QApplication::translate("FormEditUserInfo", "Form", 0, QApplication::UnicodeUTF8));
  156. groupBox->setTitle(QApplication::translate("FormEditUserInfo", "\345\237\272\346\234\254\344\277\241\346\201\257", 0, QApplication::UnicodeUTF8));
  157. label_6->setText(QApplication::translate("FormEditUserInfo", "\345\247\223\345\220\215\357\274\232", 0, QApplication::UnicodeUTF8));
  158. label_3->setText(QApplication::translate("FormEditUserInfo", "\351\202\256\347\256\261\357\274\232", 0, QApplication::UnicodeUTF8));
  159. labelCity->setText(QApplication::translate("FormEditUserInfo", "\345\237\216\345\270\202\357\274\232", 0, QApplication::UnicodeUTF8));
  160. label_4->setText(QApplication::translate("FormEditUserInfo", "\346\227\272\346\227\272\357\274\232", 0, QApplication::UnicodeUTF8));
  161. pushButtonRefresh->setText(QApplication::translate("FormEditUserInfo", "\345\210\267\346\226\260", 0, QApplication::UnicodeUTF8));
  162. pushButtonEdit->setText(QApplication::translate("FormEditUserInfo", "\344\277\256\346\224\271", 0, QApplication::UnicodeUTF8));
  163. label->setText(QApplication::translate("FormEditUserInfo", "Q Q\357\274\232 ", 0, QApplication::UnicodeUTF8));
  164. label_7->setText(QApplication::translate("FormEditUserInfo", "\345\205\254\345\217\270\357\274\232", 0, QApplication::UnicodeUTF8));
  165. label_8->setText(QApplication::translate("FormEditUserInfo", "\346\211\213\346\234\272\357\274\232", 0, QApplication::UnicodeUTF8));
  166. } // retranslateUi
  167. };
  168. namespace Ui {
  169. class FormEditUserInfo: public Ui_FormEditUserInfo {};
  170. } // namespace Ui
  171. QT_END_NAMESPACE
  172. #endif // UI_FORMEDITUSERINFO_H