formuserinfo.ui 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormUserInfo</class>
  4. <widget class="QWidget" name="FormUserInfo">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>212</width>
  10. <height>455</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>200</width>
  22. <height>300</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>212</width>
  28. <height>455</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Form</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout_2">
  35. <property name="spacing">
  36. <number>0</number>
  37. </property>
  38. <property name="margin">
  39. <number>0</number>
  40. </property>
  41. <item>
  42. <widget class="QGroupBox" name="groupBox">
  43. <property name="title">
  44. <string>GroupBox</string>
  45. </property>
  46. <layout class="QVBoxLayout" name="verticalLayout">
  47. <property name="spacing">
  48. <number>6</number>
  49. </property>
  50. <property name="topMargin">
  51. <number>10</number>
  52. </property>
  53. <item>
  54. <widget class="QWidget" name="widgetServiceState" native="true">
  55. <layout class="QHBoxLayout" name="horizontalLayout">
  56. <property name="spacing">
  57. <number>1</number>
  58. </property>
  59. <property name="margin">
  60. <number>0</number>
  61. </property>
  62. <item>
  63. <widget class="QLabel" name="labelStateImage">
  64. <property name="sizePolicy">
  65. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  66. <horstretch>0</horstretch>
  67. <verstretch>0</verstretch>
  68. </sizepolicy>
  69. </property>
  70. <property name="minimumSize">
  71. <size>
  72. <width>16</width>
  73. <height>16</height>
  74. </size>
  75. </property>
  76. <property name="maximumSize">
  77. <size>
  78. <width>16</width>
  79. <height>16</height>
  80. </size>
  81. </property>
  82. <property name="text">
  83. <string>TextLabel</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QLabel" name="labelTip">
  89. <property name="text">
  90. <string>显示服务的当前状态</string>
  91. </property>
  92. </widget>
  93. </item>
  94. </layout>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QWidget" name="widgetServiceNotAvailable" native="true">
  99. <layout class="QHBoxLayout" name="horizontalLayout_4">
  100. <item>
  101. <spacer name="horizontalSpacer_3">
  102. <property name="orientation">
  103. <enum>Qt::Horizontal</enum>
  104. </property>
  105. <property name="sizeHint" stdset="0">
  106. <size>
  107. <width>40</width>
  108. <height>20</height>
  109. </size>
  110. </property>
  111. </spacer>
  112. </item>
  113. <item>
  114. <widget class="QPushButton" name="pushButtonLogin">
  115. <property name="text">
  116. <string>立即登录</string>
  117. </property>
  118. </widget>
  119. </item>
  120. <item>
  121. <spacer name="horizontalSpacer_4">
  122. <property name="orientation">
  123. <enum>Qt::Horizontal</enum>
  124. </property>
  125. <property name="sizeHint" stdset="0">
  126. <size>
  127. <width>40</width>
  128. <height>20</height>
  129. </size>
  130. </property>
  131. </spacer>
  132. </item>
  133. </layout>
  134. </widget>
  135. </item>
  136. <item>
  137. <widget class="QWidget" name="widgetSSOServiceReady" native="true">
  138. <layout class="QHBoxLayout" name="horizontalLayout_3">
  139. <item>
  140. <spacer name="horizontalSpacer_5">
  141. <property name="orientation">
  142. <enum>Qt::Horizontal</enum>
  143. </property>
  144. <property name="sizeHint" stdset="0">
  145. <size>
  146. <width>40</width>
  147. <height>20</height>
  148. </size>
  149. </property>
  150. </spacer>
  151. </item>
  152. <item>
  153. <widget class="QPushButton" name="pushButtonRegister">
  154. <property name="text">
  155. <string>立即开通</string>
  156. </property>
  157. </widget>
  158. </item>
  159. <item>
  160. <spacer name="horizontalSpacer_6">
  161. <property name="orientation">
  162. <enum>Qt::Horizontal</enum>
  163. </property>
  164. <property name="sizeHint" stdset="0">
  165. <size>
  166. <width>40</width>
  167. <height>20</height>
  168. </size>
  169. </property>
  170. </spacer>
  171. </item>
  172. </layout>
  173. </widget>
  174. </item>
  175. <item>
  176. <widget class="QWidget" name="widgetSSOServiceOffline" native="true">
  177. <layout class="QHBoxLayout" name="horizontalLayout_2">
  178. <item>
  179. <spacer name="horizontalSpacer_7">
  180. <property name="orientation">
  181. <enum>Qt::Horizontal</enum>
  182. </property>
  183. <property name="sizeHint" stdset="0">
  184. <size>
  185. <width>40</width>
  186. <height>20</height>
  187. </size>
  188. </property>
  189. </spacer>
  190. </item>
  191. <item>
  192. <widget class="QPushButton" name="pushButtonConnect">
  193. <property name="text">
  194. <string>立即连接</string>
  195. </property>
  196. </widget>
  197. </item>
  198. <item>
  199. <spacer name="horizontalSpacer_8">
  200. <property name="orientation">
  201. <enum>Qt::Horizontal</enum>
  202. </property>
  203. <property name="sizeHint" stdset="0">
  204. <size>
  205. <width>40</width>
  206. <height>20</height>
  207. </size>
  208. </property>
  209. </spacer>
  210. </item>
  211. </layout>
  212. </widget>
  213. </item>
  214. <item>
  215. <widget class="QWidget" name="widgetSSOServiceOnline" native="true">
  216. <property name="sizePolicy">
  217. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  218. <horstretch>0</horstretch>
  219. <verstretch>0</verstretch>
  220. </sizepolicy>
  221. </property>
  222. <property name="minimumSize">
  223. <size>
  224. <width>0</width>
  225. <height>110</height>
  226. </size>
  227. </property>
  228. <property name="maximumSize">
  229. <size>
  230. <width>16777215</width>
  231. <height>110</height>
  232. </size>
  233. </property>
  234. <layout class="QVBoxLayout" name="verticalLayout_3">
  235. <property name="spacing">
  236. <number>0</number>
  237. </property>
  238. <property name="leftMargin">
  239. <number>0</number>
  240. </property>
  241. <property name="topMargin">
  242. <number>9</number>
  243. </property>
  244. <property name="rightMargin">
  245. <number>0</number>
  246. </property>
  247. <property name="bottomMargin">
  248. <number>0</number>
  249. </property>
  250. <item>
  251. <widget class="QLabel" name="labelSumMoney">
  252. <property name="sizePolicy">
  253. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  254. <horstretch>0</horstretch>
  255. <verstretch>0</verstretch>
  256. </sizepolicy>
  257. </property>
  258. <property name="minimumSize">
  259. <size>
  260. <width>0</width>
  261. <height>20</height>
  262. </size>
  263. </property>
  264. <property name="maximumSize">
  265. <size>
  266. <width>16777215</width>
  267. <height>20</height>
  268. </size>
  269. </property>
  270. <property name="text">
  271. <string>累计费用:N/A</string>
  272. </property>
  273. </widget>
  274. </item>
  275. <item>
  276. <widget class="QLabel" name="labelRemainMoney">
  277. <property name="sizePolicy">
  278. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  279. <horstretch>0</horstretch>
  280. <verstretch>0</verstretch>
  281. </sizepolicy>
  282. </property>
  283. <property name="minimumSize">
  284. <size>
  285. <width>0</width>
  286. <height>15</height>
  287. </size>
  288. </property>
  289. <property name="maximumSize">
  290. <size>
  291. <width>16777215</width>
  292. <height>15</height>
  293. </size>
  294. </property>
  295. <property name="text">
  296. <string>可用余额:N/A</string>
  297. </property>
  298. </widget>
  299. </item>
  300. <item>
  301. <widget class="QLabel" name="labelGiftMoney">
  302. <property name="sizePolicy">
  303. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  304. <horstretch>0</horstretch>
  305. <verstretch>0</verstretch>
  306. </sizepolicy>
  307. </property>
  308. <property name="minimumSize">
  309. <size>
  310. <width>0</width>
  311. <height>15</height>
  312. </size>
  313. </property>
  314. <property name="maximumSize">
  315. <size>
  316. <width>16777215</width>
  317. <height>15</height>
  318. </size>
  319. </property>
  320. <property name="text">
  321. <string>赠送余额:N/A</string>
  322. </property>
  323. </widget>
  324. </item>
  325. <item>
  326. <layout class="QHBoxLayout" name="horizontalLayout_5">
  327. <item>
  328. <spacer name="horizontalSpacer_2">
  329. <property name="orientation">
  330. <enum>Qt::Horizontal</enum>
  331. </property>
  332. <property name="sizeHint" stdset="0">
  333. <size>
  334. <width>40</width>
  335. <height>20</height>
  336. </size>
  337. </property>
  338. </spacer>
  339. </item>
  340. <item>
  341. <widget class="QPushButton" name="pushButtonRefresh">
  342. <property name="text">
  343. <string>刷新</string>
  344. </property>
  345. </widget>
  346. </item>
  347. <item>
  348. <spacer name="horizontalSpacer">
  349. <property name="orientation">
  350. <enum>Qt::Horizontal</enum>
  351. </property>
  352. <property name="sizeHint" stdset="0">
  353. <size>
  354. <width>40</width>
  355. <height>20</height>
  356. </size>
  357. </property>
  358. </spacer>
  359. </item>
  360. </layout>
  361. </item>
  362. </layout>
  363. </widget>
  364. </item>
  365. <item>
  366. <spacer name="verticalSpacer">
  367. <property name="orientation">
  368. <enum>Qt::Vertical</enum>
  369. </property>
  370. <property name="sizeHint" stdset="0">
  371. <size>
  372. <width>20</width>
  373. <height>40</height>
  374. </size>
  375. </property>
  376. </spacer>
  377. </item>
  378. </layout>
  379. </widget>
  380. </item>
  381. </layout>
  382. </widget>
  383. <resources/>
  384. <connections/>
  385. </ui>