MainWnd.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558
  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="tabHomeBtn">
  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_m">
  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="tabProductionBtn">
  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="焊接">Prod. Assist</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="tabProgramBtn">
  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="焊接">Programme</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="tabMessageBtn">
  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="tabModuleBtn">
  278. <property name="geometry">
  279. <rect>
  280. <x>13</x>
  281. <y>503</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="焊接">Calibration</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="tabDispositionBtn">
  328. <property name="geometry">
  329. <rect>
  330. <x>13</x>
  331. <y>579</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="焊接">Module Config.</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="tabDiagnosisBtn">
  378. <property name="geometry">
  379. <rect>
  380. <x>13</x>
  381. <y>427</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="tabSystemBtn">
  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 Info.</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="tabHelpBtn">
  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 class="QPushButton" name="pushButton">
  528. <property name="geometry">
  529. <rect>
  530. <x>13</x>
  531. <y>810</y>
  532. <width>92</width>
  533. <height>28</height>
  534. </rect>
  535. </property>
  536. <property name="text">
  537. <string>CLOSE</string>
  538. </property>
  539. </widget>
  540. </widget>
  541. <widget class="QStackedWidget" name="stackedWidget_UI">
  542. <property name="geometry">
  543. <rect>
  544. <x>120</x>
  545. <y>0</y>
  546. <width>1800</width>
  547. <height>1080</height>
  548. </rect>
  549. </property>
  550. <widget class="QWidget" name="stackedWidget_UIPage1"/>
  551. </widget>
  552. <zorder>stackedWidget_UI</zorder>
  553. <zorder>TabSideBar</zorder>
  554. </widget>
  555. </widget>
  556. <resources/>
  557. <connections/>
  558. </ui>