mainwindow.ui 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  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>723</width>
  10. <height>937</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. </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);</string>
  29. </property>
  30. <widget class="QLabel" name="label">
  31. <property name="geometry">
  32. <rect>
  33. <x>280</x>
  34. <y>10</y>
  35. <width>161</width>
  36. <height>31</height>
  37. </rect>
  38. </property>
  39. <property name="text">
  40. <string/>
  41. </property>
  42. <property name="pixmap">
  43. <pixmap resource="kres.qrc">:/images/kstyleyo_logo.png</pixmap>
  44. </property>
  45. <property name="scaledContents">
  46. <bool>true</bool>
  47. </property>
  48. </widget>
  49. <widget class="QWidget" name="verticalLayoutWidget">
  50. <property name="geometry">
  51. <rect>
  52. <x>20</x>
  53. <y>50</y>
  54. <width>681</width>
  55. <height>828</height>
  56. </rect>
  57. </property>
  58. <layout class="QVBoxLayout" name="verticalLayout" stretch="1,0,0,0,0,0,0">
  59. <property name="spacing">
  60. <number>4</number>
  61. </property>
  62. <item>
  63. <layout class="QGridLayout" name="gridLayout_2" rowstretch="5" columnstretch="0,0">
  64. <property name="sizeConstraint">
  65. <enum>QLayout::SetNoConstraint</enum>
  66. </property>
  67. <property name="spacing">
  68. <number>0</number>
  69. </property>
  70. <item row="0" column="0">
  71. <layout class="QVBoxLayout" name="verticalLayout_2" stretch="2,2,1,0,2,0">
  72. <property name="spacing">
  73. <number>4</number>
  74. </property>
  75. <item>
  76. <widget class="QLabel" name="selectProcessTitle">
  77. <property name="styleSheet">
  78. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  79. color: rgb(131, 148, 150);
  80. font-weight: 700;</string>
  81. </property>
  82. <property name="text">
  83. <string>Select process to execute</string>
  84. </property>
  85. <property name="scaledContents">
  86. <bool>false</bool>
  87. </property>
  88. <property name="alignment">
  89. <set>Qt::AlignCenter</set>
  90. </property>
  91. <property name="margin">
  92. <number>0</number>
  93. </property>
  94. <property name="indent">
  95. <number>-1</number>
  96. </property>
  97. </widget>
  98. </item>
  99. <item>
  100. <widget class="QComboBox" name="appList">
  101. <property name="styleSheet">
  102. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  103. background-color: rgb(7, 54, 66);
  104. color: rgb(131, 148, 150);
  105. font-weight: 700;
  106. </string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item>
  111. <layout class="QHBoxLayout" name="horizontalLayout_2">
  112. <property name="spacing">
  113. <number>4</number>
  114. </property>
  115. <item>
  116. <widget class="QPushButton" name="addArgs">
  117. <property name="sizePolicy">
  118. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  119. <horstretch>100</horstretch>
  120. <verstretch>0</verstretch>
  121. </sizepolicy>
  122. </property>
  123. <property name="styleSheet">
  124. <string notr="true">background-color: rgb(255, 85, 0);
  125. font: 87 11pt &quot;Noto Sans&quot;;
  126. color: rgb(0, 43, 54);
  127. font-weight: 700;
  128. padding: 4px;</string>
  129. </property>
  130. <property name="text">
  131. <string>Args</string>
  132. </property>
  133. </widget>
  134. </item>
  135. <item>
  136. <widget class="QPushButton" name="execute">
  137. <property name="sizePolicy">
  138. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  139. <horstretch>100</horstretch>
  140. <verstretch>0</verstretch>
  141. </sizepolicy>
  142. </property>
  143. <property name="styleSheet">
  144. <string notr="true">background-color: rgb(255, 85, 0);
  145. font: 87 11pt &quot;Noto Sans&quot;;
  146. color: rgb(0, 43, 54);
  147. font-weight: 700;
  148. padding: 4px;</string>
  149. </property>
  150. <property name="text">
  151. <string>Execute</string>
  152. </property>
  153. </widget>
  154. </item>
  155. </layout>
  156. </item>
  157. <item>
  158. <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0,0">
  159. <property name="spacing">
  160. <number>4</number>
  161. </property>
  162. <item>
  163. <layout class="QVBoxLayout" name="verticalLayout_3">
  164. <property name="spacing">
  165. <number>4</number>
  166. </property>
  167. <item>
  168. <widget class="QLabel" name="messagesTitle">
  169. <property name="styleSheet">
  170. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  171. color: rgb(131, 148, 150);
  172. font-weight: 700;</string>
  173. </property>
  174. <property name="text">
  175. <string>History</string>
  176. </property>
  177. </widget>
  178. </item>
  179. <item>
  180. <widget class="QTextEdit" name="messages">
  181. <property name="sizePolicy">
  182. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  183. <horstretch>0</horstretch>
  184. <verstretch>0</verstretch>
  185. </sizepolicy>
  186. </property>
  187. <property name="toolTip">
  188. <string>Messages</string>
  189. </property>
  190. <property name="toolTipDuration">
  191. <number>1</number>
  192. </property>
  193. <property name="autoFillBackground">
  194. <bool>false</bool>
  195. </property>
  196. <property name="styleSheet">
  197. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  198. background-color: rgb(7, 54, 66);
  199. color: rgb(131, 148, 150);
  200. font-weight: 700;
  201. </string>
  202. </property>
  203. <property name="lineWrapMode">
  204. <enum>QTextEdit::WidgetWidth</enum>
  205. </property>
  206. <property name="readOnly">
  207. <bool>true</bool>
  208. </property>
  209. <property name="placeholderText">
  210. <string notr="true"/>
  211. </property>
  212. </widget>
  213. </item>
  214. </layout>
  215. </item>
  216. <item>
  217. <widget class="QPushButton" name="viewConsole">
  218. <property name="sizePolicy">
  219. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  220. <horstretch>0</horstretch>
  221. <verstretch>0</verstretch>
  222. </sizepolicy>
  223. </property>
  224. <property name="styleSheet">
  225. <string notr="true">background-color: rgb(157, 157, 157);
  226. font: 87 11pt &quot;Noto Sans&quot;;
  227. color: rgb(0, 0, 0);
  228. font-weight: 700;
  229. padding: 4px;</string>
  230. </property>
  231. <property name="text">
  232. <string>Console</string>
  233. </property>
  234. <property name="icon">
  235. <iconset resource="kres.qrc">
  236. <normaloff>:/icons/log.png</normaloff>:/icons/log.png</iconset>
  237. </property>
  238. </widget>
  239. </item>
  240. </layout>
  241. </item>
  242. <item>
  243. <widget class="QLabel" name="processListTitle">
  244. <property name="styleSheet">
  245. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  246. color: rgb(131, 148, 150);
  247. font-weight: 700;</string>
  248. </property>
  249. <property name="text">
  250. <string>Processes</string>
  251. </property>
  252. <property name="margin">
  253. <number>0</number>
  254. </property>
  255. </widget>
  256. </item>
  257. <item>
  258. <widget class="QListView" name="processList">
  259. <property name="sizePolicy">
  260. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  261. <horstretch>0</horstretch>
  262. <verstretch>0</verstretch>
  263. </sizepolicy>
  264. </property>
  265. <property name="styleSheet">
  266. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  267. background-color: rgb(7, 54, 66);
  268. color: rgb(131, 148, 150);
  269. font-weight: 700;
  270. </string>
  271. </property>
  272. <property name="spacing">
  273. <number>2</number>
  274. </property>
  275. </widget>
  276. </item>
  277. </layout>
  278. </item>
  279. <item row="0" column="1">
  280. <layout class="QGridLayout" name="gridLayout" rowstretch="1"/>
  281. </item>
  282. </layout>
  283. </item>
  284. <item>
  285. <widget class="QLabel" name="eventListTitle">
  286. <property name="styleSheet">
  287. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  288. color: rgb(131, 148, 150);
  289. font-weight: 700;</string>
  290. </property>
  291. <property name="text">
  292. <string>Events</string>
  293. </property>
  294. </widget>
  295. </item>
  296. <item>
  297. <widget class="QListWidget" name="eventList">
  298. <property name="sizePolicy">
  299. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  300. <horstretch>0</horstretch>
  301. <verstretch>0</verstretch>
  302. </sizepolicy>
  303. </property>
  304. <property name="styleSheet">
  305. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  306. background-color: rgb(7, 54, 66);
  307. color: rgb(131, 148, 150);
  308. font-weight: 700;
  309. </string>
  310. </property>
  311. <property name="alternatingRowColors">
  312. <bool>false</bool>
  313. </property>
  314. <property name="isWrapping" stdset="0">
  315. <bool>false</bool>
  316. </property>
  317. <property name="resizeMode">
  318. <enum>QListView::Fixed</enum>
  319. </property>
  320. <property name="spacing">
  321. <number>2</number>
  322. </property>
  323. <property name="modelColumn">
  324. <number>0</number>
  325. </property>
  326. <property name="wordWrap">
  327. <bool>false</bool>
  328. </property>
  329. <property name="sortingEnabled">
  330. <bool>false</bool>
  331. </property>
  332. </widget>
  333. </item>
  334. <item>
  335. <layout class="QGridLayout" name="gridLayout_3" rowstretch="0,0,0" columnstretch="0">
  336. <property name="sizeConstraint">
  337. <enum>QLayout::SetMinimumSize</enum>
  338. </property>
  339. <property name="spacing">
  340. <number>4</number>
  341. </property>
  342. <item row="2" column="0">
  343. <layout class="QHBoxLayout" name="horizontalLayout">
  344. <property name="spacing">
  345. <number>4</number>
  346. </property>
  347. </layout>
  348. </item>
  349. <item row="1" column="0">
  350. <widget class="QTextEdit" name="inputText">
  351. <property name="sizePolicy">
  352. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  353. <horstretch>0</horstretch>
  354. <verstretch>0</verstretch>
  355. </sizepolicy>
  356. </property>
  357. <property name="styleSheet">
  358. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  359. background-color: rgb(7, 54, 66);
  360. color: rgb(131, 148, 150);
  361. font-weight: 700;
  362. </string>
  363. </property>
  364. </widget>
  365. </item>
  366. <item row="0" column="0">
  367. <widget class="QLabel" name="inputTitle">
  368. <property name="styleSheet">
  369. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  370. color: rgb(131, 148, 150);
  371. font-weight: 700;</string>
  372. </property>
  373. <property name="text">
  374. <string>Input</string>
  375. </property>
  376. </widget>
  377. </item>
  378. </layout>
  379. </item>
  380. <item>
  381. <layout class="QHBoxLayout" name="horizontalLayout_3">
  382. <property name="spacing">
  383. <number>4</number>
  384. </property>
  385. <item>
  386. <widget class="QPushButton" name="disconnect">
  387. <property name="sizePolicy">
  388. <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
  389. <horstretch>0</horstretch>
  390. <verstretch>0</verstretch>
  391. </sizepolicy>
  392. </property>
  393. <property name="styleSheet">
  394. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  395. color: rgb(0, 0, 0);
  396. background-color: rgb(255, 65, 68);
  397. background-color: rgb(255, 0, 4);
  398. font-weight: 700;
  399. padding: 4px;</string>
  400. </property>
  401. <property name="text">
  402. <string>Disconnect</string>
  403. </property>
  404. <property name="icon">
  405. <iconset resource="kres.qrc">
  406. <normaloff>:/icons/disconnect.png</normaloff>:/icons/disconnect.png</iconset>
  407. </property>
  408. </widget>
  409. </item>
  410. <item>
  411. <widget class="QPushButton" name="tasks">
  412. <property name="sizePolicy">
  413. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  414. <horstretch>0</horstretch>
  415. <verstretch>0</verstretch>
  416. </sizepolicy>
  417. </property>
  418. <property name="styleSheet">
  419. <string notr="true">background-color: rgb(255, 85, 0);
  420. font: 87 11pt &quot;Noto Sans&quot;;
  421. color: rgb(0, 43, 54);
  422. font-weight: 700;
  423. padding: 4px;</string>
  424. </property>
  425. <property name="text">
  426. <string>Tasks</string>
  427. </property>
  428. </widget>
  429. </item>
  430. <item>
  431. <widget class="QPushButton" name="sendMessage">
  432. <property name="sizePolicy">
  433. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  434. <horstretch>0</horstretch>
  435. <verstretch>0</verstretch>
  436. </sizepolicy>
  437. </property>
  438. <property name="styleSheet">
  439. <string notr="true">background-color: rgb(130, 255, 121);
  440. background-color: rgb(2, 180, 43);
  441. font: 87 11pt &quot;Noto Sans&quot;;
  442. color: rgb(0, 0, 0);
  443. font-weight: 700;
  444. padding: 4px;</string>
  445. </property>
  446. <property name="text">
  447. <string>Send</string>
  448. </property>
  449. <property name="icon">
  450. <iconset resource="kres.qrc">
  451. <normaloff>:/icons/send-button.png</normaloff>:/icons/send-button.png</iconset>
  452. </property>
  453. <property name="checkable">
  454. <bool>false</bool>
  455. </property>
  456. <property name="autoDefault">
  457. <bool>false</bool>
  458. </property>
  459. <property name="default">
  460. <bool>false</bool>
  461. </property>
  462. <property name="flat">
  463. <bool>false</bool>
  464. </property>
  465. </widget>
  466. </item>
  467. </layout>
  468. </item>
  469. <item>
  470. <layout class="QHBoxLayout" name="horizontalLayout_5">
  471. <property name="spacing">
  472. <number>4</number>
  473. </property>
  474. </layout>
  475. </item>
  476. <item>
  477. <widget class="QProgressBar" name="progressBar">
  478. <property name="sizePolicy">
  479. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  480. <horstretch>0</horstretch>
  481. <verstretch>0</verstretch>
  482. </sizepolicy>
  483. </property>
  484. <property name="styleSheet">
  485. <string notr="true">background-color: rgb(94, 79, 255);
  486. font: 87 11pt &quot;Noto Sans&quot;;
  487. color: rgb(0, 0, 0);</string>
  488. </property>
  489. <property name="value">
  490. <number>0</number>
  491. </property>
  492. </widget>
  493. </item>
  494. </layout>
  495. </widget>
  496. <widget class="ConnectionIndicator" name="led">
  497. <property name="geometry">
  498. <rect>
  499. <x>30</x>
  500. <y>20</y>
  501. <width>41</width>
  502. <height>20</height>
  503. </rect>
  504. </property>
  505. <property name="text">
  506. <string/>
  507. </property>
  508. </widget>
  509. <widget class="QPushButton" name="connect">
  510. <property name="geometry">
  511. <rect>
  512. <x>590</x>
  513. <y>10</y>
  514. <width>111</width>
  515. <height>31</height>
  516. </rect>
  517. </property>
  518. <property name="styleSheet">
  519. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  520. color: rgb(0, 0, 0);
  521. background-color: rgb(2, 180, 43);
  522. font-weight: 700;
  523. padding: 4px;</string>
  524. </property>
  525. <property name="text">
  526. <string>Connect</string>
  527. </property>
  528. <property name="icon">
  529. <iconset resource="kres.qrc">
  530. <normaloff>:/icons/icons/start.png</normaloff>:/icons/icons/start.png</iconset>
  531. </property>
  532. </widget>
  533. </widget>
  534. <widget class="QMenuBar" name="menuBar">
  535. <property name="geometry">
  536. <rect>
  537. <x>0</x>
  538. <y>0</y>
  539. <width>723</width>
  540. <height>23</height>
  541. </rect>
  542. </property>
  543. <widget class="QMenu" name="menuK_Y_GUI">
  544. <property name="title">
  545. <string>K Y GUI</string>
  546. </property>
  547. </widget>
  548. <addaction name="menuK_Y_GUI"/>
  549. </widget>
  550. <widget class="QToolBar" name="mainToolBar">
  551. <attribute name="toolBarArea">
  552. <enum>TopToolBarArea</enum>
  553. </attribute>
  554. <attribute name="toolBarBreak">
  555. <bool>false</bool>
  556. </attribute>
  557. </widget>
  558. <widget class="QStatusBar" name="statusBar"/>
  559. </widget>
  560. <layoutdefault spacing="6" margin="11"/>
  561. <customwidgets>
  562. <customwidget>
  563. <class>ConnectionIndicator</class>
  564. <extends>QLabel</extends>
  565. <header>include/connection_indicator.h</header>
  566. </customwidget>
  567. </customwidgets>
  568. <resources>
  569. <include location="kres.qrc"/>
  570. </resources>
  571. <connections/>
  572. </ui>