mainwindow.ui 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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="QLabel" name="messages">
  109. <property name="geometry">
  110. <rect>
  111. <x>40</x>
  112. <y>90</y>
  113. <width>371</width>
  114. <height>171</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. <property name="text">
  122. <string/>
  123. </property>
  124. </widget>
  125. <widget class="QPlainTextEdit" name="inputText">
  126. <property name="geometry">
  127. <rect>
  128. <x>40</x>
  129. <y>360</y>
  130. <width>521</width>
  131. <height>81</height>
  132. </rect>
  133. </property>
  134. <property name="styleSheet">
  135. <string notr="true">background-color: rgb(0, 255, 0);
  136. color: rgb(16, 16, 16);</string>
  137. </property>
  138. </widget>
  139. <widget class="QListWidget" name="appList">
  140. <property name="geometry">
  141. <rect>
  142. <x>450</x>
  143. <y>40</y>
  144. <width>141</width>
  145. <height>291</height>
  146. </rect>
  147. </property>
  148. <property name="styleSheet">
  149. <string notr="true">background-color: rgb(0, 255, 0);
  150. color: rgb(16, 16, 16);</string>
  151. </property>
  152. </widget>
  153. </widget>
  154. <widget class="QMenuBar" name="menuBar">
  155. <property name="geometry">
  156. <rect>
  157. <x>0</x>
  158. <y>0</y>
  159. <width>618</width>
  160. <height>23</height>
  161. </rect>
  162. </property>
  163. <widget class="QMenu" name="menuK_Y_GUI">
  164. <property name="title">
  165. <string>K Y GUI</string>
  166. </property>
  167. </widget>
  168. <addaction name="menuK_Y_GUI"/>
  169. </widget>
  170. <widget class="QToolBar" name="mainToolBar">
  171. <attribute name="toolBarArea">
  172. <enum>TopToolBarArea</enum>
  173. </attribute>
  174. <attribute name="toolBarBreak">
  175. <bool>false</bool>
  176. </attribute>
  177. </widget>
  178. <widget class="QStatusBar" name="statusBar"/>
  179. </widget>
  180. <layoutdefault spacing="6" margin="11"/>
  181. <resources>
  182. <include location="kres.qrc"/>
  183. </resources>
  184. <connections/>
  185. </ui>