mainwindow.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  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="QTextEdit" name="inputText">
  37. <property name="geometry">
  38. <rect>
  39. <x>20</x>
  40. <y>370</y>
  41. <width>571</width>
  42. <height>61</height>
  43. </rect>
  44. </property>
  45. </widget>
  46. <widget class="QCommandLinkButton" name="connect">
  47. <property name="geometry">
  48. <rect>
  49. <x>20</x>
  50. <y>280</y>
  51. <width>168</width>
  52. <height>41</height>
  53. </rect>
  54. </property>
  55. <property name="text">
  56. <string>Connect</string>
  57. </property>
  58. </widget>
  59. <widget class="QProgressBar" name="progressBar">
  60. <property name="geometry">
  61. <rect>
  62. <x>87</x>
  63. <y>530</y>
  64. <width>401</width>
  65. <height>23</height>
  66. </rect>
  67. </property>
  68. <property name="value">
  69. <number>0</number>
  70. </property>
  71. </widget>
  72. <widget class="QPushButton" name="disconnect">
  73. <property name="geometry">
  74. <rect>
  75. <x>190</x>
  76. <y>290</y>
  77. <width>80</width>
  78. <height>26</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>Disconnect</string>
  83. </property>
  84. </widget>
  85. <widget class="QPushButton" name="sendMessage">
  86. <property name="geometry">
  87. <rect>
  88. <x>510</x>
  89. <y>470</y>
  90. <width>80</width>
  91. <height>26</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string>Send</string>
  96. </property>
  97. </widget>
  98. <widget class="QLabel" name="messages">
  99. <property name="geometry">
  100. <rect>
  101. <x>120</x>
  102. <y>100</y>
  103. <width>371</width>
  104. <height>171</height>
  105. </rect>
  106. </property>
  107. <property name="text">
  108. <string/>
  109. </property>
  110. </widget>
  111. </widget>
  112. <widget class="QMenuBar" name="menuBar">
  113. <property name="geometry">
  114. <rect>
  115. <x>0</x>
  116. <y>0</y>
  117. <width>613</width>
  118. <height>23</height>
  119. </rect>
  120. </property>
  121. <widget class="QMenu" name="menuK_Y_GUI">
  122. <property name="title">
  123. <string>K Y GUI</string>
  124. </property>
  125. </widget>
  126. <addaction name="menuK_Y_GUI"/>
  127. </widget>
  128. <widget class="QToolBar" name="mainToolBar">
  129. <attribute name="toolBarArea">
  130. <enum>TopToolBarArea</enum>
  131. </attribute>
  132. <attribute name="toolBarBreak">
  133. <bool>false</bool>
  134. </attribute>
  135. </widget>
  136. <widget class="QStatusBar" name="statusBar"/>
  137. </widget>
  138. <layoutdefault spacing="6" margin="11"/>
  139. <resources>
  140. <include location="kres.qrc"/>
  141. </resources>
  142. <connections/>
  143. </ui>