mainwindow.ui 13 KB

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