MainWnd.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570
  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. <weight>50</weight>
  60. <bold>false</bold>
  61. <stylestrategy>PreferAntialias</stylestrategy>
  62. </font>
  63. </property>
  64. <property name="text">
  65. <string extracomment="焊接">Home</string>
  66. </property>
  67. <property name="iconSize">
  68. <size>
  69. <width>48</width>
  70. <height>48</height>
  71. </size>
  72. </property>
  73. <property name="checkable">
  74. <bool>true</bool>
  75. </property>
  76. <property name="autoExclusive">
  77. <bool>true</bool>
  78. </property>
  79. <property name="popupMode">
  80. <enum>QToolButton::InstantPopup</enum>
  81. </property>
  82. <property name="toolButtonStyle">
  83. <enum>Qt::ToolButtonTextUnderIcon</enum>
  84. </property>
  85. </widget>
  86. <widget class="QFrame" name="frame">
  87. <property name="geometry">
  88. <rect>
  89. <x>0</x>
  90. <y>0</y>
  91. <width>120</width>
  92. <height>97</height>
  93. </rect>
  94. </property>
  95. <property name="frameShape">
  96. <enum>QFrame::StyledPanel</enum>
  97. </property>
  98. <property name="frameShadow">
  99. <enum>QFrame::Raised</enum>
  100. </property>
  101. <widget class="QLabel" name="label_logo_m">
  102. <property name="geometry">
  103. <rect>
  104. <x>14</x>
  105. <y>20</y>
  106. <width>92</width>
  107. <height>62</height>
  108. </rect>
  109. </property>
  110. <property name="cursor">
  111. <cursorShape>ClosedHandCursor</cursorShape>
  112. </property>
  113. <property name="text">
  114. <string/>
  115. </property>
  116. </widget>
  117. </widget>
  118. <widget class="Line" name="line">
  119. <property name="geometry">
  120. <rect>
  121. <x>18</x>
  122. <y>102</y>
  123. <width>84</width>
  124. <height>1</height>
  125. </rect>
  126. </property>
  127. <property name="orientation">
  128. <enum>Qt::Horizontal</enum>
  129. </property>
  130. </widget>
  131. <widget class="QToolButton" name="tabProductionBtn">
  132. <property name="geometry">
  133. <rect>
  134. <x>13</x>
  135. <y>199</y>
  136. <width>94</width>
  137. <height>60</height>
  138. </rect>
  139. </property>
  140. <property name="minimumSize">
  141. <size>
  142. <width>0</width>
  143. <height>0</height>
  144. </size>
  145. </property>
  146. <property name="maximumSize">
  147. <size>
  148. <width>94</width>
  149. <height>94</height>
  150. </size>
  151. </property>
  152. <property name="font">
  153. <font>
  154. <pointsize>9</pointsize>
  155. <weight>50</weight>
  156. <bold>false</bold>
  157. <stylestrategy>PreferAntialias</stylestrategy>
  158. </font>
  159. </property>
  160. <property name="text">
  161. <string extracomment="焊接">Prod. Assist</string>
  162. </property>
  163. <property name="iconSize">
  164. <size>
  165. <width>20</width>
  166. <height>20</height>
  167. </size>
  168. </property>
  169. <property name="checkable">
  170. <bool>true</bool>
  171. </property>
  172. <property name="autoExclusive">
  173. <bool>true</bool>
  174. </property>
  175. <property name="popupMode">
  176. <enum>QToolButton::InstantPopup</enum>
  177. </property>
  178. <property name="toolButtonStyle">
  179. <enum>Qt::ToolButtonTextUnderIcon</enum>
  180. </property>
  181. </widget>
  182. <widget class="QToolButton" name="tabProgramBtn">
  183. <property name="geometry">
  184. <rect>
  185. <x>13</x>
  186. <y>275</y>
  187. <width>94</width>
  188. <height>60</height>
  189. </rect>
  190. </property>
  191. <property name="minimumSize">
  192. <size>
  193. <width>0</width>
  194. <height>0</height>
  195. </size>
  196. </property>
  197. <property name="maximumSize">
  198. <size>
  199. <width>94</width>
  200. <height>94</height>
  201. </size>
  202. </property>
  203. <property name="font">
  204. <font>
  205. <pointsize>9</pointsize>
  206. <weight>50</weight>
  207. <bold>false</bold>
  208. <stylestrategy>PreferAntialias</stylestrategy>
  209. </font>
  210. </property>
  211. <property name="text">
  212. <string extracomment="焊接">Programme</string>
  213. </property>
  214. <property name="iconSize">
  215. <size>
  216. <width>48</width>
  217. <height>48</height>
  218. </size>
  219. </property>
  220. <property name="checkable">
  221. <bool>true</bool>
  222. </property>
  223. <property name="autoExclusive">
  224. <bool>true</bool>
  225. </property>
  226. <property name="popupMode">
  227. <enum>QToolButton::InstantPopup</enum>
  228. </property>
  229. <property name="toolButtonStyle">
  230. <enum>Qt::ToolButtonTextUnderIcon</enum>
  231. </property>
  232. </widget>
  233. <widget class="QToolButton" name="tabMessageBtn">
  234. <property name="geometry">
  235. <rect>
  236. <x>13</x>
  237. <y>351</y>
  238. <width>94</width>
  239. <height>60</height>
  240. </rect>
  241. </property>
  242. <property name="minimumSize">
  243. <size>
  244. <width>0</width>
  245. <height>0</height>
  246. </size>
  247. </property>
  248. <property name="maximumSize">
  249. <size>
  250. <width>94</width>
  251. <height>94</height>
  252. </size>
  253. </property>
  254. <property name="font">
  255. <font>
  256. <pointsize>9</pointsize>
  257. <weight>50</weight>
  258. <bold>false</bold>
  259. <stylestrategy>PreferAntialias</stylestrategy>
  260. </font>
  261. </property>
  262. <property name="text">
  263. <string extracomment="焊接">Message</string>
  264. </property>
  265. <property name="iconSize">
  266. <size>
  267. <width>48</width>
  268. <height>48</height>
  269. </size>
  270. </property>
  271. <property name="checkable">
  272. <bool>true</bool>
  273. </property>
  274. <property name="autoExclusive">
  275. <bool>true</bool>
  276. </property>
  277. <property name="popupMode">
  278. <enum>QToolButton::InstantPopup</enum>
  279. </property>
  280. <property name="toolButtonStyle">
  281. <enum>Qt::ToolButtonTextUnderIcon</enum>
  282. </property>
  283. </widget>
  284. <widget class="QToolButton" name="tabDispositionBtn">
  285. <property name="geometry">
  286. <rect>
  287. <x>13</x>
  288. <y>503</y>
  289. <width>94</width>
  290. <height>60</height>
  291. </rect>
  292. </property>
  293. <property name="minimumSize">
  294. <size>
  295. <width>0</width>
  296. <height>0</height>
  297. </size>
  298. </property>
  299. <property name="maximumSize">
  300. <size>
  301. <width>94</width>
  302. <height>94</height>
  303. </size>
  304. </property>
  305. <property name="font">
  306. <font>
  307. <pointsize>9</pointsize>
  308. <weight>50</weight>
  309. <bold>false</bold>
  310. <stylestrategy>PreferAntialias</stylestrategy>
  311. </font>
  312. </property>
  313. <property name="text">
  314. <string extracomment="焊接">Calibration</string>
  315. </property>
  316. <property name="iconSize">
  317. <size>
  318. <width>48</width>
  319. <height>48</height>
  320. </size>
  321. </property>
  322. <property name="checkable">
  323. <bool>true</bool>
  324. </property>
  325. <property name="autoExclusive">
  326. <bool>true</bool>
  327. </property>
  328. <property name="popupMode">
  329. <enum>QToolButton::InstantPopup</enum>
  330. </property>
  331. <property name="toolButtonStyle">
  332. <enum>Qt::ToolButtonTextUnderIcon</enum>
  333. </property>
  334. </widget>
  335. <widget class="QToolButton" name="tabModuleBtn">
  336. <property name="geometry">
  337. <rect>
  338. <x>13</x>
  339. <y>579</y>
  340. <width>94</width>
  341. <height>60</height>
  342. </rect>
  343. </property>
  344. <property name="minimumSize">
  345. <size>
  346. <width>0</width>
  347. <height>0</height>
  348. </size>
  349. </property>
  350. <property name="maximumSize">
  351. <size>
  352. <width>94</width>
  353. <height>94</height>
  354. </size>
  355. </property>
  356. <property name="font">
  357. <font>
  358. <pointsize>9</pointsize>
  359. <weight>50</weight>
  360. <bold>false</bold>
  361. <stylestrategy>PreferAntialias</stylestrategy>
  362. </font>
  363. </property>
  364. <property name="text">
  365. <string extracomment="焊接">Module Config.</string>
  366. </property>
  367. <property name="iconSize">
  368. <size>
  369. <width>48</width>
  370. <height>48</height>
  371. </size>
  372. </property>
  373. <property name="checkable">
  374. <bool>true</bool>
  375. </property>
  376. <property name="autoExclusive">
  377. <bool>true</bool>
  378. </property>
  379. <property name="popupMode">
  380. <enum>QToolButton::InstantPopup</enum>
  381. </property>
  382. <property name="toolButtonStyle">
  383. <enum>Qt::ToolButtonTextUnderIcon</enum>
  384. </property>
  385. </widget>
  386. <widget class="QToolButton" name="tabDiagnosisBtn">
  387. <property name="geometry">
  388. <rect>
  389. <x>13</x>
  390. <y>427</y>
  391. <width>94</width>
  392. <height>60</height>
  393. </rect>
  394. </property>
  395. <property name="minimumSize">
  396. <size>
  397. <width>0</width>
  398. <height>0</height>
  399. </size>
  400. </property>
  401. <property name="maximumSize">
  402. <size>
  403. <width>94</width>
  404. <height>94</height>
  405. </size>
  406. </property>
  407. <property name="font">
  408. <font>
  409. <pointsize>9</pointsize>
  410. <weight>50</weight>
  411. <bold>false</bold>
  412. <stylestrategy>PreferAntialias</stylestrategy>
  413. </font>
  414. </property>
  415. <property name="text">
  416. <string extracomment="焊接">Diagnosis</string>
  417. </property>
  418. <property name="iconSize">
  419. <size>
  420. <width>48</width>
  421. <height>48</height>
  422. </size>
  423. </property>
  424. <property name="checkable">
  425. <bool>true</bool>
  426. </property>
  427. <property name="autoExclusive">
  428. <bool>true</bool>
  429. </property>
  430. <property name="popupMode">
  431. <enum>QToolButton::InstantPopup</enum>
  432. </property>
  433. <property name="toolButtonStyle">
  434. <enum>Qt::ToolButtonTextUnderIcon</enum>
  435. </property>
  436. </widget>
  437. <widget class="QToolButton" name="tabSystemBtn">
  438. <property name="geometry">
  439. <rect>
  440. <x>13</x>
  441. <y>655</y>
  442. <width>94</width>
  443. <height>60</height>
  444. </rect>
  445. </property>
  446. <property name="minimumSize">
  447. <size>
  448. <width>0</width>
  449. <height>0</height>
  450. </size>
  451. </property>
  452. <property name="maximumSize">
  453. <size>
  454. <width>94</width>
  455. <height>94</height>
  456. </size>
  457. </property>
  458. <property name="font">
  459. <font>
  460. <pointsize>9</pointsize>
  461. <weight>50</weight>
  462. <bold>false</bold>
  463. <stylestrategy>PreferAntialias</stylestrategy>
  464. </font>
  465. </property>
  466. <property name="text">
  467. <string extracomment="焊接">System Info.</string>
  468. </property>
  469. <property name="iconSize">
  470. <size>
  471. <width>48</width>
  472. <height>48</height>
  473. </size>
  474. </property>
  475. <property name="checkable">
  476. <bool>true</bool>
  477. </property>
  478. <property name="autoExclusive">
  479. <bool>true</bool>
  480. </property>
  481. <property name="popupMode">
  482. <enum>QToolButton::InstantPopup</enum>
  483. </property>
  484. <property name="toolButtonStyle">
  485. <enum>Qt::ToolButtonTextUnderIcon</enum>
  486. </property>
  487. </widget>
  488. <widget class="QToolButton" name="tabHelpBtn">
  489. <property name="geometry">
  490. <rect>
  491. <x>13</x>
  492. <y>731</y>
  493. <width>94</width>
  494. <height>60</height>
  495. </rect>
  496. </property>
  497. <property name="minimumSize">
  498. <size>
  499. <width>0</width>
  500. <height>0</height>
  501. </size>
  502. </property>
  503. <property name="maximumSize">
  504. <size>
  505. <width>94</width>
  506. <height>94</height>
  507. </size>
  508. </property>
  509. <property name="font">
  510. <font>
  511. <pointsize>9</pointsize>
  512. <weight>50</weight>
  513. <bold>false</bold>
  514. <stylestrategy>PreferAntialias</stylestrategy>
  515. </font>
  516. </property>
  517. <property name="text">
  518. <string extracomment="焊接">Help</string>
  519. </property>
  520. <property name="iconSize">
  521. <size>
  522. <width>48</width>
  523. <height>48</height>
  524. </size>
  525. </property>
  526. <property name="checkable">
  527. <bool>true</bool>
  528. </property>
  529. <property name="autoExclusive">
  530. <bool>true</bool>
  531. </property>
  532. <property name="popupMode">
  533. <enum>QToolButton::InstantPopup</enum>
  534. </property>
  535. <property name="toolButtonStyle">
  536. <enum>Qt::ToolButtonTextUnderIcon</enum>
  537. </property>
  538. </widget>
  539. <widget class="QPushButton" name="pushButton">
  540. <property name="geometry">
  541. <rect>
  542. <x>13</x>
  543. <y>810</y>
  544. <width>92</width>
  545. <height>28</height>
  546. </rect>
  547. </property>
  548. <property name="text">
  549. <string>CLOSE</string>
  550. </property>
  551. </widget>
  552. </widget>
  553. <widget class="QStackedWidget" name="stackedWidget_UI">
  554. <property name="geometry">
  555. <rect>
  556. <x>120</x>
  557. <y>0</y>
  558. <width>1800</width>
  559. <height>1080</height>
  560. </rect>
  561. </property>
  562. <widget class="QWidget" name="stackedWidget_UIPage1"/>
  563. </widget>
  564. <zorder>stackedWidget_UI</zorder>
  565. <zorder>TabSideBar</zorder>
  566. </widget>
  567. </widget>
  568. <resources/>
  569. <connections/>
  570. </ui>