formedituserinfo.ui 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormEditUserInfo</class>
  4. <widget class="QWidget" name="FormEditUserInfo">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>499</width>
  10. <height>377</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <property name="spacing">
  18. <number>6</number>
  19. </property>
  20. <property name="margin">
  21. <number>0</number>
  22. </property>
  23. <item>
  24. <widget class="QGroupBox" name="groupBox">
  25. <property name="title">
  26. <string>基本信息</string>
  27. </property>
  28. <layout class="QGridLayout" name="gridLayout">
  29. <item row="0" column="0">
  30. <layout class="QHBoxLayout" name="horizontalLayout_5">
  31. <item>
  32. <widget class="QLabel" name="label_6">
  33. <property name="text">
  34. <string>姓名:</string>
  35. </property>
  36. </widget>
  37. </item>
  38. <item>
  39. <widget class="QLineEdit" name="lineEditName"/>
  40. </item>
  41. </layout>
  42. </item>
  43. <item row="0" column="2">
  44. <layout class="QHBoxLayout" name="horizontalLayout_3">
  45. <item>
  46. <widget class="QLabel" name="label_3">
  47. <property name="text">
  48. <string>邮箱:</string>
  49. </property>
  50. </widget>
  51. </item>
  52. <item>
  53. <widget class="QLineEdit" name="lineEditEmail"/>
  54. </item>
  55. </layout>
  56. </item>
  57. <item row="1" column="0">
  58. <layout class="QHBoxLayout" name="horizontalLayout_7">
  59. <item>
  60. <widget class="QLabel" name="labelCity">
  61. <property name="text">
  62. <string>城市:</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <widget class="QLineEdit" name="lineEditCity"/>
  68. </item>
  69. </layout>
  70. </item>
  71. <item row="1" column="1">
  72. <layout class="QHBoxLayout" name="horizontalLayout_2">
  73. <item>
  74. <widget class="QLabel" name="label_4">
  75. <property name="text">
  76. <string>旺旺:</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QLineEdit" name="lineEditWW"/>
  82. </item>
  83. </layout>
  84. </item>
  85. <item row="3" column="0" colspan="3">
  86. <layout class="QHBoxLayout" name="horizontalLayout_6">
  87. <item>
  88. <spacer name="horizontalSpacer">
  89. <property name="orientation">
  90. <enum>Qt::Horizontal</enum>
  91. </property>
  92. <property name="sizeHint" stdset="0">
  93. <size>
  94. <width>40</width>
  95. <height>20</height>
  96. </size>
  97. </property>
  98. </spacer>
  99. </item>
  100. <item>
  101. <widget class="QPushButton" name="pushButtonRefresh">
  102. <property name="text">
  103. <string>刷新</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item>
  108. <widget class="QPushButton" name="pushButtonEdit">
  109. <property name="text">
  110. <string>修改</string>
  111. </property>
  112. </widget>
  113. </item>
  114. </layout>
  115. </item>
  116. <item row="1" column="2">
  117. <layout class="QHBoxLayout" name="horizontalLayout">
  118. <item>
  119. <widget class="QLabel" name="label">
  120. <property name="text">
  121. <string>Q Q: </string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <widget class="QLineEdit" name="lineEditQQ"/>
  127. </item>
  128. </layout>
  129. </item>
  130. <item row="2" column="0" colspan="3">
  131. <layout class="QHBoxLayout" name="horizontalLayout_9">
  132. <item>
  133. <widget class="QLabel" name="label_7">
  134. <property name="text">
  135. <string>公司:</string>
  136. </property>
  137. </widget>
  138. </item>
  139. <item>
  140. <widget class="QLineEdit" name="lineEditCorp"/>
  141. </item>
  142. </layout>
  143. </item>
  144. <item row="0" column="1">
  145. <layout class="QHBoxLayout" name="horizontalLayout_10">
  146. <item>
  147. <widget class="QLabel" name="label_8">
  148. <property name="text">
  149. <string>手机:</string>
  150. </property>
  151. </widget>
  152. </item>
  153. <item>
  154. <widget class="QLineEdit" name="lineEditPhone"/>
  155. </item>
  156. </layout>
  157. </item>
  158. <item row="4" column="0">
  159. <spacer name="verticalSpacer">
  160. <property name="orientation">
  161. <enum>Qt::Vertical</enum>
  162. </property>
  163. <property name="sizeHint" stdset="0">
  164. <size>
  165. <width>20</width>
  166. <height>40</height>
  167. </size>
  168. </property>
  169. </spacer>
  170. </item>
  171. </layout>
  172. </widget>
  173. </item>
  174. </layout>
  175. </widget>
  176. <resources/>
  177. <connections/>
  178. </ui>