widget.ui 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Widget</class>
  4. <widget class="QWidget" name="Widget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>999</width>
  10. <height>564</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>999</width>
  22. <height>564</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>999</width>
  28. <height>564</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Widget</string>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout">
  35. <property name="spacing">
  36. <number>6</number>
  37. </property>
  38. <property name="topMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="rightMargin">
  42. <number>0</number>
  43. </property>
  44. <item>
  45. <widget class="QFrame" name="frmTop">
  46. <property name="sizePolicy">
  47. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  48. <horstretch>0</horstretch>
  49. <verstretch>0</verstretch>
  50. </sizepolicy>
  51. </property>
  52. <property name="minimumSize">
  53. <size>
  54. <width>0</width>
  55. <height>0</height>
  56. </size>
  57. </property>
  58. <property name="frameShape">
  59. <enum>QFrame::Shape::NoFrame</enum>
  60. </property>
  61. <layout class="QHBoxLayout" name="horizontalLayout">
  62. <property name="spacing">
  63. <number>0</number>
  64. </property>
  65. <property name="leftMargin">
  66. <number>0</number>
  67. </property>
  68. <property name="topMargin">
  69. <number>0</number>
  70. </property>
  71. <property name="rightMargin">
  72. <number>0</number>
  73. </property>
  74. <property name="bottomMargin">
  75. <number>0</number>
  76. </property>
  77. <item>
  78. <spacer name="horizontalSpacer">
  79. <property name="orientation">
  80. <enum>Qt::Orientation::Horizontal</enum>
  81. </property>
  82. <property name="sizeHint" stdset="0">
  83. <size>
  84. <width>40</width>
  85. <height>20</height>
  86. </size>
  87. </property>
  88. </spacer>
  89. </item>
  90. <item>
  91. <widget class="QLabel" name="labTitle">
  92. <property name="text">
  93. <string>TextLabel</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item>
  98. <spacer name="horizontalSpacer_2">
  99. <property name="orientation">
  100. <enum>Qt::Orientation::Horizontal</enum>
  101. </property>
  102. <property name="sizeHint" stdset="0">
  103. <size>
  104. <width>40</width>
  105. <height>20</height>
  106. </size>
  107. </property>
  108. </spacer>
  109. </item>
  110. <item>
  111. <widget class="QPushButton" name="btnMin">
  112. <property name="sizePolicy">
  113. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  114. <horstretch>0</horstretch>
  115. <verstretch>0</verstretch>
  116. </sizepolicy>
  117. </property>
  118. <property name="maximumSize">
  119. <size>
  120. <width>40</width>
  121. <height>16777215</height>
  122. </size>
  123. </property>
  124. <property name="text">
  125. <string/>
  126. </property>
  127. </widget>
  128. </item>
  129. <item>
  130. <widget class="QPushButton" name="btnClose">
  131. <property name="sizePolicy">
  132. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  133. <horstretch>0</horstretch>
  134. <verstretch>0</verstretch>
  135. </sizepolicy>
  136. </property>
  137. <property name="maximumSize">
  138. <size>
  139. <width>40</width>
  140. <height>16777215</height>
  141. </size>
  142. </property>
  143. <property name="text">
  144. <string/>
  145. </property>
  146. </widget>
  147. </item>
  148. </layout>
  149. </widget>
  150. </item>
  151. <item>
  152. <layout class="QHBoxLayout" name="horizontalLayout_2">
  153. <item>
  154. <widget class="QFrame" name="frame">
  155. <property name="sizePolicy">
  156. <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
  157. <horstretch>0</horstretch>
  158. <verstretch>0</verstretch>
  159. </sizepolicy>
  160. </property>
  161. <property name="minimumSize">
  162. <size>
  163. <width>0</width>
  164. <height>0</height>
  165. </size>
  166. </property>
  167. <property name="maximumSize">
  168. <size>
  169. <width>200</width>
  170. <height>16777215</height>
  171. </size>
  172. </property>
  173. <property name="frameShape">
  174. <enum>QFrame::Shape::NoFrame</enum>
  175. </property>
  176. </widget>
  177. </item>
  178. <item>
  179. <widget class="QStackedWidget" name="stackedWidget">
  180. <property name="sizePolicy">
  181. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  182. <horstretch>0</horstretch>
  183. <verstretch>0</verstretch>
  184. </sizepolicy>
  185. </property>
  186. <property name="maximumSize">
  187. <size>
  188. <width>999</width>
  189. <height>564</height>
  190. </size>
  191. </property>
  192. </widget>
  193. </item>
  194. </layout>
  195. </item>
  196. </layout>
  197. </widget>
  198. <resources/>
  199. <connections/>
  200. </ui>