environmentalTest.ui 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>environmentalTest</class>
  4. <widget class="QWidget" name="environmentalTest">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>820</width>
  10. <height>618</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <widget class="QWidget" name="widget_mask" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>10</y>
  21. <width>831</width>
  22. <height>681</height>
  23. </rect>
  24. </property>
  25. <widget class="QWidget" name="widget_et_BG" native="true">
  26. <property name="geometry">
  27. <rect>
  28. <x>10</x>
  29. <y>10</y>
  30. <width>671</width>
  31. <height>501</height>
  32. </rect>
  33. </property>
  34. <widget class="QPushButton" name="btn_nextStep">
  35. <property name="geometry">
  36. <rect>
  37. <x>420</x>
  38. <y>360</y>
  39. <width>75</width>
  40. <height>23</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string>下一步</string>
  45. </property>
  46. </widget>
  47. <widget class="QPushButton" name="btn_previousStep">
  48. <property name="geometry">
  49. <rect>
  50. <x>330</x>
  51. <y>360</y>
  52. <width>75</width>
  53. <height>23</height>
  54. </rect>
  55. </property>
  56. <property name="text">
  57. <string>上一步</string>
  58. </property>
  59. </widget>
  60. <widget class="QLabel" name="label_et_title">
  61. <property name="geometry">
  62. <rect>
  63. <x>20</x>
  64. <y>20</y>
  65. <width>54</width>
  66. <height>12</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string>环境检测</string>
  71. </property>
  72. </widget>
  73. <widget class="QWidget" name="widget_et_steps" native="true">
  74. <property name="geometry">
  75. <rect>
  76. <x>0</x>
  77. <y>60</y>
  78. <width>831</width>
  79. <height>80</height>
  80. </rect>
  81. </property>
  82. <widget class="QLabel" name="label_et_HLine1">
  83. <property name="geometry">
  84. <rect>
  85. <x>70</x>
  86. <y>40</y>
  87. <width>54</width>
  88. <height>12</height>
  89. </rect>
  90. </property>
  91. <property name="text">
  92. <string/>
  93. </property>
  94. </widget>
  95. <widget class="QLabel" name="label_et_HLine2">
  96. <property name="geometry">
  97. <rect>
  98. <x>180</x>
  99. <y>40</y>
  100. <width>54</width>
  101. <height>12</height>
  102. </rect>
  103. </property>
  104. <property name="text">
  105. <string/>
  106. </property>
  107. </widget>
  108. <widget class="QLabel" name="label_et_HLine3">
  109. <property name="geometry">
  110. <rect>
  111. <x>280</x>
  112. <y>40</y>
  113. <width>54</width>
  114. <height>12</height>
  115. </rect>
  116. </property>
  117. <property name="text">
  118. <string/>
  119. </property>
  120. </widget>
  121. <widget class="QLabel" name="label_et_HLine4">
  122. <property name="geometry">
  123. <rect>
  124. <x>380</x>
  125. <y>40</y>
  126. <width>54</width>
  127. <height>12</height>
  128. </rect>
  129. </property>
  130. <property name="text">
  131. <string/>
  132. </property>
  133. </widget>
  134. <widget class="QLabel" name="label_et_HLine5">
  135. <property name="geometry">
  136. <rect>
  137. <x>480</x>
  138. <y>40</y>
  139. <width>54</width>
  140. <height>12</height>
  141. </rect>
  142. </property>
  143. <property name="text">
  144. <string/>
  145. </property>
  146. </widget>
  147. <widget class="QLabel" name="label_et_networkIcon">
  148. <property name="geometry">
  149. <rect>
  150. <x>20</x>
  151. <y>30</y>
  152. <width>54</width>
  153. <height>12</height>
  154. </rect>
  155. </property>
  156. <property name="text">
  157. <string>1</string>
  158. </property>
  159. <property name="alignment">
  160. <set>Qt::AlignCenter</set>
  161. </property>
  162. </widget>
  163. <widget class="QLabel" name="label_et_network">
  164. <property name="geometry">
  165. <rect>
  166. <x>20</x>
  167. <y>50</y>
  168. <width>54</width>
  169. <height>12</height>
  170. </rect>
  171. </property>
  172. <property name="text">
  173. <string>网速</string>
  174. </property>
  175. <property name="alignment">
  176. <set>Qt::AlignCenter</set>
  177. </property>
  178. </widget>
  179. <widget class="QLabel" name="label_et_timeIcon">
  180. <property name="geometry">
  181. <rect>
  182. <x>130</x>
  183. <y>30</y>
  184. <width>54</width>
  185. <height>12</height>
  186. </rect>
  187. </property>
  188. <property name="text">
  189. <string>2</string>
  190. </property>
  191. <property name="alignment">
  192. <set>Qt::AlignCenter</set>
  193. </property>
  194. </widget>
  195. <widget class="QLabel" name="label_et_time">
  196. <property name="geometry">
  197. <rect>
  198. <x>130</x>
  199. <y>50</y>
  200. <width>54</width>
  201. <height>12</height>
  202. </rect>
  203. </property>
  204. <property name="text">
  205. <string>时钟</string>
  206. </property>
  207. <property name="alignment">
  208. <set>Qt::AlignCenter</set>
  209. </property>
  210. </widget>
  211. <widget class="QLabel" name="label_et_cameraIcon">
  212. <property name="geometry">
  213. <rect>
  214. <x>230</x>
  215. <y>30</y>
  216. <width>54</width>
  217. <height>12</height>
  218. </rect>
  219. </property>
  220. <property name="text">
  221. <string>3</string>
  222. </property>
  223. <property name="alignment">
  224. <set>Qt::AlignCenter</set>
  225. </property>
  226. </widget>
  227. <widget class="QLabel" name="label_et_camera">
  228. <property name="geometry">
  229. <rect>
  230. <x>230</x>
  231. <y>50</y>
  232. <width>54</width>
  233. <height>12</height>
  234. </rect>
  235. </property>
  236. <property name="text">
  237. <string>摄像头</string>
  238. </property>
  239. <property name="alignment">
  240. <set>Qt::AlignCenter</set>
  241. </property>
  242. </widget>
  243. <widget class="QLabel" name="label_et_voiceIcon">
  244. <property name="geometry">
  245. <rect>
  246. <x>330</x>
  247. <y>30</y>
  248. <width>54</width>
  249. <height>12</height>
  250. </rect>
  251. </property>
  252. <property name="text">
  253. <string>4</string>
  254. </property>
  255. <property name="alignment">
  256. <set>Qt::AlignCenter</set>
  257. </property>
  258. </widget>
  259. <widget class="QLabel" name="label_et_voice">
  260. <property name="geometry">
  261. <rect>
  262. <x>330</x>
  263. <y>50</y>
  264. <width>54</width>
  265. <height>12</height>
  266. </rect>
  267. </property>
  268. <property name="text">
  269. <string>声音</string>
  270. </property>
  271. <property name="alignment">
  272. <set>Qt::AlignCenter</set>
  273. </property>
  274. </widget>
  275. <widget class="QLabel" name="label_et_mobileIcon">
  276. <property name="geometry">
  277. <rect>
  278. <x>430</x>
  279. <y>30</y>
  280. <width>54</width>
  281. <height>12</height>
  282. </rect>
  283. </property>
  284. <property name="text">
  285. <string>5</string>
  286. </property>
  287. <property name="alignment">
  288. <set>Qt::AlignCenter</set>
  289. </property>
  290. </widget>
  291. <widget class="QLabel" name="label_et_mobile">
  292. <property name="geometry">
  293. <rect>
  294. <x>430</x>
  295. <y>60</y>
  296. <width>54</width>
  297. <height>12</height>
  298. </rect>
  299. </property>
  300. <property name="text">
  301. <string>微信小程序</string>
  302. </property>
  303. <property name="alignment">
  304. <set>Qt::AlignCenter</set>
  305. </property>
  306. </widget>
  307. <widget class="QLabel" name="label_et_resultIcon">
  308. <property name="geometry">
  309. <rect>
  310. <x>520</x>
  311. <y>30</y>
  312. <width>54</width>
  313. <height>12</height>
  314. </rect>
  315. </property>
  316. <property name="text">
  317. <string>6</string>
  318. </property>
  319. <property name="alignment">
  320. <set>Qt::AlignCenter</set>
  321. </property>
  322. </widget>
  323. <widget class="QLabel" name="label_et_result">
  324. <property name="geometry">
  325. <rect>
  326. <x>520</x>
  327. <y>60</y>
  328. <width>54</width>
  329. <height>12</height>
  330. </rect>
  331. </property>
  332. <property name="text">
  333. <string>检测结果</string>
  334. </property>
  335. <property name="alignment">
  336. <set>Qt::AlignCenter</set>
  337. </property>
  338. </widget>
  339. </widget>
  340. </widget>
  341. </widget>
  342. </widget>
  343. <resources/>
  344. <connections/>
  345. </ui>