mainwindow.ui 21 KB

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