mainwindow.ui 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  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>365</width>
  10. <height>487</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>100</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>0</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="1" column="0">
  119. <widget class="QCommandLinkButton" name="connect">
  120. <property name="styleSheet">
  121. <string notr="true">color: rgb(16, 16, 16);
  122. background-color: rgb(255, 0, 153);
  123. </string>
  124. </property>
  125. <property name="text">
  126. <string>Connect</string>
  127. </property>
  128. <property name="checkable">
  129. <bool>true</bool>
  130. </property>
  131. <property name="checked">
  132. <bool>true</bool>
  133. </property>
  134. </widget>
  135. </item>
  136. <item row="2" column="0">
  137. <widget class="QPushButton" name="disconnect">
  138. <property name="styleSheet">
  139. <string notr="true">background-color: rgb(203, 0, 239);
  140. color: rgb(16, 16, 16);</string>
  141. </property>
  142. <property name="text">
  143. <string>Disconnect</string>
  144. </property>
  145. </widget>
  146. </item>
  147. <item row="0" column="0">
  148. <widget class="QListWidget" name="appList">
  149. <property name="font">
  150. <font>
  151. <family>Noto Sans</family>
  152. <pointsize>10</pointsize>
  153. <weight>10</weight>
  154. <italic>false</italic>
  155. <bold>false</bold>
  156. </font>
  157. </property>
  158. <property name="styleSheet">
  159. <string notr="true">background-color: rgb(0, 255, 0);
  160. color: rgb(5, 5, 5);
  161. font: 87 10pt &quot;Noto Sans&quot;;
  162. selection-background-color: rgb(255, 0, 174);</string>
  163. </property>
  164. <property name="selectionMode">
  165. <enum>QAbstractItemView::MultiSelection</enum>
  166. </property>
  167. </widget>
  168. </item>
  169. <item row="3" column="0">
  170. <widget class="QPushButton" name="execute">
  171. <property name="styleSheet">
  172. <string notr="true">background-color: rgb(203, 0, 239);
  173. color: rgb(16, 16, 16);</string>
  174. </property>
  175. <property name="text">
  176. <string>Execute</string>
  177. </property>
  178. </widget>
  179. </item>
  180. </layout>
  181. </item>
  182. </layout>
  183. </widget>
  184. </widget>
  185. <widget class="QMenuBar" name="menuBar">
  186. <property name="geometry">
  187. <rect>
  188. <x>0</x>
  189. <y>0</y>
  190. <width>365</width>
  191. <height>23</height>
  192. </rect>
  193. </property>
  194. <widget class="QMenu" name="menuK_Y_GUI">
  195. <property name="title">
  196. <string>K Y GUI</string>
  197. </property>
  198. </widget>
  199. <addaction name="menuK_Y_GUI"/>
  200. </widget>
  201. <widget class="QToolBar" name="mainToolBar">
  202. <attribute name="toolBarArea">
  203. <enum>TopToolBarArea</enum>
  204. </attribute>
  205. <attribute name="toolBarBreak">
  206. <bool>false</bool>
  207. </attribute>
  208. </widget>
  209. <widget class="QStatusBar" name="statusBar"/>
  210. </widget>
  211. <layoutdefault spacing="6" margin="11"/>
  212. <resources>
  213. <include location="kres.qrc"/>
  214. </resources>
  215. <connections/>
  216. </ui>