Demo001_1.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Demo001_1</class>
  4. <widget class="QMainWindow" name="Demo001_1">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1102</width>
  10. <height>988</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QWidget" name="Leftwidget" native="true">
  18. <property name="geometry">
  19. <rect>
  20. <x>0</x>
  21. <y>0</y>
  22. <width>550</width>
  23. <height>988</height>
  24. </rect>
  25. </property>
  26. </widget>
  27. <widget class="QWidget" name="Rightwidget" native="true">
  28. <property name="geometry">
  29. <rect>
  30. <x>566</x>
  31. <y>0</y>
  32. <width>536</width>
  33. <height>988</height>
  34. </rect>
  35. </property>
  36. <widget class="ImageWidget" name="Operatewidget" native="true">
  37. <property name="geometry">
  38. <rect>
  39. <x>30</x>
  40. <y>72</y>
  41. <width>476</width>
  42. <height>476</height>
  43. </rect>
  44. </property>
  45. </widget>
  46. <widget class="QComboBox" name="DatacomboBox">
  47. <property name="geometry">
  48. <rect>
  49. <x>30</x>
  50. <y>20</y>
  51. <width>400</width>
  52. <height>32</height>
  53. </rect>
  54. </property>
  55. </widget>
  56. <widget class="QPushButton" name="LiveButton">
  57. <property name="geometry">
  58. <rect>
  59. <x>446</x>
  60. <y>20</y>
  61. <width>60</width>
  62. <height>32</height>
  63. </rect>
  64. </property>
  65. <property name="text">
  66. <string>Live</string>
  67. </property>
  68. </widget>
  69. <widget class="QWidget" name="Toolbar" native="true">
  70. <property name="geometry">
  71. <rect>
  72. <x>16</x>
  73. <y>572</y>
  74. <width>504</width>
  75. <height>32</height>
  76. </rect>
  77. </property>
  78. <widget class="Line" name="line">
  79. <property name="geometry">
  80. <rect>
  81. <x>80</x>
  82. <y>8</y>
  83. <width>1</width>
  84. <height>16</height>
  85. </rect>
  86. </property>
  87. <property name="orientation">
  88. <enum>Qt::Vertical</enum>
  89. </property>
  90. </widget>
  91. <widget class="QPushButton" name="ZoomUpButton">
  92. <property name="geometry">
  93. <rect>
  94. <x>0</x>
  95. <y>0</y>
  96. <width>78</width>
  97. <height>32</height>
  98. </rect>
  99. </property>
  100. <property name="text">
  101. <string/>
  102. </property>
  103. </widget>
  104. <widget class="Line" name="line_3">
  105. <property name="geometry">
  106. <rect>
  107. <x>156</x>
  108. <y>8</y>
  109. <width>1</width>
  110. <height>16</height>
  111. </rect>
  112. </property>
  113. <property name="orientation">
  114. <enum>Qt::Vertical</enum>
  115. </property>
  116. </widget>
  117. <widget class="Line" name="line_4">
  118. <property name="geometry">
  119. <rect>
  120. <x>255</x>
  121. <y>8</y>
  122. <width>1</width>
  123. <height>16</height>
  124. </rect>
  125. </property>
  126. <property name="orientation">
  127. <enum>Qt::Vertical</enum>
  128. </property>
  129. </widget>
  130. <widget class="Line" name="line_5">
  131. <property name="geometry">
  132. <rect>
  133. <x>343</x>
  134. <y>8</y>
  135. <width>1</width>
  136. <height>16</height>
  137. </rect>
  138. </property>
  139. <property name="orientation">
  140. <enum>Qt::Vertical</enum>
  141. </property>
  142. </widget>
  143. <widget class="Line" name="line_6">
  144. <property name="geometry">
  145. <rect>
  146. <x>415</x>
  147. <y>8</y>
  148. <width>1</width>
  149. <height>16</height>
  150. </rect>
  151. </property>
  152. <property name="orientation">
  153. <enum>Qt::Vertical</enum>
  154. </property>
  155. </widget>
  156. <widget class="QPushButton" name="pushButton_2">
  157. <property name="geometry">
  158. <rect>
  159. <x>417</x>
  160. <y>0</y>
  161. <width>87</width>
  162. <height>32</height>
  163. </rect>
  164. </property>
  165. <property name="text">
  166. <string>.......</string>
  167. </property>
  168. </widget>
  169. <widget class="QPushButton" name="ZoomOutButton">
  170. <property name="geometry">
  171. <rect>
  172. <x>82</x>
  173. <y>0</y>
  174. <width>72</width>
  175. <height>32</height>
  176. </rect>
  177. </property>
  178. <property name="text">
  179. <string/>
  180. </property>
  181. </widget>
  182. <widget class="QPushButton" name="RulerButton">
  183. <property name="geometry">
  184. <rect>
  185. <x>257</x>
  186. <y>0</y>
  187. <width>84</width>
  188. <height>32</height>
  189. </rect>
  190. </property>
  191. <property name="text">
  192. <string/>
  193. </property>
  194. </widget>
  195. <widget class="QPushButton" name="PenButton">
  196. <property name="geometry">
  197. <rect>
  198. <x>345</x>
  199. <y>0</y>
  200. <width>68</width>
  201. <height>32</height>
  202. </rect>
  203. </property>
  204. <property name="text">
  205. <string/>
  206. </property>
  207. </widget>
  208. <widget class="QLabel" name="label_Percentage">
  209. <property name="geometry">
  210. <rect>
  211. <x>158</x>
  212. <y>0</y>
  213. <width>95</width>
  214. <height>32</height>
  215. </rect>
  216. </property>
  217. <property name="layoutDirection">
  218. <enum>Qt::LeftToRight</enum>
  219. </property>
  220. <property name="text">
  221. <string>100%</string>
  222. </property>
  223. </widget>
  224. </widget>
  225. <widget class="QWidget" name="BackGround" native="true">
  226. <property name="geometry">
  227. <rect>
  228. <x>29</x>
  229. <y>71</y>
  230. <width>478</width>
  231. <height>478</height>
  232. </rect>
  233. </property>
  234. </widget>
  235. <widget class="QWidget" name="widget_6" native="true">
  236. <property name="geometry">
  237. <rect>
  238. <x>16</x>
  239. <y>830</y>
  240. <width>114</width>
  241. <height>114</height>
  242. </rect>
  243. </property>
  244. <widget class="QSlider" name="verticalSlider">
  245. <property name="geometry">
  246. <rect>
  247. <x>30</x>
  248. <y>12</y>
  249. <width>18</width>
  250. <height>56</height>
  251. </rect>
  252. </property>
  253. <property name="orientation">
  254. <enum>Qt::Vertical</enum>
  255. </property>
  256. </widget>
  257. <widget class="QSlider" name="verticalSlider_2">
  258. <property name="geometry">
  259. <rect>
  260. <x>65</x>
  261. <y>12</y>
  262. <width>18</width>
  263. <height>56</height>
  264. </rect>
  265. </property>
  266. <property name="orientation">
  267. <enum>Qt::Vertical</enum>
  268. </property>
  269. </widget>
  270. <widget class="QLineEdit" name="lineEdit">
  271. <property name="geometry">
  272. <rect>
  273. <x>6</x>
  274. <y>78</y>
  275. <width>40</width>
  276. <height>24</height>
  277. </rect>
  278. </property>
  279. <property name="text">
  280. <string>11</string>
  281. </property>
  282. </widget>
  283. <widget class="QLineEdit" name="lineEdit_2">
  284. <property name="geometry">
  285. <rect>
  286. <x>68</x>
  287. <y>78</y>
  288. <width>40</width>
  289. <height>24</height>
  290. </rect>
  291. </property>
  292. <property name="text">
  293. <string>22</string>
  294. </property>
  295. </widget>
  296. <widget class="QLabel" name="label">
  297. <property name="geometry">
  298. <rect>
  299. <x>50</x>
  300. <y>83</y>
  301. <width>14</width>
  302. <height>14</height>
  303. </rect>
  304. </property>
  305. <property name="text">
  306. <string>%</string>
  307. </property>
  308. </widget>
  309. <widget class="QLabel" name="label_4">
  310. <property name="geometry">
  311. <rect>
  312. <x>12</x>
  313. <y>22</y>
  314. <width>10</width>
  315. <height>34</height>
  316. </rect>
  317. </property>
  318. <property name="text">
  319. <string/>
  320. </property>
  321. </widget>
  322. <widget class="QLabel" name="label_5">
  323. <property name="geometry">
  324. <rect>
  325. <x>94</x>
  326. <y>22</y>
  327. <width>10</width>
  328. <height>34</height>
  329. </rect>
  330. </property>
  331. <property name="text">
  332. <string/>
  333. </property>
  334. </widget>
  335. </widget>
  336. <widget class="QWidget" name="widget_7" native="true">
  337. <property name="geometry">
  338. <rect>
  339. <x>146</x>
  340. <y>830</y>
  341. <width>114</width>
  342. <height>114</height>
  343. </rect>
  344. </property>
  345. <widget class="QSlider" name="verticalSlider_3">
  346. <property name="geometry">
  347. <rect>
  348. <x>30</x>
  349. <y>12</y>
  350. <width>18</width>
  351. <height>56</height>
  352. </rect>
  353. </property>
  354. <property name="orientation">
  355. <enum>Qt::Vertical</enum>
  356. </property>
  357. </widget>
  358. <widget class="QSlider" name="verticalSlider_4">
  359. <property name="geometry">
  360. <rect>
  361. <x>65</x>
  362. <y>12</y>
  363. <width>18</width>
  364. <height>56</height>
  365. </rect>
  366. </property>
  367. <property name="orientation">
  368. <enum>Qt::Vertical</enum>
  369. </property>
  370. </widget>
  371. <widget class="QLineEdit" name="lineEdit_3">
  372. <property name="geometry">
  373. <rect>
  374. <x>6</x>
  375. <y>78</y>
  376. <width>40</width>
  377. <height>24</height>
  378. </rect>
  379. </property>
  380. <property name="text">
  381. <string>9</string>
  382. </property>
  383. </widget>
  384. <widget class="QLineEdit" name="lineEdit_4">
  385. <property name="geometry">
  386. <rect>
  387. <x>68</x>
  388. <y>78</y>
  389. <width>40</width>
  390. <height>24</height>
  391. </rect>
  392. </property>
  393. <property name="text">
  394. <string>11</string>
  395. </property>
  396. </widget>
  397. <widget class="QLabel" name="label_2">
  398. <property name="geometry">
  399. <rect>
  400. <x>50</x>
  401. <y>83</y>
  402. <width>14</width>
  403. <height>14</height>
  404. </rect>
  405. </property>
  406. <property name="text">
  407. <string>%</string>
  408. </property>
  409. </widget>
  410. <widget class="QLabel" name="label_6">
  411. <property name="geometry">
  412. <rect>
  413. <x>12</x>
  414. <y>22</y>
  415. <width>12</width>
  416. <height>34</height>
  417. </rect>
  418. </property>
  419. <property name="text">
  420. <string/>
  421. </property>
  422. </widget>
  423. <widget class="QLabel" name="label_7">
  424. <property name="geometry">
  425. <rect>
  426. <x>91</x>
  427. <y>22</y>
  428. <width>12</width>
  429. <height>34</height>
  430. </rect>
  431. </property>
  432. <property name="text">
  433. <string/>
  434. </property>
  435. </widget>
  436. </widget>
  437. <widget class="QWidget" name="widget_8" native="true">
  438. <property name="geometry">
  439. <rect>
  440. <x>276</x>
  441. <y>830</y>
  442. <width>114</width>
  443. <height>114</height>
  444. </rect>
  445. </property>
  446. <widget class="QSlider" name="verticalSlider_7">
  447. <property name="geometry">
  448. <rect>
  449. <x>30</x>
  450. <y>12</y>
  451. <width>18</width>
  452. <height>56</height>
  453. </rect>
  454. </property>
  455. <property name="orientation">
  456. <enum>Qt::Vertical</enum>
  457. </property>
  458. </widget>
  459. <widget class="QSlider" name="verticalSlider_8">
  460. <property name="geometry">
  461. <rect>
  462. <x>65</x>
  463. <y>12</y>
  464. <width>18</width>
  465. <height>56</height>
  466. </rect>
  467. </property>
  468. <property name="orientation">
  469. <enum>Qt::Vertical</enum>
  470. </property>
  471. </widget>
  472. <widget class="QLineEdit" name="lineEdit_7">
  473. <property name="geometry">
  474. <rect>
  475. <x>6</x>
  476. <y>78</y>
  477. <width>40</width>
  478. <height>24</height>
  479. </rect>
  480. </property>
  481. <property name="text">
  482. <string>0</string>
  483. </property>
  484. </widget>
  485. <widget class="QLineEdit" name="lineEdit_8">
  486. <property name="geometry">
  487. <rect>
  488. <x>68</x>
  489. <y>78</y>
  490. <width>40</width>
  491. <height>24</height>
  492. </rect>
  493. </property>
  494. <property name="text">
  495. <string>0</string>
  496. </property>
  497. </widget>
  498. <widget class="QLabel" name="label_10">
  499. <property name="geometry">
  500. <rect>
  501. <x>50</x>
  502. <y>83</y>
  503. <width>14</width>
  504. <height>14</height>
  505. </rect>
  506. </property>
  507. <property name="text">
  508. <string>%</string>
  509. </property>
  510. </widget>
  511. <widget class="QLabel" name="label_11">
  512. <property name="geometry">
  513. <rect>
  514. <x>7</x>
  515. <y>22</y>
  516. <width>19</width>
  517. <height>34</height>
  518. </rect>
  519. </property>
  520. <property name="text">
  521. <string/>
  522. </property>
  523. </widget>
  524. <widget class="QLabel" name="label_12">
  525. <property name="geometry">
  526. <rect>
  527. <x>87</x>
  528. <y>22</y>
  529. <width>19</width>
  530. <height>34</height>
  531. </rect>
  532. </property>
  533. <property name="text">
  534. <string/>
  535. </property>
  536. </widget>
  537. </widget>
  538. <widget class="Line" name="line_2">
  539. <property name="geometry">
  540. <rect>
  541. <x>20</x>
  542. <y>628</y>
  543. <width>496</width>
  544. <height>1</height>
  545. </rect>
  546. </property>
  547. <property name="orientation">
  548. <enum>Qt::Horizontal</enum>
  549. </property>
  550. </widget>
  551. <widget class="QScrollArea" name="scrollArea">
  552. <property name="geometry">
  553. <rect>
  554. <x>16</x>
  555. <y>652</y>
  556. <width>521</width>
  557. <height>162</height>
  558. </rect>
  559. </property>
  560. <property name="verticalScrollBarPolicy">
  561. <enum>Qt::ScrollBarAsNeeded</enum>
  562. </property>
  563. <property name="widgetResizable">
  564. <bool>true</bool>
  565. </property>
  566. <widget class="QWidget" name="scrollAreaWidgetContents">
  567. <property name="geometry">
  568. <rect>
  569. <x>0</x>
  570. <y>0</y>
  571. <width>519</width>
  572. <height>160</height>
  573. </rect>
  574. </property>
  575. </widget>
  576. </widget>
  577. <zorder>BackGround</zorder>
  578. <zorder>Operatewidget</zorder>
  579. <zorder>DatacomboBox</zorder>
  580. <zorder>LiveButton</zorder>
  581. <zorder>Toolbar</zorder>
  582. <zorder>widget_6</zorder>
  583. <zorder>widget_7</zorder>
  584. <zorder>widget_8</zorder>
  585. <zorder>line_2</zorder>
  586. <zorder>scrollArea</zorder>
  587. </widget>
  588. </widget>
  589. </widget>
  590. <customwidgets>
  591. <customwidget>
  592. <class>ImageWidget</class>
  593. <extends>QWidget</extends>
  594. <header location="global">ImageWidget.h</header>
  595. <container>1</container>
  596. </customwidget>
  597. </customwidgets>
  598. <resources/>
  599. <connections/>
  600. </ui>