mainwindow.ui 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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>613</width>
  10. <height>618</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QLabel" name="label">
  18. <property name="geometry">
  19. <rect>
  20. <x>200</x>
  21. <y>10</y>
  22. <width>161</width>
  23. <height>41</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string/>
  28. </property>
  29. <property name="pixmap">
  30. <pixmap resource="kres.qrc">:/images/kstyleyo_logo.png</pixmap>
  31. </property>
  32. <property name="scaledContents">
  33. <bool>true</bool>
  34. </property>
  35. </widget>
  36. <widget class="QCommandLinkButton" name="connect">
  37. <property name="geometry">
  38. <rect>
  39. <x>20</x>
  40. <y>280</y>
  41. <width>168</width>
  42. <height>41</height>
  43. </rect>
  44. </property>
  45. <property name="text">
  46. <string>Connect</string>
  47. </property>
  48. </widget>
  49. <widget class="QProgressBar" name="progressBar">
  50. <property name="geometry">
  51. <rect>
  52. <x>87</x>
  53. <y>530</y>
  54. <width>401</width>
  55. <height>23</height>
  56. </rect>
  57. </property>
  58. <property name="value">
  59. <number>0</number>
  60. </property>
  61. </widget>
  62. <widget class="QPushButton" name="disconnect">
  63. <property name="geometry">
  64. <rect>
  65. <x>190</x>
  66. <y>290</y>
  67. <width>80</width>
  68. <height>26</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string>Disconnect</string>
  73. </property>
  74. </widget>
  75. <widget class="QPushButton" name="sendMessage">
  76. <property name="geometry">
  77. <rect>
  78. <x>510</x>
  79. <y>470</y>
  80. <width>80</width>
  81. <height>26</height>
  82. </rect>
  83. </property>
  84. <property name="text">
  85. <string>Send</string>
  86. </property>
  87. </widget>
  88. <widget class="QLabel" name="messages">
  89. <property name="geometry">
  90. <rect>
  91. <x>40</x>
  92. <y>90</y>
  93. <width>371</width>
  94. <height>171</height>
  95. </rect>
  96. </property>
  97. <property name="text">
  98. <string/>
  99. </property>
  100. </widget>
  101. <widget class="QPlainTextEdit" name="inputText">
  102. <property name="geometry">
  103. <rect>
  104. <x>40</x>
  105. <y>360</y>
  106. <width>521</width>
  107. <height>81</height>
  108. </rect>
  109. </property>
  110. </widget>
  111. <widget class="QListWidget" name="appList">
  112. <property name="geometry">
  113. <rect>
  114. <x>450</x>
  115. <y>40</y>
  116. <width>141</width>
  117. <height>291</height>
  118. </rect>
  119. </property>
  120. </widget>
  121. </widget>
  122. <widget class="QMenuBar" name="menuBar">
  123. <property name="geometry">
  124. <rect>
  125. <x>0</x>
  126. <y>0</y>
  127. <width>613</width>
  128. <height>23</height>
  129. </rect>
  130. </property>
  131. <widget class="QMenu" name="menuK_Y_GUI">
  132. <property name="title">
  133. <string>K Y GUI</string>
  134. </property>
  135. </widget>
  136. <addaction name="menuK_Y_GUI"/>
  137. </widget>
  138. <widget class="QToolBar" name="mainToolBar">
  139. <attribute name="toolBarArea">
  140. <enum>TopToolBarArea</enum>
  141. </attribute>
  142. <attribute name="toolBarBreak">
  143. <bool>false</bool>
  144. </attribute>
  145. </widget>
  146. <widget class="QStatusBar" name="statusBar"/>
  147. </widget>
  148. <layoutdefault spacing="6" margin="11"/>
  149. <resources>
  150. <include location="kres.qrc"/>
  151. </resources>
  152. <connections/>
  153. </ui>