mainwindow.ui 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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>380</width>
  10. <height>493</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(10, 10, 10);</string>
  23. </property>
  24. <widget class="QWidget" name="centralWidget">
  25. <widget class="QLabel" name="label">
  26. <property name="geometry">
  27. <rect>
  28. <x>110</x>
  29. <y>10</y>
  30. <width>161</width>
  31. <height>41</height>
  32. </rect>
  33. </property>
  34. <property name="text">
  35. <string/>
  36. </property>
  37. <property name="pixmap">
  38. <pixmap resource="kres.qrc">:/images/kstyleyo_logo.png</pixmap>
  39. </property>
  40. <property name="scaledContents">
  41. <bool>true</bool>
  42. </property>
  43. </widget>
  44. <widget class="QWidget" name="gridLayoutWidget_2">
  45. <property name="geometry">
  46. <rect>
  47. <x>10</x>
  48. <y>60</y>
  49. <width>357</width>
  50. <height>370</height>
  51. </rect>
  52. </property>
  53. <layout class="QGridLayout" name="gridLayout_2">
  54. <item row="0" column="1">
  55. <layout class="QGridLayout" name="gridLayout">
  56. <item row="1" column="0">
  57. <layout class="QHBoxLayout" name="horizontalLayout_2">
  58. <item>
  59. <widget class="QPushButton" name="addArgs">
  60. <property name="styleSheet">
  61. <string notr="true">background-color: rgb(203, 0, 239);
  62. color: rgb(16, 16, 16);</string>
  63. </property>
  64. <property name="text">
  65. <string>Args</string>
  66. </property>
  67. </widget>
  68. </item>
  69. <item>
  70. <widget class="QPushButton" name="execute">
  71. <property name="styleSheet">
  72. <string notr="true">background-color: rgb(203, 0, 239);
  73. color: rgb(16, 16, 16);</string>
  74. </property>
  75. <property name="text">
  76. <string>Execute</string>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </item>
  82. <item row="3" column="0">
  83. <widget class="QPushButton" name="disconnect">
  84. <property name="styleSheet">
  85. <string notr="true">background-color: rgb(203, 0, 239);
  86. color: rgb(16, 16, 16);</string>
  87. </property>
  88. <property name="text">
  89. <string>Disconnect</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item row="0" column="0">
  94. <widget class="QListWidget" name="appList">
  95. <property name="font">
  96. <font>
  97. <family>Noto Sans</family>
  98. <pointsize>10</pointsize>
  99. <weight>10</weight>
  100. <italic>false</italic>
  101. <bold>false</bold>
  102. </font>
  103. </property>
  104. <property name="styleSheet">
  105. <string notr="true">background-color: rgb(0, 255, 0);
  106. color: rgb(5, 5, 5);
  107. font: 87 10pt &quot;Noto Sans&quot;;
  108. selection-background-color: rgb(255, 0, 174);</string>
  109. </property>
  110. <property name="selectionMode">
  111. <enum>QAbstractItemView::MultiSelection</enum>
  112. </property>
  113. </widget>
  114. </item>
  115. <item row="2" column="0">
  116. <widget class="QCommandLinkButton" name="connect">
  117. <property name="styleSheet">
  118. <string notr="true">color: rgb(16, 16, 16);
  119. background-color: rgb(255, 0, 153);
  120. </string>
  121. </property>
  122. <property name="text">
  123. <string>Connect</string>
  124. </property>
  125. <property name="checkable">
  126. <bool>true</bool>
  127. </property>
  128. <property name="checked">
  129. <bool>true</bool>
  130. </property>
  131. </widget>
  132. </item>
  133. </layout>
  134. </item>
  135. <item row="0" column="0">
  136. <widget class="QTextEdit" name="messages">
  137. <property name="toolTip">
  138. <string>Messages</string>
  139. </property>
  140. <property name="toolTipDuration">
  141. <number>1</number>
  142. </property>
  143. <property name="autoFillBackground">
  144. <bool>false</bool>
  145. </property>
  146. <property name="styleSheet">
  147. <string notr="true">background-color: rgb(0, 255, 0);
  148. color: rgb(5, 5, 5);
  149. font: 87 10pt &quot;Noto Sans&quot;;</string>
  150. </property>
  151. <property name="lineWrapMode">
  152. <enum>QTextEdit::WidgetWidth</enum>
  153. </property>
  154. <property name="readOnly">
  155. <bool>true</bool>
  156. </property>
  157. <property name="placeholderText">
  158. <string/>
  159. </property>
  160. </widget>
  161. </item>
  162. <item row="1" column="0" colspan="2">
  163. <widget class="QTextEdit" name="inputText">
  164. <property name="styleSheet">
  165. <string notr="true">background-color: rgb(0, 255, 0);
  166. color: rgb(5, 5, 5);
  167. font: 87 10pt &quot;Noto Sans&quot;;</string>
  168. </property>
  169. </widget>
  170. </item>
  171. <item row="2" column="0" colspan="2">
  172. <layout class="QHBoxLayout" name="horizontalLayout">
  173. <item>
  174. <widget class="QProgressBar" name="progressBar">
  175. <property name="styleSheet">
  176. <string notr="true">background-color: rgb(203, 0, 239);
  177. color: rgb(16, 16, 16);</string>
  178. </property>
  179. <property name="value">
  180. <number>0</number>
  181. </property>
  182. </widget>
  183. </item>
  184. <item>
  185. <widget class="QPushButton" name="sendMessage">
  186. <property name="styleSheet">
  187. <string notr="true">background-color: rgb(203, 0, 239);
  188. color: rgb(16, 16, 16);</string>
  189. </property>
  190. <property name="text">
  191. <string>Send</string>
  192. </property>
  193. </widget>
  194. </item>
  195. </layout>
  196. </item>
  197. </layout>
  198. </widget>
  199. </widget>
  200. <widget class="QMenuBar" name="menuBar">
  201. <property name="geometry">
  202. <rect>
  203. <x>0</x>
  204. <y>0</y>
  205. <width>380</width>
  206. <height>23</height>
  207. </rect>
  208. </property>
  209. <widget class="QMenu" name="menuK_Y_GUI">
  210. <property name="title">
  211. <string>K Y GUI</string>
  212. </property>
  213. </widget>
  214. <addaction name="menuK_Y_GUI"/>
  215. </widget>
  216. <widget class="QToolBar" name="mainToolBar">
  217. <attribute name="toolBarArea">
  218. <enum>TopToolBarArea</enum>
  219. </attribute>
  220. <attribute name="toolBarBreak">
  221. <bool>false</bool>
  222. </attribute>
  223. </widget>
  224. <widget class="QStatusBar" name="statusBar"/>
  225. </widget>
  226. <layoutdefault spacing="6" margin="11"/>
  227. <resources>
  228. <include location="kres.qrc"/>
  229. </resources>
  230. <connections/>
  231. </ui>