mainwindow.ui 13 KB

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