mainwindow.ui 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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>618</width>
  10. <height>618</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">font: 87 10pt &quot;Noto Sans&quot;;
  18. background-color: rgb(10, 10, 10);</string>
  19. </property>
  20. <widget class="QWidget" name="centralWidget">
  21. <widget class="QLabel" name="label">
  22. <property name="geometry">
  23. <rect>
  24. <x>200</x>
  25. <y>10</y>
  26. <width>161</width>
  27. <height>41</height>
  28. </rect>
  29. </property>
  30. <property name="text">
  31. <string/>
  32. </property>
  33. <property name="pixmap">
  34. <pixmap resource="kres.qrc">:/images/kstyleyo_logo.png</pixmap>
  35. </property>
  36. <property name="scaledContents">
  37. <bool>true</bool>
  38. </property>
  39. </widget>
  40. <widget class="QCommandLinkButton" name="connect">
  41. <property name="geometry">
  42. <rect>
  43. <x>20</x>
  44. <y>280</y>
  45. <width>168</width>
  46. <height>41</height>
  47. </rect>
  48. </property>
  49. <property name="styleSheet">
  50. <string notr="true">color: rgb(16, 16, 16);
  51. background-color: rgb(255, 0, 153);</string>
  52. </property>
  53. <property name="text">
  54. <string>Connect</string>
  55. </property>
  56. </widget>
  57. <widget class="QProgressBar" name="progressBar">
  58. <property name="geometry">
  59. <rect>
  60. <x>87</x>
  61. <y>530</y>
  62. <width>401</width>
  63. <height>23</height>
  64. </rect>
  65. </property>
  66. <property name="styleSheet">
  67. <string notr="true">background-color: rgb(203, 0, 239);
  68. color: rgb(16, 16, 16);</string>
  69. </property>
  70. <property name="value">
  71. <number>0</number>
  72. </property>
  73. </widget>
  74. <widget class="QPushButton" name="disconnect">
  75. <property name="geometry">
  76. <rect>
  77. <x>190</x>
  78. <y>290</y>
  79. <width>80</width>
  80. <height>26</height>
  81. </rect>
  82. </property>
  83. <property name="styleSheet">
  84. <string notr="true">background-color: rgb(203, 0, 239);
  85. color: rgb(16, 16, 16);</string>
  86. </property>
  87. <property name="text">
  88. <string>Disconnect</string>
  89. </property>
  90. </widget>
  91. <widget class="QPushButton" name="sendMessage">
  92. <property name="geometry">
  93. <rect>
  94. <x>510</x>
  95. <y>470</y>
  96. <width>80</width>
  97. <height>26</height>
  98. </rect>
  99. </property>
  100. <property name="styleSheet">
  101. <string notr="true">background-color: rgb(203, 0, 239);
  102. color: rgb(16, 16, 16);</string>
  103. </property>
  104. <property name="text">
  105. <string>Send</string>
  106. </property>
  107. </widget>
  108. <widget class="QTextEdit" name="inputText">
  109. <property name="geometry">
  110. <rect>
  111. <x>40</x>
  112. <y>360</y>
  113. <width>521</width>
  114. <height>81</height>
  115. </rect>
  116. </property>
  117. <property name="styleSheet">
  118. <string notr="true">background-color: rgb(0, 255, 0);
  119. color: rgb(16, 16, 16);</string>
  120. </property>
  121. </widget>
  122. <widget class="QListWidget" name="appList">
  123. <property name="geometry">
  124. <rect>
  125. <x>450</x>
  126. <y>40</y>
  127. <width>141</width>
  128. <height>291</height>
  129. </rect>
  130. </property>
  131. <property name="styleSheet">
  132. <string notr="true">background-color: rgb(0, 255, 0);
  133. color: rgb(16, 16, 16);</string>
  134. </property>
  135. </widget>
  136. <widget class="QTextEdit" name="messages">
  137. <property name="geometry">
  138. <rect>
  139. <x>40</x>
  140. <y>60</y>
  141. <width>391</width>
  142. <height>211</height>
  143. </rect>
  144. </property>
  145. <property name="toolTip">
  146. <string>Messages</string>
  147. </property>
  148. <property name="toolTipDuration">
  149. <number>1</number>
  150. </property>
  151. <property name="autoFillBackground">
  152. <bool>false</bool>
  153. </property>
  154. <property name="styleSheet">
  155. <string notr="true">background-color: rgb(0, 255, 0);
  156. color: rgb(16, 16, 16);</string>
  157. </property>
  158. <property name="lineWrapMode">
  159. <enum>QTextEdit::WidgetWidth</enum>
  160. </property>
  161. <property name="readOnly">
  162. <bool>true</bool>
  163. </property>
  164. <property name="placeholderText">
  165. <string/>
  166. </property>
  167. </widget>
  168. </widget>
  169. <widget class="QMenuBar" name="menuBar">
  170. <property name="geometry">
  171. <rect>
  172. <x>0</x>
  173. <y>0</y>
  174. <width>618</width>
  175. <height>23</height>
  176. </rect>
  177. </property>
  178. <widget class="QMenu" name="menuK_Y_GUI">
  179. <property name="title">
  180. <string>K Y GUI</string>
  181. </property>
  182. </widget>
  183. <addaction name="menuK_Y_GUI"/>
  184. </widget>
  185. <widget class="QToolBar" name="mainToolBar">
  186. <attribute name="toolBarArea">
  187. <enum>TopToolBarArea</enum>
  188. </attribute>
  189. <attribute name="toolBarBreak">
  190. <bool>false</bool>
  191. </attribute>
  192. </widget>
  193. <widget class="QStatusBar" name="statusBar"/>
  194. </widget>
  195. <layoutdefault spacing="6" margin="11"/>
  196. <resources>
  197. <include location="kres.qrc"/>
  198. </resources>
  199. <connections/>
  200. </ui>