widget.ui 4.5 KB

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