MainWnd.ui 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWnd</class>
  4. <widget class="QMainWindow" name="MainWnd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1920</width>
  10. <height>1080</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWnd</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QWidget" name="TabSideBar" native="true">
  18. <property name="geometry">
  19. <rect>
  20. <x>0</x>
  21. <y>0</y>
  22. <width>120</width>
  23. <height>1080</height>
  24. </rect>
  25. </property>
  26. <property name="sizePolicy">
  27. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  28. <horstretch>0</horstretch>
  29. <verstretch>0</verstretch>
  30. </sizepolicy>
  31. </property>
  32. <property name="styleSheet">
  33. <string notr="true"/>
  34. </property>
  35. <widget class="QToolButton" name="tabBondBtn">
  36. <property name="geometry">
  37. <rect>
  38. <x>13</x>
  39. <y>123</y>
  40. <width>94</width>
  41. <height>60</height>
  42. </rect>
  43. </property>
  44. <property name="minimumSize">
  45. <size>
  46. <width>0</width>
  47. <height>0</height>
  48. </size>
  49. </property>
  50. <property name="maximumSize">
  51. <size>
  52. <width>94</width>
  53. <height>94</height>
  54. </size>
  55. </property>
  56. <property name="font">
  57. <font>
  58. <pointsize>9</pointsize>
  59. <bold>false</bold>
  60. <stylestrategy>PreferAntialias</stylestrategy>
  61. </font>
  62. </property>
  63. <property name="text">
  64. <string extracomment="焊接">Home</string>
  65. </property>
  66. <property name="iconSize">
  67. <size>
  68. <width>48</width>
  69. <height>48</height>
  70. </size>
  71. </property>
  72. <property name="checkable">
  73. <bool>true</bool>
  74. </property>
  75. <property name="autoExclusive">
  76. <bool>true</bool>
  77. </property>
  78. <property name="popupMode">
  79. <enum>QToolButton::InstantPopup</enum>
  80. </property>
  81. <property name="toolButtonStyle">
  82. <enum>Qt::ToolButtonTextUnderIcon</enum>
  83. </property>
  84. </widget>
  85. <widget class="QFrame" name="frame">
  86. <property name="geometry">
  87. <rect>
  88. <x>0</x>
  89. <y>0</y>
  90. <width>120</width>
  91. <height>97</height>
  92. </rect>
  93. </property>
  94. <property name="frameShape">
  95. <enum>QFrame::StyledPanel</enum>
  96. </property>
  97. <property name="frameShadow">
  98. <enum>QFrame::Raised</enum>
  99. </property>
  100. <widget class="QLabel" name="label_logo">
  101. <property name="geometry">
  102. <rect>
  103. <x>14</x>
  104. <y>20</y>
  105. <width>92</width>
  106. <height>62</height>
  107. </rect>
  108. </property>
  109. <property name="text">
  110. <string/>
  111. </property>
  112. </widget>
  113. </widget>
  114. <widget class="Line" name="line">
  115. <property name="geometry">
  116. <rect>
  117. <x>18</x>
  118. <y>102</y>
  119. <width>84</width>
  120. <height>1</height>
  121. </rect>
  122. </property>
  123. <property name="orientation">
  124. <enum>Qt::Horizontal</enum>
  125. </property>
  126. </widget>
  127. <widget class="QToolButton" name="tabBondBtn_2">
  128. <property name="geometry">
  129. <rect>
  130. <x>13</x>
  131. <y>199</y>
  132. <width>94</width>
  133. <height>60</height>
  134. </rect>
  135. </property>
  136. <property name="minimumSize">
  137. <size>
  138. <width>0</width>
  139. <height>0</height>
  140. </size>
  141. </property>
  142. <property name="maximumSize">
  143. <size>
  144. <width>94</width>
  145. <height>94</height>
  146. </size>
  147. </property>
  148. <property name="font">
  149. <font>
  150. <pointsize>9</pointsize>
  151. <bold>false</bold>
  152. <stylestrategy>PreferAntialias</stylestrategy>
  153. </font>
  154. </property>
  155. <property name="text">
  156. <string extracomment="焊接">Production</string>
  157. </property>
  158. <property name="iconSize">
  159. <size>
  160. <width>20</width>
  161. <height>20</height>
  162. </size>
  163. </property>
  164. <property name="checkable">
  165. <bool>true</bool>
  166. </property>
  167. <property name="autoExclusive">
  168. <bool>true</bool>
  169. </property>
  170. <property name="popupMode">
  171. <enum>QToolButton::InstantPopup</enum>
  172. </property>
  173. <property name="toolButtonStyle">
  174. <enum>Qt::ToolButtonTextUnderIcon</enum>
  175. </property>
  176. </widget>
  177. <widget class="QToolButton" name="tabBondBtn_3">
  178. <property name="geometry">
  179. <rect>
  180. <x>13</x>
  181. <y>275</y>
  182. <width>94</width>
  183. <height>60</height>
  184. </rect>
  185. </property>
  186. <property name="minimumSize">
  187. <size>
  188. <width>0</width>
  189. <height>0</height>
  190. </size>
  191. </property>
  192. <property name="maximumSize">
  193. <size>
  194. <width>94</width>
  195. <height>94</height>
  196. </size>
  197. </property>
  198. <property name="font">
  199. <font>
  200. <pointsize>9</pointsize>
  201. <bold>false</bold>
  202. <stylestrategy>PreferAntialias</stylestrategy>
  203. </font>
  204. </property>
  205. <property name="text">
  206. <string extracomment="焊接">Program</string>
  207. </property>
  208. <property name="iconSize">
  209. <size>
  210. <width>48</width>
  211. <height>48</height>
  212. </size>
  213. </property>
  214. <property name="checkable">
  215. <bool>true</bool>
  216. </property>
  217. <property name="autoExclusive">
  218. <bool>true</bool>
  219. </property>
  220. <property name="popupMode">
  221. <enum>QToolButton::InstantPopup</enum>
  222. </property>
  223. <property name="toolButtonStyle">
  224. <enum>Qt::ToolButtonTextUnderIcon</enum>
  225. </property>
  226. </widget>
  227. <widget class="QToolButton" name="tabBondBtn_4">
  228. <property name="geometry">
  229. <rect>
  230. <x>13</x>
  231. <y>351</y>
  232. <width>94</width>
  233. <height>60</height>
  234. </rect>
  235. </property>
  236. <property name="minimumSize">
  237. <size>
  238. <width>0</width>
  239. <height>0</height>
  240. </size>
  241. </property>
  242. <property name="maximumSize">
  243. <size>
  244. <width>94</width>
  245. <height>94</height>
  246. </size>
  247. </property>
  248. <property name="font">
  249. <font>
  250. <pointsize>9</pointsize>
  251. <bold>false</bold>
  252. <stylestrategy>PreferAntialias</stylestrategy>
  253. </font>
  254. </property>
  255. <property name="text">
  256. <string extracomment="焊接">Message</string>
  257. </property>
  258. <property name="iconSize">
  259. <size>
  260. <width>48</width>
  261. <height>48</height>
  262. </size>
  263. </property>
  264. <property name="checkable">
  265. <bool>true</bool>
  266. </property>
  267. <property name="autoExclusive">
  268. <bool>true</bool>
  269. </property>
  270. <property name="popupMode">
  271. <enum>QToolButton::InstantPopup</enum>
  272. </property>
  273. <property name="toolButtonStyle">
  274. <enum>Qt::ToolButtonTextUnderIcon</enum>
  275. </property>
  276. </widget>
  277. <widget class="QToolButton" name="tabBondBtn_5">
  278. <property name="geometry">
  279. <rect>
  280. <x>13</x>
  281. <y>427</y>
  282. <width>94</width>
  283. <height>60</height>
  284. </rect>
  285. </property>
  286. <property name="minimumSize">
  287. <size>
  288. <width>0</width>
  289. <height>0</height>
  290. </size>
  291. </property>
  292. <property name="maximumSize">
  293. <size>
  294. <width>94</width>
  295. <height>94</height>
  296. </size>
  297. </property>
  298. <property name="font">
  299. <font>
  300. <pointsize>9</pointsize>
  301. <bold>false</bold>
  302. <stylestrategy>PreferAntialias</stylestrategy>
  303. </font>
  304. </property>
  305. <property name="text">
  306. <string extracomment="焊接">Module</string>
  307. </property>
  308. <property name="iconSize">
  309. <size>
  310. <width>48</width>
  311. <height>48</height>
  312. </size>
  313. </property>
  314. <property name="checkable">
  315. <bool>true</bool>
  316. </property>
  317. <property name="autoExclusive">
  318. <bool>true</bool>
  319. </property>
  320. <property name="popupMode">
  321. <enum>QToolButton::InstantPopup</enum>
  322. </property>
  323. <property name="toolButtonStyle">
  324. <enum>Qt::ToolButtonTextUnderIcon</enum>
  325. </property>
  326. </widget>
  327. <widget class="QToolButton" name="tabBondBtn_6">
  328. <property name="geometry">
  329. <rect>
  330. <x>13</x>
  331. <y>503</y>
  332. <width>94</width>
  333. <height>60</height>
  334. </rect>
  335. </property>
  336. <property name="minimumSize">
  337. <size>
  338. <width>0</width>
  339. <height>0</height>
  340. </size>
  341. </property>
  342. <property name="maximumSize">
  343. <size>
  344. <width>94</width>
  345. <height>94</height>
  346. </size>
  347. </property>
  348. <property name="font">
  349. <font>
  350. <pointsize>9</pointsize>
  351. <bold>false</bold>
  352. <stylestrategy>PreferAntialias</stylestrategy>
  353. </font>
  354. </property>
  355. <property name="text">
  356. <string extracomment="焊接">Disposition</string>
  357. </property>
  358. <property name="iconSize">
  359. <size>
  360. <width>48</width>
  361. <height>48</height>
  362. </size>
  363. </property>
  364. <property name="checkable">
  365. <bool>true</bool>
  366. </property>
  367. <property name="autoExclusive">
  368. <bool>true</bool>
  369. </property>
  370. <property name="popupMode">
  371. <enum>QToolButton::InstantPopup</enum>
  372. </property>
  373. <property name="toolButtonStyle">
  374. <enum>Qt::ToolButtonTextUnderIcon</enum>
  375. </property>
  376. </widget>
  377. <widget class="QToolButton" name="tabBondBtn_7">
  378. <property name="geometry">
  379. <rect>
  380. <x>13</x>
  381. <y>579</y>
  382. <width>94</width>
  383. <height>60</height>
  384. </rect>
  385. </property>
  386. <property name="minimumSize">
  387. <size>
  388. <width>0</width>
  389. <height>0</height>
  390. </size>
  391. </property>
  392. <property name="maximumSize">
  393. <size>
  394. <width>94</width>
  395. <height>94</height>
  396. </size>
  397. </property>
  398. <property name="font">
  399. <font>
  400. <pointsize>9</pointsize>
  401. <bold>false</bold>
  402. <stylestrategy>PreferAntialias</stylestrategy>
  403. </font>
  404. </property>
  405. <property name="text">
  406. <string extracomment="焊接">Diagnosis</string>
  407. </property>
  408. <property name="iconSize">
  409. <size>
  410. <width>48</width>
  411. <height>48</height>
  412. </size>
  413. </property>
  414. <property name="checkable">
  415. <bool>true</bool>
  416. </property>
  417. <property name="autoExclusive">
  418. <bool>true</bool>
  419. </property>
  420. <property name="popupMode">
  421. <enum>QToolButton::InstantPopup</enum>
  422. </property>
  423. <property name="toolButtonStyle">
  424. <enum>Qt::ToolButtonTextUnderIcon</enum>
  425. </property>
  426. </widget>
  427. <widget class="QToolButton" name="tabBondBtn_8">
  428. <property name="geometry">
  429. <rect>
  430. <x>13</x>
  431. <y>655</y>
  432. <width>94</width>
  433. <height>60</height>
  434. </rect>
  435. </property>
  436. <property name="minimumSize">
  437. <size>
  438. <width>0</width>
  439. <height>0</height>
  440. </size>
  441. </property>
  442. <property name="maximumSize">
  443. <size>
  444. <width>94</width>
  445. <height>94</height>
  446. </size>
  447. </property>
  448. <property name="font">
  449. <font>
  450. <pointsize>9</pointsize>
  451. <bold>false</bold>
  452. <stylestrategy>PreferAntialias</stylestrategy>
  453. </font>
  454. </property>
  455. <property name="text">
  456. <string extracomment="焊接">System</string>
  457. </property>
  458. <property name="iconSize">
  459. <size>
  460. <width>48</width>
  461. <height>48</height>
  462. </size>
  463. </property>
  464. <property name="checkable">
  465. <bool>true</bool>
  466. </property>
  467. <property name="autoExclusive">
  468. <bool>true</bool>
  469. </property>
  470. <property name="popupMode">
  471. <enum>QToolButton::InstantPopup</enum>
  472. </property>
  473. <property name="toolButtonStyle">
  474. <enum>Qt::ToolButtonTextUnderIcon</enum>
  475. </property>
  476. </widget>
  477. <widget class="QToolButton" name="tabBondBtn_9">
  478. <property name="geometry">
  479. <rect>
  480. <x>13</x>
  481. <y>731</y>
  482. <width>94</width>
  483. <height>60</height>
  484. </rect>
  485. </property>
  486. <property name="minimumSize">
  487. <size>
  488. <width>0</width>
  489. <height>0</height>
  490. </size>
  491. </property>
  492. <property name="maximumSize">
  493. <size>
  494. <width>94</width>
  495. <height>94</height>
  496. </size>
  497. </property>
  498. <property name="font">
  499. <font>
  500. <pointsize>9</pointsize>
  501. <bold>false</bold>
  502. <stylestrategy>PreferAntialias</stylestrategy>
  503. </font>
  504. </property>
  505. <property name="text">
  506. <string extracomment="焊接">Help</string>
  507. </property>
  508. <property name="iconSize">
  509. <size>
  510. <width>48</width>
  511. <height>48</height>
  512. </size>
  513. </property>
  514. <property name="checkable">
  515. <bool>true</bool>
  516. </property>
  517. <property name="autoExclusive">
  518. <bool>true</bool>
  519. </property>
  520. <property name="popupMode">
  521. <enum>QToolButton::InstantPopup</enum>
  522. </property>
  523. <property name="toolButtonStyle">
  524. <enum>Qt::ToolButtonTextUnderIcon</enum>
  525. </property>
  526. </widget>
  527. </widget>
  528. <widget class="QStackedWidget" name="switchShowPageUI">
  529. <property name="geometry">
  530. <rect>
  531. <x>136</x>
  532. <y>76</y>
  533. <width>1102</width>
  534. <height>1012</height>
  535. </rect>
  536. </property>
  537. <property name="minimumSize">
  538. <size>
  539. <width>0</width>
  540. <height>0</height>
  541. </size>
  542. </property>
  543. </widget>
  544. <widget class="QWidget" name="Toptitlebar" native="true">
  545. <property name="geometry">
  546. <rect>
  547. <x>136</x>
  548. <y>16</y>
  549. <width>1779</width>
  550. <height>44</height>
  551. </rect>
  552. </property>
  553. <widget class="QLabel" name="label">
  554. <property name="geometry">
  555. <rect>
  556. <x>32</x>
  557. <y>12</y>
  558. <width>69</width>
  559. <height>19</height>
  560. </rect>
  561. </property>
  562. <property name="styleSheet">
  563. <string notr="true">color : #FFFFFF</string>
  564. </property>
  565. <property name="text">
  566. <string>name001</string>
  567. </property>
  568. </widget>
  569. <widget class="QLabel" name="label_2">
  570. <property name="geometry">
  571. <rect>
  572. <x>284</x>
  573. <y>12</y>
  574. <width>181</width>
  575. <height>19</height>
  576. </rect>
  577. </property>
  578. <property name="styleSheet">
  579. <string notr="true">color : #FFFFFF</string>
  580. </property>
  581. <property name="text">
  582. <string>Registration number 001</string>
  583. </property>
  584. </widget>
  585. <widget class="QPushButton" name="pushButton">
  586. <property name="geometry">
  587. <rect>
  588. <x>539</x>
  589. <y>7</y>
  590. <width>60</width>
  591. <height>30</height>
  592. </rect>
  593. </property>
  594. <property name="text">
  595. <string>Calibration</string>
  596. </property>
  597. </widget>
  598. <widget class="QLabel" name="label_3">
  599. <property name="geometry">
  600. <rect>
  601. <x>789</x>
  602. <y>12</y>
  603. <width>171</width>
  604. <height>19</height>
  605. </rect>
  606. </property>
  607. <property name="styleSheet">
  608. <string notr="true">color : #FFFFFF</string>
  609. </property>
  610. <property name="text">
  611. <string>xxxProduct lot number</string>
  612. </property>
  613. </widget>
  614. <widget class="QPushButton" name="pushButton_2">
  615. <property name="geometry">
  616. <rect>
  617. <x>1061</x>
  618. <y>5</y>
  619. <width>34</width>
  620. <height>34</height>
  621. </rect>
  622. </property>
  623. <property name="text">
  624. <string/>
  625. </property>
  626. </widget>
  627. <widget class="QPushButton" name="pushButton_3">
  628. <property name="geometry">
  629. <rect>
  630. <x>1111</x>
  631. <y>5</y>
  632. <width>34</width>
  633. <height>34</height>
  634. </rect>
  635. </property>
  636. <property name="text">
  637. <string/>
  638. </property>
  639. </widget>
  640. <widget class="QLabel" name="label_4">
  641. <property name="geometry">
  642. <rect>
  643. <x>1334</x>
  644. <y>12</y>
  645. <width>151</width>
  646. <height>19</height>
  647. </rect>
  648. </property>
  649. <property name="styleSheet">
  650. <string notr="true">color : #FFFFFF</string>
  651. </property>
  652. <property name="text">
  653. <string>2024-11-28 10:20:32</string>
  654. </property>
  655. </widget>
  656. <widget class="QLabel" name="label_5">
  657. <property name="geometry">
  658. <rect>
  659. <x>1686</x>
  660. <y>12</y>
  661. <width>69</width>
  662. <height>19</height>
  663. </rect>
  664. </property>
  665. <property name="styleSheet">
  666. <string notr="true">color : #FFFFFF</string>
  667. </property>
  668. <property name="text">
  669. <string>Zhangsan</string>
  670. </property>
  671. </widget>
  672. <widget class="QLabel" name="label_6">
  673. <property name="geometry">
  674. <rect>
  675. <x>1658</x>
  676. <y>12</y>
  677. <width>20</width>
  678. <height>20</height>
  679. </rect>
  680. </property>
  681. <property name="text">
  682. <string/>
  683. </property>
  684. </widget>
  685. </widget>
  686. <widget class="QWidget" name="widget" native="true">
  687. <property name="geometry">
  688. <rect>
  689. <x>1730</x>
  690. <y>76</y>
  691. <width>190</width>
  692. <height>988</height>
  693. </rect>
  694. </property>
  695. <widget class="QToolButton" name="toolButton">
  696. <property name="geometry">
  697. <rect>
  698. <x>16</x>
  699. <y>16</y>
  700. <width>158</width>
  701. <height>60</height>
  702. </rect>
  703. </property>
  704. <property name="text">
  705. <string>Stop
  706. production</string>
  707. </property>
  708. </widget>
  709. <widget class="QToolButton" name="toolButton_2">
  710. <property name="geometry">
  711. <rect>
  712. <x>16</x>
  713. <y>92</y>
  714. <width>158</width>
  715. <height>60</height>
  716. </rect>
  717. </property>
  718. <property name="text">
  719. <string>Start of
  720. production</string>
  721. </property>
  722. </widget>
  723. <widget class="QPushButton" name="pushButton_4">
  724. <property name="geometry">
  725. <rect>
  726. <x>16</x>
  727. <y>168</y>
  728. <width>48</width>
  729. <height>45</height>
  730. </rect>
  731. </property>
  732. <property name="text">
  733. <string/>
  734. </property>
  735. </widget>
  736. <widget class="QPushButton" name="pushButton_5">
  737. <property name="geometry">
  738. <rect>
  739. <x>71</x>
  740. <y>168</y>
  741. <width>48</width>
  742. <height>45</height>
  743. </rect>
  744. </property>
  745. <property name="text">
  746. <string/>
  747. </property>
  748. </widget>
  749. <widget class="QPushButton" name="pushButton_6">
  750. <property name="geometry">
  751. <rect>
  752. <x>126</x>
  753. <y>168</y>
  754. <width>48</width>
  755. <height>45</height>
  756. </rect>
  757. </property>
  758. <property name="text">
  759. <string/>
  760. </property>
  761. </widget>
  762. <widget class="QPushButton" name="pushButton_7">
  763. <property name="geometry">
  764. <rect>
  765. <x>16</x>
  766. <y>245</y>
  767. <width>158</width>
  768. <height>48</height>
  769. </rect>
  770. </property>
  771. <property name="text">
  772. <string>PushButton</string>
  773. </property>
  774. </widget>
  775. <widget class="Line" name="line_2">
  776. <property name="geometry">
  777. <rect>
  778. <x>16</x>
  779. <y>229</y>
  780. <width>158</width>
  781. <height>1</height>
  782. </rect>
  783. </property>
  784. <property name="orientation">
  785. <enum>Qt::Horizontal</enum>
  786. </property>
  787. </widget>
  788. <widget class="QPushButton" name="pushButton_8">
  789. <property name="geometry">
  790. <rect>
  791. <x>16</x>
  792. <y>306</y>
  793. <width>158</width>
  794. <height>48</height>
  795. </rect>
  796. </property>
  797. <property name="text">
  798. <string>PushButton</string>
  799. </property>
  800. </widget>
  801. <widget class="QPushButton" name="pushButton_9">
  802. <property name="geometry">
  803. <rect>
  804. <x>16</x>
  805. <y>367</y>
  806. <width>158</width>
  807. <height>48</height>
  808. </rect>
  809. </property>
  810. <property name="text">
  811. <string>PushButton</string>
  812. </property>
  813. </widget>
  814. <widget class="QPushButton" name="pushButton_10">
  815. <property name="geometry">
  816. <rect>
  817. <x>16</x>
  818. <y>428</y>
  819. <width>158</width>
  820. <height>48</height>
  821. </rect>
  822. </property>
  823. <property name="text">
  824. <string>PushButton</string>
  825. </property>
  826. </widget>
  827. <widget class="QPushButton" name="pushButton_11">
  828. <property name="geometry">
  829. <rect>
  830. <x>16</x>
  831. <y>489</y>
  832. <width>158</width>
  833. <height>48</height>
  834. </rect>
  835. </property>
  836. <property name="text">
  837. <string>PushButton</string>
  838. </property>
  839. </widget>
  840. <widget class="QPushButton" name="pushButton_12">
  841. <property name="geometry">
  842. <rect>
  843. <x>16</x>
  844. <y>550</y>
  845. <width>158</width>
  846. <height>48</height>
  847. </rect>
  848. </property>
  849. <property name="text">
  850. <string>PushButton</string>
  851. </property>
  852. </widget>
  853. <widget class="QPushButton" name="pushButton_13">
  854. <property name="geometry">
  855. <rect>
  856. <x>16</x>
  857. <y>611</y>
  858. <width>158</width>
  859. <height>48</height>
  860. </rect>
  861. </property>
  862. <property name="text">
  863. <string>PushButton</string>
  864. </property>
  865. </widget>
  866. <widget class="QPushButton" name="pushButton_14">
  867. <property name="geometry">
  868. <rect>
  869. <x>16</x>
  870. <y>672</y>
  871. <width>158</width>
  872. <height>48</height>
  873. </rect>
  874. </property>
  875. <property name="text">
  876. <string>PushButton</string>
  877. </property>
  878. </widget>
  879. <widget class="QPushButton" name="pushButton_15">
  880. <property name="geometry">
  881. <rect>
  882. <x>16</x>
  883. <y>733</y>
  884. <width>158</width>
  885. <height>48</height>
  886. </rect>
  887. </property>
  888. <property name="text">
  889. <string>PushButton</string>
  890. </property>
  891. </widget>
  892. <widget class="QPushButton" name="pushButton_16">
  893. <property name="geometry">
  894. <rect>
  895. <x>16</x>
  896. <y>794</y>
  897. <width>158</width>
  898. <height>48</height>
  899. </rect>
  900. </property>
  901. <property name="text">
  902. <string>PushButton</string>
  903. </property>
  904. </widget>
  905. <widget class="QPushButton" name="pushButton_17">
  906. <property name="geometry">
  907. <rect>
  908. <x>16</x>
  909. <y>855</y>
  910. <width>158</width>
  911. <height>48</height>
  912. </rect>
  913. </property>
  914. <property name="text">
  915. <string>PushButton</string>
  916. </property>
  917. </widget>
  918. <widget class="QPushButton" name="pushButton_18">
  919. <property name="geometry">
  920. <rect>
  921. <x>16</x>
  922. <y>900916</y>
  923. <width>158</width>
  924. <height>48</height>
  925. </rect>
  926. </property>
  927. <property name="text">
  928. <string>PushButton</string>
  929. </property>
  930. </widget>
  931. <widget class="QPushButton" name="pushButton_20">
  932. <property name="geometry">
  933. <rect>
  934. <x>16</x>
  935. <y>916</y>
  936. <width>158</width>
  937. <height>48</height>
  938. </rect>
  939. </property>
  940. <property name="text">
  941. <string>PushButton</string>
  942. </property>
  943. </widget>
  944. </widget>
  945. <widget class="QWidget" name="widget_2" native="true">
  946. <property name="geometry">
  947. <rect>
  948. <x>1254</x>
  949. <y>76</y>
  950. <width>460</width>
  951. <height>988</height>
  952. </rect>
  953. </property>
  954. <widget class="QPushButton" name="pushButton_19">
  955. <property name="geometry">
  956. <rect>
  957. <x>328</x>
  958. <y>16</y>
  959. <width>76</width>
  960. <height>30</height>
  961. </rect>
  962. </property>
  963. <property name="text">
  964. <string>PushButton</string>
  965. </property>
  966. </widget>
  967. </widget>
  968. <widget class="QWidget" name="widget_3" native="true">
  969. <property name="geometry">
  970. <rect>
  971. <x>0</x>
  972. <y>0</y>
  973. <width>1920</width>
  974. <height>1080</height>
  975. </rect>
  976. </property>
  977. </widget>
  978. <zorder>widget_3</zorder>
  979. <zorder>TabSideBar</zorder>
  980. <zorder>switchShowPageUI</zorder>
  981. <zorder>Toptitlebar</zorder>
  982. <zorder>widget</zorder>
  983. <zorder>widget_2</zorder>
  984. </widget>
  985. </widget>
  986. <resources/>
  987. <connections/>
  988. </ui>