mainwindow.ui 15 KB

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