mainwindow.ui 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  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>724</width>
  10. <height>948</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);</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">:/icons/icons/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>832</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: #2f535f;
  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="autoFillBackground">
  124. <bool>false</bool>
  125. </property>
  126. <property name="styleSheet">
  127. <string notr="true">background-color: rgb(255, 85, 0);
  128. font: 87 11pt &quot;Noto Sans&quot;;
  129. color: rgb(0, 43, 54);
  130. font-weight: 700;
  131. padding: 4px;
  132. border-style: outset;
  133. border-width: 2px;
  134. border-radius: 4px;
  135. border-color: #00000f;
  136. min-width: 4em;
  137. padding: 4px;</string>
  138. </property>
  139. <property name="text">
  140. <string>Args</string>
  141. </property>
  142. <property name="icon">
  143. <iconset resource="kres.qrc">
  144. <normaloff>:/icons/icons/arguments.png</normaloff>:/icons/icons/arguments.png</iconset>
  145. </property>
  146. <property name="flat">
  147. <bool>false</bool>
  148. </property>
  149. </widget>
  150. </item>
  151. <item>
  152. <widget class="QPushButton" name="execute">
  153. <property name="sizePolicy">
  154. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  155. <horstretch>100</horstretch>
  156. <verstretch>0</verstretch>
  157. </sizepolicy>
  158. </property>
  159. <property name="font">
  160. <font>
  161. <family>Noto Sans</family>
  162. <pointsize>11</pointsize>
  163. <weight>87</weight>
  164. <italic>false</italic>
  165. <bold>true</bold>
  166. <kerning>true</kerning>
  167. </font>
  168. </property>
  169. <property name="autoFillBackground">
  170. <bool>false</bool>
  171. </property>
  172. <property name="styleSheet">
  173. <string notr="true">background-color: rgb(255, 85, 0);
  174. font: 87 11pt &quot;Noto Sans&quot;;
  175. color: rgb(0, 43, 54);
  176. font-weight: 700;
  177. padding: 4px;
  178. border-style: outset;
  179. border-width: 2px;
  180. border-radius: 4px;
  181. border-color: #00000f;
  182. min-width: 4em;
  183. padding: 4px;</string>
  184. </property>
  185. <property name="text">
  186. <string>Execute</string>
  187. </property>
  188. <property name="icon">
  189. <iconset resource="kres.qrc">
  190. <normaloff>:/icons/icons/execute.png</normaloff>:/icons/icons/execute.png</iconset>
  191. </property>
  192. <property name="checkable">
  193. <bool>false</bool>
  194. </property>
  195. <property name="checked">
  196. <bool>false</bool>
  197. </property>
  198. <property name="default">
  199. <bool>false</bool>
  200. </property>
  201. <property name="flat">
  202. <bool>false</bool>
  203. </property>
  204. </widget>
  205. </item>
  206. </layout>
  207. </item>
  208. <item>
  209. <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="0,0">
  210. <property name="spacing">
  211. <number>4</number>
  212. </property>
  213. <item>
  214. <layout class="QVBoxLayout" name="verticalLayout_3">
  215. <property name="spacing">
  216. <number>4</number>
  217. </property>
  218. <item>
  219. <widget class="QLabel" name="messagesTitle">
  220. <property name="styleSheet">
  221. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  222. color: rgb(131, 148, 150);
  223. font-weight: 700;</string>
  224. </property>
  225. <property name="text">
  226. <string>History</string>
  227. </property>
  228. </widget>
  229. </item>
  230. <item>
  231. <widget class="QTextEdit" name="messages">
  232. <property name="sizePolicy">
  233. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  234. <horstretch>0</horstretch>
  235. <verstretch>0</verstretch>
  236. </sizepolicy>
  237. </property>
  238. <property name="toolTip">
  239. <string>Messages</string>
  240. </property>
  241. <property name="toolTipDuration">
  242. <number>1</number>
  243. </property>
  244. <property name="autoFillBackground">
  245. <bool>false</bool>
  246. </property>
  247. <property name="styleSheet">
  248. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  249. background-color: #2f535f;
  250. color: rgb(131, 148, 150);
  251. font-weight: 700;
  252. </string>
  253. </property>
  254. <property name="lineWrapMode">
  255. <enum>QTextEdit::WidgetWidth</enum>
  256. </property>
  257. <property name="readOnly">
  258. <bool>true</bool>
  259. </property>
  260. <property name="placeholderText">
  261. <string notr="true"/>
  262. </property>
  263. </widget>
  264. </item>
  265. </layout>
  266. </item>
  267. <item>
  268. <widget class="QPushButton" name="viewConsole">
  269. <property name="sizePolicy">
  270. <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
  271. <horstretch>0</horstretch>
  272. <verstretch>0</verstretch>
  273. </sizepolicy>
  274. </property>
  275. <property name="autoFillBackground">
  276. <bool>false</bool>
  277. </property>
  278. <property name="styleSheet">
  279. <string notr="true">background-color: #c41900;
  280. font: 87 11pt &quot;Noto Sans&quot;;
  281. color: rgb(0, 0, 0);
  282. font-weight: 700;
  283. padding: 4px;
  284. border-style: outset;
  285. border-width: 2px;
  286. border-radius: 4px;
  287. border-color: #00000f;
  288. min-width: 4em;
  289. padding: 4px;</string>
  290. </property>
  291. <property name="text">
  292. <string>Console</string>
  293. </property>
  294. <property name="icon">
  295. <iconset resource="kres.qrc">
  296. <normaloff>:/icons/log.png</normaloff>:/icons/log.png</iconset>
  297. </property>
  298. <property name="flat">
  299. <bool>false</bool>
  300. </property>
  301. </widget>
  302. </item>
  303. </layout>
  304. </item>
  305. <item>
  306. <widget class="QLabel" name="processListTitle">
  307. <property name="styleSheet">
  308. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  309. color: rgb(131, 148, 150);
  310. font-weight: 700;</string>
  311. </property>
  312. <property name="text">
  313. <string>Processes</string>
  314. </property>
  315. <property name="margin">
  316. <number>0</number>
  317. </property>
  318. </widget>
  319. </item>
  320. <item>
  321. <widget class="QListView" name="processList">
  322. <property name="sizePolicy">
  323. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  324. <horstretch>0</horstretch>
  325. <verstretch>0</verstretch>
  326. </sizepolicy>
  327. </property>
  328. <property name="styleSheet">
  329. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  330. background-color: #2f535f;
  331. color: rgb(131, 148, 150);
  332. font-weight: 700;
  333. </string>
  334. </property>
  335. <property name="spacing">
  336. <number>2</number>
  337. </property>
  338. </widget>
  339. </item>
  340. </layout>
  341. </item>
  342. <item row="0" column="1">
  343. <layout class="QGridLayout" name="gridLayout" rowstretch="1"/>
  344. </item>
  345. </layout>
  346. </item>
  347. <item>
  348. <widget class="QLabel" name="eventListTitle">
  349. <property name="styleSheet">
  350. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  351. color: rgb(131, 148, 150);
  352. font-weight: 700;</string>
  353. </property>
  354. <property name="text">
  355. <string>Events</string>
  356. </property>
  357. </widget>
  358. </item>
  359. <item>
  360. <widget class="QListWidget" name="eventList">
  361. <property name="sizePolicy">
  362. <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
  363. <horstretch>0</horstretch>
  364. <verstretch>0</verstretch>
  365. </sizepolicy>
  366. </property>
  367. <property name="styleSheet">
  368. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  369. background-color: #2f535f;
  370. color: rgb(131, 148, 150);
  371. font-weight: 700;
  372. </string>
  373. </property>
  374. <property name="alternatingRowColors">
  375. <bool>false</bool>
  376. </property>
  377. <property name="isWrapping" stdset="0">
  378. <bool>false</bool>
  379. </property>
  380. <property name="resizeMode">
  381. <enum>QListView::Fixed</enum>
  382. </property>
  383. <property name="spacing">
  384. <number>2</number>
  385. </property>
  386. <property name="modelColumn">
  387. <number>0</number>
  388. </property>
  389. <property name="wordWrap">
  390. <bool>true</bool>
  391. </property>
  392. <property name="sortingEnabled">
  393. <bool>false</bool>
  394. </property>
  395. </widget>
  396. </item>
  397. <item>
  398. <layout class="QGridLayout" name="gridLayout_3" rowstretch="0,0,0" columnstretch="0">
  399. <property name="sizeConstraint">
  400. <enum>QLayout::SetMinimumSize</enum>
  401. </property>
  402. <property name="spacing">
  403. <number>4</number>
  404. </property>
  405. <item row="2" column="0">
  406. <layout class="QHBoxLayout" name="horizontalLayout">
  407. <property name="spacing">
  408. <number>4</number>
  409. </property>
  410. </layout>
  411. </item>
  412. <item row="1" column="0">
  413. <widget class="QTextEdit" name="inputText">
  414. <property name="sizePolicy">
  415. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  416. <horstretch>0</horstretch>
  417. <verstretch>0</verstretch>
  418. </sizepolicy>
  419. </property>
  420. <property name="styleSheet">
  421. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  422. background-color: #2f535f;
  423. color: rgb(131, 148, 150);
  424. font-weight: 700;
  425. </string>
  426. </property>
  427. </widget>
  428. </item>
  429. <item row="0" column="0">
  430. <widget class="QLabel" name="inputTitle">
  431. <property name="styleSheet">
  432. <string notr="true">font: 75 11pt &quot;Noto Sans&quot;;
  433. color: rgb(131, 148, 150);
  434. font-weight: 700;</string>
  435. </property>
  436. <property name="text">
  437. <string>Input</string>
  438. </property>
  439. </widget>
  440. </item>
  441. </layout>
  442. </item>
  443. <item>
  444. <layout class="QHBoxLayout" name="horizontalLayout_3">
  445. <property name="spacing">
  446. <number>4</number>
  447. </property>
  448. <item>
  449. <widget class="QPushButton" name="disconnect">
  450. <property name="sizePolicy">
  451. <sizepolicy hsizetype="Maximum" vsizetype="Minimum">
  452. <horstretch>0</horstretch>
  453. <verstretch>0</verstretch>
  454. </sizepolicy>
  455. </property>
  456. <property name="autoFillBackground">
  457. <bool>false</bool>
  458. </property>
  459. <property name="styleSheet">
  460. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  461. color: rgb(0, 0, 0);
  462. background-color: rgb(255, 0, 4);
  463. font-weight: 700;
  464. padding: 4px;
  465. border-style: outset;
  466. border-width: 2px;
  467. border-radius: 4px;
  468. border-color: #00000f;
  469. min-width: 4em;
  470. padding: 4px;</string>
  471. </property>
  472. <property name="text">
  473. <string>Disconnect</string>
  474. </property>
  475. <property name="icon">
  476. <iconset resource="kres.qrc">
  477. <normaloff>:/icons/disconnect.png</normaloff>:/icons/disconnect.png</iconset>
  478. </property>
  479. <property name="flat">
  480. <bool>false</bool>
  481. </property>
  482. </widget>
  483. </item>
  484. <item>
  485. <widget class="QPushButton" name="tasks">
  486. <property name="sizePolicy">
  487. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  488. <horstretch>0</horstretch>
  489. <verstretch>0</verstretch>
  490. </sizepolicy>
  491. </property>
  492. <property name="autoFillBackground">
  493. <bool>false</bool>
  494. </property>
  495. <property name="styleSheet">
  496. <string notr="true">background-color: rgb(255, 85, 0);
  497. font: 87 11pt &quot;Noto Sans&quot;;
  498. color: rgb(0, 43, 54);
  499. font-weight: 700;
  500. padding: 4px;
  501. border-style: outset;
  502. border-width: 2px;
  503. border-radius: 4px;
  504. border-color: #00000f;
  505. min-width: 4em;
  506. padding: 4px;</string>
  507. </property>
  508. <property name="text">
  509. <string>Tasks</string>
  510. </property>
  511. <property name="icon">
  512. <iconset resource="kres.qrc">
  513. <normaloff>:/icons/icons/task.png</normaloff>:/icons/icons/task.png</iconset>
  514. </property>
  515. <property name="flat">
  516. <bool>false</bool>
  517. </property>
  518. </widget>
  519. </item>
  520. <item>
  521. <widget class="QPushButton" name="sendMessage">
  522. <property name="sizePolicy">
  523. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  524. <horstretch>0</horstretch>
  525. <verstretch>0</verstretch>
  526. </sizepolicy>
  527. </property>
  528. <property name="autoFillBackground">
  529. <bool>false</bool>
  530. </property>
  531. <property name="styleSheet">
  532. <string notr="true">background-color: rgb(130, 255, 121);
  533. background-color: rgb(2, 180, 43);
  534. font: 87 11pt &quot;Noto Sans&quot;;
  535. color: rgb(0, 0, 0);
  536. font-weight: 700;
  537. padding: 4px;
  538. border-style: outset;
  539. border-width: 2px;
  540. border-radius: 4px;
  541. border-color: #00000f;
  542. min-width: 4em;
  543. padding: 4px;</string>
  544. </property>
  545. <property name="text">
  546. <string>Send</string>
  547. </property>
  548. <property name="icon">
  549. <iconset resource="kres.qrc">
  550. <normaloff>:/icons/send-button.png</normaloff>:/icons/send-button.png</iconset>
  551. </property>
  552. <property name="checkable">
  553. <bool>false</bool>
  554. </property>
  555. <property name="autoDefault">
  556. <bool>false</bool>
  557. </property>
  558. <property name="default">
  559. <bool>false</bool>
  560. </property>
  561. <property name="flat">
  562. <bool>false</bool>
  563. </property>
  564. </widget>
  565. </item>
  566. </layout>
  567. </item>
  568. <item>
  569. <layout class="QHBoxLayout" name="horizontalLayout_5">
  570. <property name="spacing">
  571. <number>4</number>
  572. </property>
  573. </layout>
  574. </item>
  575. <item>
  576. <widget class="QProgressBar" name="progressBar">
  577. <property name="sizePolicy">
  578. <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
  579. <horstretch>0</horstretch>
  580. <verstretch>0</verstretch>
  581. </sizepolicy>
  582. </property>
  583. <property name="styleSheet">
  584. <string notr="true">background-color: #2f535f;
  585. font: 87 11pt &quot;Noto Sans&quot;;
  586. color: rgb(0, 0, 0);</string>
  587. </property>
  588. <property name="value">
  589. <number>0</number>
  590. </property>
  591. </widget>
  592. </item>
  593. </layout>
  594. </widget>
  595. <widget class="ConnectionIndicator" name="led">
  596. <property name="geometry">
  597. <rect>
  598. <x>540</x>
  599. <y>30</y>
  600. <width>40</width>
  601. <height>20</height>
  602. </rect>
  603. </property>
  604. <property name="text">
  605. <string/>
  606. </property>
  607. </widget>
  608. <widget class="QPushButton" name="connect">
  609. <property name="geometry">
  610. <rect>
  611. <x>600</x>
  612. <y>20</y>
  613. <width>101</width>
  614. <height>41</height>
  615. </rect>
  616. </property>
  617. <property name="autoFillBackground">
  618. <bool>false</bool>
  619. </property>
  620. <property name="styleSheet">
  621. <string notr="true">font: 87 11pt &quot;Noto Sans&quot;;
  622. color: rgb(0, 0, 0);
  623. background-color: rgb(2, 180, 43);
  624. font-weight: 700;
  625. padding: 4px;
  626. border-style: outset;
  627. border-width: 2px;
  628. border-radius: 6px;
  629. border-color: #00000f;
  630. min-width: 1em;
  631. min-height: 1em;
  632. padding: 4px;</string>
  633. </property>
  634. <property name="text">
  635. <string>Connect</string>
  636. </property>
  637. <property name="icon">
  638. <iconset resource="kres.qrc">
  639. <normaloff>:/icons/icons/start.png</normaloff>:/icons/icons/start.png</iconset>
  640. </property>
  641. <property name="flat">
  642. <bool>false</bool>
  643. </property>
  644. </widget>
  645. </widget>
  646. <widget class="QMenuBar" name="menuBar">
  647. <property name="geometry">
  648. <rect>
  649. <x>0</x>
  650. <y>0</y>
  651. <width>724</width>
  652. <height>23</height>
  653. </rect>
  654. </property>
  655. <widget class="QMenu" name="menuK_Y_GUI">
  656. <property name="title">
  657. <string>K Y GUI</string>
  658. </property>
  659. </widget>
  660. <addaction name="menuK_Y_GUI"/>
  661. </widget>
  662. <widget class="QToolBar" name="mainToolBar">
  663. <attribute name="toolBarArea">
  664. <enum>TopToolBarArea</enum>
  665. </attribute>
  666. <attribute name="toolBarBreak">
  667. <bool>false</bool>
  668. </attribute>
  669. </widget>
  670. <widget class="QStatusBar" name="statusBar"/>
  671. </widget>
  672. <layoutdefault spacing="6" margin="11"/>
  673. <customwidgets>
  674. <customwidget>
  675. <class>ConnectionIndicator</class>
  676. <extends>QLabel</extends>
  677. <header>include/connection_indicator.h</header>
  678. </customwidget>
  679. </customwidgets>
  680. <resources>
  681. <include location="kres.qrc"/>
  682. </resources>
  683. <connections/>
  684. </ui>