mainwindow.ui 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1366</width>
  10. <height>810</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset>
  18. <normaloff>favicon.ico</normaloff>favicon.ico</iconset>
  19. </property>
  20. <property name="styleSheet">
  21. <string notr="true">font: 87 10pt &quot;Noto Sans&quot;;
  22. background-color: rgb(255, 85, 0);
  23. background-color: rgb(196, 25, 0);</string>
  24. </property>
  25. <widget class="QWidget" name="centralWidget">
  26. <property name="styleSheet">
  27. <string notr="true">border-color: rgb(0, 0, 0);
  28. background-color: rgb(0, 43, 54);
  29. QPushButton::hover:
  30. {
  31. opacity: 0.7;
  32. }
  33. </string>
  34. </property>
  35. <widget class="QLabel" name="label">
  36. <property name="geometry">
  37. <rect>
  38. <x>450</x>
  39. <y>10</y>
  40. <width>161</width>
  41. <height>31</height>
  42. </rect>
  43. </property>
  44. <property name="text">
  45. <string/>
  46. </property>
  47. <property name="pixmap">
  48. <pixmap resource="kres.qrc">:/icons/icons/kstyleyo_logo.png</pixmap>
  49. </property>
  50. <property name="scaledContents">
  51. <bool>true</bool>
  52. </property>
  53. </widget>
  54. <widget class="QWidget" name="verticalLayoutWidget">
  55. <property name="geometry">
  56. <rect>
  57. <x>10</x>
  58. <y>50</y>
  59. <width>721</width>
  60. <height>691</height>
  61. </rect>
  62. </property>
  63. <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,0,0">
  64. <property name="spacing">
  65. <number>4</number>
  66. </property>
  67. <item>
  68. <layout class="QGridLayout" name="gridLayout_2" rowstretch="5" columnstretch="0,0">
  69. <property name="sizeConstraint">
  70. <enum>QLayout::SetNoConstraint</enum>
  71. </property>
  72. <property name="spacing">
  73. <number>0</number>
  74. </property>
  75. <item row="0" column="0">
  76. <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,0,0,0,2">
  77. <property name="spacing">
  78. <number>4</number>
  79. </property>
  80. <item>
  81. <widget class="QLabel" name="selectProcessTitle">
  82. <property name="styleSheet">
  83. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  84. color: rgb(131, 148, 150);
  85. font-weight: 700;</string>
  86. </property>
  87. <property name="text">
  88. <string>Select process to execute</string>
  89. </property>
  90. <property name="scaledContents">
  91. <bool>false</bool>
  92. </property>
  93. <property name="alignment">
  94. <set>Qt::AlignCenter</set>
  95. </property>
  96. <property name="margin">
  97. <number>0</number>
  98. </property>
  99. <property name="indent">
  100. <number>-1</number>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <widget class="QComboBox" name="appList">
  106. <property name="styleSheet">
  107. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  108. background-color: #2f535f;
  109. color: rgb(131, 148, 150);
  110. font-weight: 700;
  111. </string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item>
  116. <layout class="QHBoxLayout" name="horizontalLayout_2">
  117. <property name="spacing">
  118. <number>4</number>
  119. </property>
  120. <item>
  121. <widget class="QPushButton" name="addArgs">
  122. <property name="sizePolicy">
  123. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  124. <horstretch>100</horstretch>
  125. <verstretch>0</verstretch>
  126. </sizepolicy>
  127. </property>
  128. <property name="autoFillBackground">
  129. <bool>false</bool>
  130. </property>
  131. <property name="styleSheet">
  132. <string notr="true">background-color: rgb(255, 85, 0);
  133. font: 87 11pt &quot;Noto Sans&quot;;
  134. color: rgb(0, 43, 54);
  135. font-weight: 700;
  136. padding: 4px;
  137. border-style: outset;
  138. border-width: 2px;
  139. border-radius: 4px;
  140. border-color: #00000f;
  141. min-width: 4em;
  142. padding: 4px;</string>
  143. </property>
  144. <property name="text">
  145. <string>Args</string>
  146. </property>
  147. <property name="icon">
  148. <iconset resource="kres.qrc">
  149. <normaloff>:/icons/icons/arguments.png</normaloff>:/icons/icons/arguments.png</iconset>
  150. </property>
  151. <property name="flat">
  152. <bool>false</bool>
  153. </property>
  154. </widget>
  155. </item>
  156. <item>
  157. <widget class="QPushButton" name="execute">
  158. <property name="sizePolicy">
  159. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  160. <horstretch>100</horstretch>
  161. <verstretch>0</verstretch>
  162. </sizepolicy>
  163. </property>
  164. <property name="font">
  165. <font>
  166. <family>Noto Sans</family>
  167. <pointsize>11</pointsize>
  168. <weight>87</weight>
  169. <italic>false</italic>
  170. <bold>true</bold>
  171. <kerning>true</kerning>
  172. </font>
  173. </property>
  174. <property name="autoFillBackground">
  175. <bool>false</bool>
  176. </property>
  177. <property name="styleSheet">
  178. <string notr="true">background-color: rgb(255, 85, 0);
  179. font: 87 11pt &quot;Noto Sans&quot;;
  180. color: rgb(0, 43, 54);
  181. font-weight: 700;
  182. padding: 4px;
  183. border-style: outset;
  184. border-width: 2px;
  185. border-radius: 4px;
  186. border-color: #00000f;
  187. min-width: 4em;
  188. padding: 4px;</string>
  189. </property>
  190. <property name="text">
  191. <string>Execute</string>
  192. </property>
  193. <property name="icon">
  194. <iconset resource="kres.qrc">
  195. <normaloff>:/icons/icons/execute.png</normaloff>:/icons/icons/execute.png</iconset>
  196. </property>
  197. <property name="checkable">
  198. <bool>false</bool>
  199. </property>
  200. <property name="checked">
  201. <bool>false</bool>
  202. </property>
  203. <property name="default">
  204. <bool>false</bool>
  205. </property>
  206. <property name="flat">
  207. <bool>false</bool>
  208. </property>
  209. </widget>
  210. </item>
  211. </layout>
  212. </item>
  213. <item>
  214. <widget class="QLabel" name="processListTitle">
  215. <property name="styleSheet">
  216. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  217. color: rgb(131, 148, 150);
  218. font-weight: 700;</string>
  219. </property>
  220. <property name="text">
  221. <string>Processes</string>
  222. </property>
  223. <property name="margin">
  224. <number>0</number>
  225. </property>
  226. </widget>
  227. </item>
  228. <item>
  229. <widget class="QListView" name="processList">
  230. <property name="sizePolicy">
  231. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  232. <horstretch>0</horstretch>
  233. <verstretch>0</verstretch>
  234. </sizepolicy>
  235. </property>
  236. <property name="styleSheet">
  237. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  238. background-color: #2f535f;
  239. color: rgb(131, 148, 150);
  240. font-weight: 700;
  241. </string>
  242. </property>
  243. <property name="spacing">
  244. <number>2</number>
  245. </property>
  246. </widget>
  247. </item>
  248. </layout>
  249. </item>
  250. <item row="0" column="1">
  251. <layout class="QGridLayout" name="gridLayout" rowstretch="1"/>
  252. </item>
  253. </layout>
  254. </item>
  255. <item>
  256. <widget class="QLabel" name="eventListTitle">
  257. <property name="styleSheet">
  258. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  259. color: rgb(131, 148, 150);
  260. font-weight: 700;</string>
  261. </property>
  262. <property name="text">
  263. <string>Events</string>
  264. </property>
  265. </widget>
  266. </item>
  267. <item>
  268. <widget class="QListView" name="eventList">
  269. <property name="sizePolicy">
  270. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  271. <horstretch>0</horstretch>
  272. <verstretch>0</verstretch>
  273. </sizepolicy>
  274. </property>
  275. <property name="styleSheet">
  276. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  277. background-color: #2f535f;
  278. color: rgb(131, 148, 150);
  279. font-weight: 700;
  280. </string>
  281. </property>
  282. <property name="alternatingRowColors">
  283. <bool>false</bool>
  284. </property>
  285. <property name="isWrapping" stdset="0">
  286. <bool>false</bool>
  287. </property>
  288. <property name="resizeMode">
  289. <enum>QListView::Fixed</enum>
  290. </property>
  291. <property name="spacing">
  292. <number>2</number>
  293. </property>
  294. <property name="modelColumn">
  295. <number>0</number>
  296. </property>
  297. <property name="wordWrap">
  298. <bool>true</bool>
  299. </property>
  300. </widget>
  301. </item>
  302. <item>
  303. <layout class="QHBoxLayout" name="horizontalLayout_5">
  304. <property name="spacing">
  305. <number>4</number>
  306. </property>
  307. </layout>
  308. </item>
  309. <item>
  310. <widget class="QProgressBar" name="progressBar">
  311. <property name="sizePolicy">
  312. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  313. <horstretch>0</horstretch>
  314. <verstretch>0</verstretch>
  315. </sizepolicy>
  316. </property>
  317. <property name="styleSheet">
  318. <string notr="true">background-color: #2f535f;
  319. font: 87 11pt &quot;Noto Sans&quot;;
  320. color: rgb(0, 0, 0);</string>
  321. </property>
  322. <property name="value">
  323. <number>0</number>
  324. </property>
  325. </widget>
  326. </item>
  327. </layout>
  328. </widget>
  329. <widget class="ConnectionIndicator" name="led">
  330. <property name="geometry">
  331. <rect>
  332. <x>830</x>
  333. <y>110</y>
  334. <width>40</width>
  335. <height>20</height>
  336. </rect>
  337. </property>
  338. <property name="text">
  339. <string/>
  340. </property>
  341. </widget>
  342. <widget class="QPushButton" name="connect">
  343. <property name="geometry">
  344. <rect>
  345. <x>0</x>
  346. <y>0</y>
  347. <width>79</width>
  348. <height>79</height>
  349. </rect>
  350. </property>
  351. <property name="minimumSize">
  352. <size>
  353. <width>79</width>
  354. <height>79</height>
  355. </size>
  356. </property>
  357. <property name="maximumSize">
  358. <size>
  359. <width>0</width>
  360. <height>0</height>
  361. </size>
  362. </property>
  363. <property name="font">
  364. <font>
  365. <family>Noto Sans</family>
  366. <pointsize>36</pointsize>
  367. <weight>87</weight>
  368. <italic>false</italic>
  369. <bold>true</bold>
  370. </font>
  371. </property>
  372. <property name="autoFillBackground">
  373. <bool>false</bool>
  374. </property>
  375. <property name="styleSheet">
  376. <string notr="true">font: 87 36pt &quot;Noto Sans&quot;;
  377. color: rgb(0, 0, 0);
  378. background-color: rgb(2, 180, 43);
  379. font-weight: 700;
  380. padding: 4px;
  381. border-style: outset;
  382. border-width: 2px;
  383. border-radius: 6px;
  384. border-color: #00000f;
  385. min-width: 1em;
  386. min-height: 1em;
  387. padding: 4px;
  388. opacity: 0.3;</string>
  389. </property>
  390. <property name="text">
  391. <string>Connect</string>
  392. </property>
  393. <property name="icon">
  394. <iconset resource="kres.qrc">
  395. <normaloff>:/icons/icons/start.png</normaloff>:/icons/icons/start.png</iconset>
  396. </property>
  397. <property name="iconSize">
  398. <size>
  399. <width>64</width>
  400. <height>64</height>
  401. </size>
  402. </property>
  403. <property name="flat">
  404. <bool>false</bool>
  405. </property>
  406. </widget>
  407. <widget class="QWidget" name="verticalLayoutWidget_2">
  408. <property name="geometry">
  409. <rect>
  410. <x>730</x>
  411. <y>50</y>
  412. <width>621</width>
  413. <height>691</height>
  414. </rect>
  415. </property>
  416. <layout class="QVBoxLayout" name="verticalLayout_4">
  417. <property name="spacing">
  418. <number>0</number>
  419. </property>
  420. <item>
  421. <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0">
  422. <property name="spacing">
  423. <number>4</number>
  424. </property>
  425. <item>
  426. <layout class="QVBoxLayout" name="verticalLayout_3" stretch="0,3">
  427. <property name="spacing">
  428. <number>3</number>
  429. </property>
  430. <item>
  431. <widget class="QLabel" name="messagesTitle">
  432. <property name="sizePolicy">
  433. <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
  434. <horstretch>0</horstretch>
  435. <verstretch>0</verstretch>
  436. </sizepolicy>
  437. </property>
  438. <property name="styleSheet">
  439. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  440. color: rgb(131, 148, 150);
  441. font-weight: 700;</string>
  442. </property>
  443. <property name="text">
  444. <string>History</string>
  445. </property>
  446. </widget>
  447. </item>
  448. <item>
  449. <widget class="QTextEdit" name="messages">
  450. <property name="sizePolicy">
  451. <sizepolicy hsizetype="Minimum" vsizetype="MinimumExpanding">
  452. <horstretch>0</horstretch>
  453. <verstretch>0</verstretch>
  454. </sizepolicy>
  455. </property>
  456. <property name="toolTip">
  457. <string>Messages</string>
  458. </property>
  459. <property name="toolTipDuration">
  460. <number>1</number>
  461. </property>
  462. <property name="autoFillBackground">
  463. <bool>false</bool>
  464. </property>
  465. <property name="styleSheet">
  466. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  467. background-color: #2f535f;
  468. color: rgb(131, 148, 150);
  469. font-weight: 700;
  470. </string>
  471. </property>
  472. <property name="lineWrapMode">
  473. <enum>QTextEdit::WidgetWidth</enum>
  474. </property>
  475. <property name="readOnly">
  476. <bool>true</bool>
  477. </property>
  478. <property name="placeholderText">
  479. <string notr="true"/>
  480. </property>
  481. </widget>
  482. </item>
  483. </layout>
  484. </item>
  485. </layout>
  486. </item>
  487. <item>
  488. <layout class="QGridLayout" name="gridLayout_3" rowstretch="0,0,0,0" columnstretch="0">
  489. <property name="sizeConstraint">
  490. <enum>QLayout::SetMinimumSize</enum>
  491. </property>
  492. <property name="spacing">
  493. <number>4</number>
  494. </property>
  495. <item row="2" column="0">
  496. <widget class="QTextEdit" name="inputText">
  497. <property name="sizePolicy">
  498. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  499. <horstretch>0</horstretch>
  500. <verstretch>0</verstretch>
  501. </sizepolicy>
  502. </property>
  503. <property name="styleSheet">
  504. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  505. background-color: #2f535f;
  506. color: rgb(131, 148, 150);
  507. font-weight: 700;
  508. </string>
  509. </property>
  510. </widget>
  511. </item>
  512. <item row="3" column="0">
  513. <layout class="QHBoxLayout" name="horizontalLayout">
  514. <property name="spacing">
  515. <number>4</number>
  516. </property>
  517. <item>
  518. <layout class="QHBoxLayout" name="horizontalLayout_3">
  519. <property name="spacing">
  520. <number>4</number>
  521. </property>
  522. <item>
  523. <widget class="QPushButton" name="disconnect">
  524. <property name="sizePolicy">
  525. <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
  526. <horstretch>0</horstretch>
  527. <verstretch>0</verstretch>
  528. </sizepolicy>
  529. </property>
  530. <property name="autoFillBackground">
  531. <bool>false</bool>
  532. </property>
  533. <property name="styleSheet">
  534. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  535. color: rgb(0, 0, 0);
  536. background-color: rgb(255, 0, 4);
  537. font-weight: 700;
  538. padding: 4px;
  539. border-style: outset;
  540. border-width: 2px;
  541. border-radius: 4px;
  542. border-color: #00000f;
  543. min-width: 4em;
  544. padding: 4px;</string>
  545. </property>
  546. <property name="text">
  547. <string>Disconnect</string>
  548. </property>
  549. <property name="icon">
  550. <iconset resource="kres.qrc">
  551. <normaloff>:/icons/disconnect.png</normaloff>:/icons/disconnect.png</iconset>
  552. </property>
  553. <property name="flat">
  554. <bool>false</bool>
  555. </property>
  556. </widget>
  557. </item>
  558. <item>
  559. <widget class="QPushButton" name="viewConsole">
  560. <property name="sizePolicy">
  561. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  562. <horstretch>0</horstretch>
  563. <verstretch>0</verstretch>
  564. </sizepolicy>
  565. </property>
  566. <property name="autoFillBackground">
  567. <bool>false</bool>
  568. </property>
  569. <property name="styleSheet">
  570. <string notr="true">background-color: #c41900;
  571. font: 87 11pt &quot;Noto Sans&quot;;
  572. color: rgb(0, 0, 0);
  573. font-weight: 700;
  574. padding: 4px;
  575. border-style: outset;
  576. border-width: 2px;
  577. border-radius: 4px;
  578. border-color: #00000f;
  579. min-width: 4em;
  580. padding: 4px;</string>
  581. </property>
  582. <property name="text">
  583. <string>Console</string>
  584. </property>
  585. <property name="icon">
  586. <iconset resource="kres.qrc">
  587. <normaloff>:/icons/log.png</normaloff>:/icons/log.png</iconset>
  588. </property>
  589. <property name="flat">
  590. <bool>false</bool>
  591. </property>
  592. </widget>
  593. </item>
  594. <item>
  595. <widget class="QPushButton" name="tasks">
  596. <property name="sizePolicy">
  597. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  598. <horstretch>0</horstretch>
  599. <verstretch>0</verstretch>
  600. </sizepolicy>
  601. </property>
  602. <property name="autoFillBackground">
  603. <bool>false</bool>
  604. </property>
  605. <property name="styleSheet">
  606. <string notr="true">background-color: rgb(255, 85, 0);
  607. font: 87 11pt &quot;Noto Sans&quot;;
  608. color: rgb(0, 43, 54);
  609. font-weight: 700;
  610. padding: 4px;
  611. border-style: outset;
  612. border-width: 2px;
  613. border-radius: 4px;
  614. border-color: #00000f;
  615. min-width: 4em;
  616. padding: 4px;</string>
  617. </property>
  618. <property name="text">
  619. <string>Tasks</string>
  620. </property>
  621. <property name="icon">
  622. <iconset resource="kres.qrc">
  623. <normaloff>:/icons/icons/task.png</normaloff>:/icons/icons/task.png</iconset>
  624. </property>
  625. <property name="flat">
  626. <bool>false</bool>
  627. </property>
  628. </widget>
  629. </item>
  630. <item>
  631. <widget class="QPushButton" name="sendMessage">
  632. <property name="sizePolicy">
  633. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  634. <horstretch>0</horstretch>
  635. <verstretch>0</verstretch>
  636. </sizepolicy>
  637. </property>
  638. <property name="autoFillBackground">
  639. <bool>false</bool>
  640. </property>
  641. <property name="styleSheet">
  642. <string notr="true">background-color: rgb(130, 255, 121);
  643. background-color: rgb(2, 180, 43);
  644. font: 87 11pt &quot;Noto Sans&quot;;
  645. color: rgb(0, 0, 0);
  646. font-weight: 700;
  647. padding: 4px;
  648. border-style: outset;
  649. border-width: 2px;
  650. border-radius: 4px;
  651. border-color: #00000f;
  652. min-width: 4em;
  653. padding: 4px;</string>
  654. </property>
  655. <property name="text">
  656. <string>Send</string>
  657. </property>
  658. <property name="icon">
  659. <iconset resource="kres.qrc">
  660. <normaloff>:/icons/send-button.png</normaloff>:/icons/send-button.png</iconset>
  661. </property>
  662. <property name="checkable">
  663. <bool>false</bool>
  664. </property>
  665. <property name="autoDefault">
  666. <bool>false</bool>
  667. </property>
  668. <property name="default">
  669. <bool>false</bool>
  670. </property>
  671. <property name="flat">
  672. <bool>false</bool>
  673. </property>
  674. </widget>
  675. </item>
  676. </layout>
  677. </item>
  678. </layout>
  679. </item>
  680. <item row="1" column="0">
  681. <widget class="QLabel" name="inputTitle">
  682. <property name="styleSheet">
  683. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  684. color: rgb(131, 148, 150);
  685. font-weight: 700;</string>
  686. </property>
  687. <property name="text">
  688. <string>Input</string>
  689. </property>
  690. </widget>
  691. </item>
  692. </layout>
  693. </item>
  694. </layout>
  695. </widget>
  696. <zorder>label</zorder>
  697. <zorder>verticalLayoutWidget</zorder>
  698. <zorder>led</zorder>
  699. <zorder>verticalLayoutWidget_2</zorder>
  700. <zorder>connect</zorder>
  701. </widget>
  702. <widget class="QMenuBar" name="menuBar">
  703. <property name="geometry">
  704. <rect>
  705. <x>0</x>
  706. <y>0</y>
  707. <width>1366</width>
  708. <height>23</height>
  709. </rect>
  710. </property>
  711. <widget class="QMenu" name="menuK_Y_GUI">
  712. <property name="title">
  713. <string>K Y GUI</string>
  714. </property>
  715. </widget>
  716. <addaction name="menuK_Y_GUI"/>
  717. </widget>
  718. <widget class="QToolBar" name="mainToolBar">
  719. <attribute name="toolBarArea">
  720. <enum>TopToolBarArea</enum>
  721. </attribute>
  722. <attribute name="toolBarBreak">
  723. <bool>false</bool>
  724. </attribute>
  725. </widget>
  726. <widget class="QStatusBar" name="statusBar"/>
  727. </widget>
  728. <layoutdefault spacing="6" margin="11"/>
  729. <customwidgets>
  730. <customwidget>
  731. <class>ConnectionIndicator</class>
  732. <extends>QLabel</extends>
  733. <header>include/connection_indicator.h</header>
  734. </customwidget>
  735. </customwidgets>
  736. <resources>
  737. <include location="kres.qrc"/>
  738. </resources>
  739. <connections/>
  740. </ui>