c5851d1e0fc2b37c5c743e0b474516ad438c8c66.svn-base 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>YtWidget</class>
  4. <widget class="QWidget" name="YtWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>800</width>
  10. <height>480</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>800</width>
  16. <height>480</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>800</width>
  22. <height>480</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>YtWidget</string>
  27. </property>
  28. <widget class="QLabel" name="background">
  29. <property name="geometry">
  30. <rect>
  31. <x>0</x>
  32. <y>0</y>
  33. <width>800</width>
  34. <height>480</height>
  35. </rect>
  36. </property>
  37. <property name="minimumSize">
  38. <size>
  39. <width>800</width>
  40. <height>480</height>
  41. </size>
  42. </property>
  43. <property name="maximumSize">
  44. <size>
  45. <width>800</width>
  46. <height>480</height>
  47. </size>
  48. </property>
  49. <property name="text">
  50. <string/>
  51. </property>
  52. <property name="pixmap">
  53. <pixmap resource="img.qrc">:/images/background.jpg</pixmap>
  54. </property>
  55. </widget>
  56. <widget class="QToolButton" name="back_btn">
  57. <property name="geometry">
  58. <rect>
  59. <x>56</x>
  60. <y>56</y>
  61. <width>142</width>
  62. <height>36</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string>...</string>
  67. </property>
  68. <property name="icon">
  69. <iconset resource="img.qrc">
  70. <normaloff>:/images/back.png</normaloff>:/images/back.png</iconset>
  71. </property>
  72. <property name="iconSize">
  73. <size>
  74. <width>142</width>
  75. <height>36</height>
  76. </size>
  77. </property>
  78. <property name="autoRaise">
  79. <bool>true</bool>
  80. </property>
  81. </widget>
  82. <widget class="QToolButton" name="last_btn">
  83. <property name="geometry">
  84. <rect>
  85. <x>20</x>
  86. <y>187</y>
  87. <width>36</width>
  88. <height>142</height>
  89. </rect>
  90. </property>
  91. <property name="text">
  92. <string/>
  93. </property>
  94. <property name="icon">
  95. <iconset resource="img.qrc">
  96. <normaloff>:/images/last.png</normaloff>:/images/last.png</iconset>
  97. </property>
  98. <property name="iconSize">
  99. <size>
  100. <width>36</width>
  101. <height>142</height>
  102. </size>
  103. </property>
  104. <property name="autoRaise">
  105. <bool>true</bool>
  106. </property>
  107. </widget>
  108. <widget class="QToolButton" name="next_btn">
  109. <property name="geometry">
  110. <rect>
  111. <x>744</x>
  112. <y>187</y>
  113. <width>36</width>
  114. <height>142</height>
  115. </rect>
  116. </property>
  117. <property name="text">
  118. <string/>
  119. </property>
  120. <property name="icon">
  121. <iconset resource="img.qrc">
  122. <normaloff>:/images/next.png</normaloff>:/images/next.png</iconset>
  123. </property>
  124. <property name="iconSize">
  125. <size>
  126. <width>36</width>
  127. <height>142</height>
  128. </size>
  129. </property>
  130. <property name="autoRaise">
  131. <bool>true</bool>
  132. </property>
  133. </widget>
  134. <widget class="QLabel" name="ver_label">
  135. <property name="geometry">
  136. <rect>
  137. <x>640</x>
  138. <y>458</y>
  139. <width>101</width>
  140. <height>16</height>
  141. </rect>
  142. </property>
  143. <property name="font">
  144. <font>
  145. <pointsize>11</pointsize>
  146. </font>
  147. </property>
  148. <property name="styleSheet">
  149. <string notr="true">color: rgb(59, 121, 255);</string>
  150. </property>
  151. <property name="text">
  152. <string>版本:V 1.00</string>
  153. </property>
  154. <property name="alignment">
  155. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  156. </property>
  157. </widget>
  158. <widget class="QLabel" name="title_label">
  159. <property name="geometry">
  160. <rect>
  161. <x>100</x>
  162. <y>100</y>
  163. <width>601</width>
  164. <height>51</height>
  165. </rect>
  166. </property>
  167. <property name="font">
  168. <font>
  169. <pointsize>14</pointsize>
  170. <weight>75</weight>
  171. <bold>true</bold>
  172. </font>
  173. </property>
  174. <property name="styleSheet">
  175. <string notr="true">color: rgb(2, 161, 255);</string>
  176. </property>
  177. <property name="text">
  178. <string/>
  179. </property>
  180. </widget>
  181. <widget class="QLabel" name="sta_label">
  182. <property name="geometry">
  183. <rect>
  184. <x>100</x>
  185. <y>180</y>
  186. <width>301</width>
  187. <height>31</height>
  188. </rect>
  189. </property>
  190. <property name="font">
  191. <font>
  192. <pointsize>12</pointsize>
  193. <weight>75</weight>
  194. <bold>true</bold>
  195. </font>
  196. </property>
  197. <property name="styleSheet">
  198. <string notr="true">color: rgb(2, 161, 255);</string>
  199. </property>
  200. <property name="text">
  201. <string/>
  202. </property>
  203. </widget>
  204. <widget class="QLabel" name="num_label">
  205. <property name="geometry">
  206. <rect>
  207. <x>100</x>
  208. <y>240</y>
  209. <width>301</width>
  210. <height>31</height>
  211. </rect>
  212. </property>
  213. <property name="font">
  214. <font>
  215. <pointsize>12</pointsize>
  216. <weight>75</weight>
  217. <bold>true</bold>
  218. </font>
  219. </property>
  220. <property name="styleSheet">
  221. <string notr="true">color: rgb(2, 161, 255);</string>
  222. </property>
  223. <property name="text">
  224. <string/>
  225. </property>
  226. </widget>
  227. <widget class="QLabel" name="normal_label">
  228. <property name="geometry">
  229. <rect>
  230. <x>100</x>
  231. <y>300</y>
  232. <width>301</width>
  233. <height>31</height>
  234. </rect>
  235. </property>
  236. <property name="font">
  237. <font>
  238. <pointsize>12</pointsize>
  239. <weight>75</weight>
  240. <bold>true</bold>
  241. </font>
  242. </property>
  243. <property name="styleSheet">
  244. <string notr="true">color: rgb(2, 161, 255);</string>
  245. </property>
  246. <property name="text">
  247. <string/>
  248. </property>
  249. </widget>
  250. <widget class="QLabel" name="alarm_label">
  251. <property name="geometry">
  252. <rect>
  253. <x>400</x>
  254. <y>300</y>
  255. <width>301</width>
  256. <height>31</height>
  257. </rect>
  258. </property>
  259. <property name="font">
  260. <font>
  261. <pointsize>12</pointsize>
  262. <weight>75</weight>
  263. <bold>true</bold>
  264. </font>
  265. </property>
  266. <property name="styleSheet">
  267. <string notr="true">color: rgb(2, 161, 255);</string>
  268. </property>
  269. <property name="text">
  270. <string/>
  271. </property>
  272. </widget>
  273. <widget class="QLabel" name="online_label">
  274. <property name="geometry">
  275. <rect>
  276. <x>100</x>
  277. <y>360</y>
  278. <width>301</width>
  279. <height>31</height>
  280. </rect>
  281. </property>
  282. <property name="font">
  283. <font>
  284. <pointsize>12</pointsize>
  285. <weight>75</weight>
  286. <bold>true</bold>
  287. </font>
  288. </property>
  289. <property name="styleSheet">
  290. <string notr="true">color: rgb(2, 161, 255);</string>
  291. </property>
  292. <property name="text">
  293. <string/>
  294. </property>
  295. </widget>
  296. <widget class="QLabel" name="sleep_label">
  297. <property name="geometry">
  298. <rect>
  299. <x>400</x>
  300. <y>360</y>
  301. <width>301</width>
  302. <height>31</height>
  303. </rect>
  304. </property>
  305. <property name="font">
  306. <font>
  307. <pointsize>12</pointsize>
  308. <weight>75</weight>
  309. <bold>true</bold>
  310. </font>
  311. </property>
  312. <property name="styleSheet">
  313. <string notr="true">color: rgb(2, 161, 255);</string>
  314. </property>
  315. <property name="text">
  316. <string/>
  317. </property>
  318. </widget>
  319. <widget class="QWebView" name="webView">
  320. <property name="geometry">
  321. <rect>
  322. <x>0</x>
  323. <y>0</y>
  324. <width>800</width>
  325. <height>480</height>
  326. </rect>
  327. </property>
  328. <property name="url">
  329. <url>
  330. <string>http://127.0.0.1/main.html</string>
  331. </url>
  332. </property>
  333. </widget>
  334. <widget class="QLabel" name="time_label">
  335. <property name="geometry">
  336. <rect>
  337. <x>580</x>
  338. <y>32</y>
  339. <width>199</width>
  340. <height>16</height>
  341. </rect>
  342. </property>
  343. <property name="font">
  344. <font>
  345. <pointsize>14</pointsize>
  346. </font>
  347. </property>
  348. <property name="styleSheet">
  349. <string notr="true">color: rgb(2, 161, 255);</string>
  350. </property>
  351. <property name="text">
  352. <string/>
  353. </property>
  354. <property name="alignment">
  355. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  356. </property>
  357. </widget>
  358. </widget>
  359. <layoutdefault spacing="6" margin="11"/>
  360. <customwidgets>
  361. <customwidget>
  362. <class>QWebView</class>
  363. <extends>QWidget</extends>
  364. <header>QtWebKit/QWebView</header>
  365. </customwidget>
  366. </customwidgets>
  367. <resources>
  368. <include location="img.qrc"/>
  369. </resources>
  370. <connections/>
  371. </ui>