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>485</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>70</y>
  49. <width>357</width>
  50. <height>351</height>
  51. </rect>
  52. </property>
  53. <layout class="QGridLayout" name="gridLayout_2">
  54. <item row="1" column="0" colspan="2">
  55. <widget class="QTextEdit" name="inputText">
  56. <property name="styleSheet">
  57. <string notr="true">background-color: rgb(0, 255, 0);
  58. color: rgb(5, 5, 5);
  59. font: 87 10pt &quot;Noto Sans&quot;;</string>
  60. </property>
  61. </widget>
  62. </item>
  63. <item row="2" column="0" colspan="2">
  64. <layout class="QHBoxLayout" name="horizontalLayout">
  65. <item>
  66. <widget class="QProgressBar" name="progressBar">
  67. <property name="styleSheet">
  68. <string notr="true">background-color: rgb(203, 0, 239);
  69. color: rgb(16, 16, 16);</string>
  70. </property>
  71. <property name="value">
  72. <number>0</number>
  73. </property>
  74. </widget>
  75. </item>
  76. <item>
  77. <widget class="QPushButton" name="sendMessage">
  78. <property name="styleSheet">
  79. <string notr="true">background-color: rgb(203, 0, 239);
  80. color: rgb(16, 16, 16);</string>
  81. </property>
  82. <property name="text">
  83. <string>Send</string>
  84. </property>
  85. </widget>
  86. </item>
  87. </layout>
  88. </item>
  89. <item row="0" column="0">
  90. <widget class="QTextEdit" name="messages">
  91. <property name="toolTip">
  92. <string>Messages</string>
  93. </property>
  94. <property name="toolTipDuration">
  95. <number>1</number>
  96. </property>
  97. <property name="autoFillBackground">
  98. <bool>false</bool>
  99. </property>
  100. <property name="styleSheet">
  101. <string notr="true">background-color: rgb(0, 255, 0);
  102. color: rgb(5, 5, 5);
  103. font: 87 10pt &quot;Noto Sans&quot;;</string>
  104. </property>
  105. <property name="lineWrapMode">
  106. <enum>QTextEdit::WidgetWidth</enum>
  107. </property>
  108. <property name="readOnly">
  109. <bool>true</bool>
  110. </property>
  111. <property name="placeholderText">
  112. <string/>
  113. </property>
  114. </widget>
  115. </item>
  116. <item row="0" column="1">
  117. <layout class="QGridLayout" name="gridLayout">
  118. <item row="0" column="0">
  119. <widget class="QListWidget" name="appList">
  120. <property name="font">
  121. <font>
  122. <family>Noto Sans</family>
  123. <pointsize>10</pointsize>
  124. <weight>10</weight>
  125. <italic>false</italic>
  126. <bold>false</bold>
  127. </font>
  128. </property>
  129. <property name="styleSheet">
  130. <string notr="true">background-color: rgb(0, 255, 0);
  131. color: rgb(5, 5, 5);
  132. font: 87 10pt &quot;Noto Sans&quot;;
  133. selection-background-color: rgb(255, 0, 174);</string>
  134. </property>
  135. <property name="selectionMode">
  136. <enum>QAbstractItemView::MultiSelection</enum>
  137. </property>
  138. </widget>
  139. </item>
  140. <item row="2" column="0">
  141. <widget class="QCommandLinkButton" name="connect">
  142. <property name="styleSheet">
  143. <string notr="true">color: rgb(16, 16, 16);
  144. background-color: rgb(255, 0, 153);
  145. </string>
  146. </property>
  147. <property name="text">
  148. <string>Connect</string>
  149. </property>
  150. <property name="checkable">
  151. <bool>true</bool>
  152. </property>
  153. <property name="checked">
  154. <bool>true</bool>
  155. </property>
  156. </widget>
  157. </item>
  158. <item row="3" column="0">
  159. <widget class="QPushButton" name="disconnect">
  160. <property name="styleSheet">
  161. <string notr="true">background-color: rgb(203, 0, 239);
  162. color: rgb(16, 16, 16);</string>
  163. </property>
  164. <property name="text">
  165. <string>Disconnect</string>
  166. </property>
  167. </widget>
  168. </item>
  169. <item row="1" column="0">
  170. <layout class="QHBoxLayout" name="horizontalLayout_2">
  171. <item>
  172. <widget class="QPushButton" name="addArgs">
  173. <property name="styleSheet">
  174. <string notr="true">background-color: rgb(203, 0, 239);
  175. color: rgb(16, 16, 16);</string>
  176. </property>
  177. <property name="text">
  178. <string>Args</string>
  179. </property>
  180. </widget>
  181. </item>
  182. <item>
  183. <widget class="QPushButton" name="execute">
  184. <property name="styleSheet">
  185. <string notr="true">background-color: rgb(203, 0, 239);
  186. color: rgb(16, 16, 16);</string>
  187. </property>
  188. <property name="text">
  189. <string>Execute</string>
  190. </property>
  191. </widget>
  192. </item>
  193. </layout>
  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>