dialogbindsystem.ui 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogBindSystem</class>
  4. <widget class="QDialog" name="DialogBindSystem">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>291</width>
  10. <height>209</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>开通服务</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <widget class="QTabWidget" name="tabWidget">
  19. <property name="currentIndex">
  20. <number>1</number>
  21. </property>
  22. <widget class="QWidget" name="tab">
  23. <attribute name="title">
  24. <string>开通新服务</string>
  25. </attribute>
  26. <layout class="QGridLayout" name="gridLayout">
  27. <item row="1" column="1">
  28. <widget class="QPushButton" name="pushButtonRegService">
  29. <property name="text">
  30. <string>立即开通新服务</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item row="0" column="1">
  35. <spacer name="verticalSpacer_2">
  36. <property name="orientation">
  37. <enum>Qt::Vertical</enum>
  38. </property>
  39. <property name="sizeHint" stdset="0">
  40. <size>
  41. <width>20</width>
  42. <height>40</height>
  43. </size>
  44. </property>
  45. </spacer>
  46. </item>
  47. <item row="2" column="1">
  48. <spacer name="verticalSpacer_3">
  49. <property name="orientation">
  50. <enum>Qt::Vertical</enum>
  51. </property>
  52. <property name="sizeHint" stdset="0">
  53. <size>
  54. <width>20</width>
  55. <height>40</height>
  56. </size>
  57. </property>
  58. </spacer>
  59. </item>
  60. <item row="1" column="0">
  61. <spacer name="horizontalSpacer_2">
  62. <property name="orientation">
  63. <enum>Qt::Horizontal</enum>
  64. </property>
  65. <property name="sizeHint" stdset="0">
  66. <size>
  67. <width>40</width>
  68. <height>20</height>
  69. </size>
  70. </property>
  71. </spacer>
  72. </item>
  73. <item row="1" column="2">
  74. <spacer name="horizontalSpacer_3">
  75. <property name="orientation">
  76. <enum>Qt::Horizontal</enum>
  77. </property>
  78. <property name="sizeHint" stdset="0">
  79. <size>
  80. <width>40</width>
  81. <height>20</height>
  82. </size>
  83. </property>
  84. </spacer>
  85. </item>
  86. </layout>
  87. </widget>
  88. <widget class="QWidget" name="tab_2">
  89. <attribute name="title">
  90. <string>已有系统账号</string>
  91. </attribute>
  92. <layout class="QVBoxLayout" name="verticalLayout">
  93. <item>
  94. <layout class="QHBoxLayout" name="horizontalLayout">
  95. <item>
  96. <widget class="QLabel" name="label">
  97. <property name="text">
  98. <string>待绑定的系统账号:</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item>
  103. <widget class="QLineEdit" name="lineEditUserID"/>
  104. </item>
  105. </layout>
  106. </item>
  107. <item>
  108. <layout class="QHBoxLayout" name="horizontalLayout_2">
  109. <item>
  110. <widget class="QLabel" name="label_2">
  111. <property name="text">
  112. <string>待绑定的系统密码:</string>
  113. </property>
  114. </widget>
  115. </item>
  116. <item>
  117. <widget class="QLineEdit" name="lineEditUserPwd">
  118. <property name="echoMode">
  119. <enum>QLineEdit::Password</enum>
  120. </property>
  121. </widget>
  122. </item>
  123. </layout>
  124. </item>
  125. <item>
  126. <layout class="QHBoxLayout" name="horizontalLayout_3">
  127. <item>
  128. <widget class="QLabel" name="label_3">
  129. <property name="text">
  130. <string> 验证码:</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item>
  135. <widget class="QLineEdit" name="lineEditValidateCode"/>
  136. </item>
  137. <item>
  138. <widget class="QLabel" name="labelCode">
  139. <property name="font">
  140. <font>
  141. <family>Arial Black</family>
  142. <pointsize>12</pointsize>
  143. <weight>75</weight>
  144. <bold>true</bold>
  145. </font>
  146. </property>
  147. <property name="text">
  148. <string>TextLabel</string>
  149. </property>
  150. </widget>
  151. </item>
  152. </layout>
  153. </item>
  154. <item>
  155. <layout class="QHBoxLayout" name="horizontalLayout_4">
  156. <item>
  157. <spacer name="horizontalSpacer">
  158. <property name="orientation">
  159. <enum>Qt::Horizontal</enum>
  160. </property>
  161. <property name="sizeHint" stdset="0">
  162. <size>
  163. <width>40</width>
  164. <height>20</height>
  165. </size>
  166. </property>
  167. </spacer>
  168. </item>
  169. <item>
  170. <widget class="QPushButton" name="pushButtonBindService">
  171. <property name="text">
  172. <string>绑定服务</string>
  173. </property>
  174. </widget>
  175. </item>
  176. </layout>
  177. </item>
  178. <item>
  179. <spacer name="verticalSpacer">
  180. <property name="orientation">
  181. <enum>Qt::Vertical</enum>
  182. </property>
  183. <property name="sizeHint" stdset="0">
  184. <size>
  185. <width>20</width>
  186. <height>40</height>
  187. </size>
  188. </property>
  189. </spacer>
  190. </item>
  191. </layout>
  192. </widget>
  193. </widget>
  194. </item>
  195. <item>
  196. <widget class="QDialogButtonBox" name="buttonBox">
  197. <property name="orientation">
  198. <enum>Qt::Horizontal</enum>
  199. </property>
  200. <property name="standardButtons">
  201. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  202. </property>
  203. </widget>
  204. </item>
  205. </layout>
  206. </widget>
  207. <resources/>
  208. <connections>
  209. <connection>
  210. <sender>buttonBox</sender>
  211. <signal>accepted()</signal>
  212. <receiver>DialogBindSystem</receiver>
  213. <slot>accept()</slot>
  214. <hints>
  215. <hint type="sourcelabel">
  216. <x>248</x>
  217. <y>254</y>
  218. </hint>
  219. <hint type="destinationlabel">
  220. <x>157</x>
  221. <y>274</y>
  222. </hint>
  223. </hints>
  224. </connection>
  225. <connection>
  226. <sender>buttonBox</sender>
  227. <signal>rejected()</signal>
  228. <receiver>DialogBindSystem</receiver>
  229. <slot>reject()</slot>
  230. <hints>
  231. <hint type="sourcelabel">
  232. <x>316</x>
  233. <y>260</y>
  234. </hint>
  235. <hint type="destinationlabel">
  236. <x>286</x>
  237. <y>274</y>
  238. </hint>
  239. </hints>
  240. </connection>
  241. </connections>
  242. </ui>