mainwindow.ui 13 KB

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