gui.ui 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GUI</class>
  4. <widget class="QMainWindow" name="GUI">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1024</width>
  10. <height>800</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>GUI</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <layout class="QGridLayout" name="gridLayout">
  18. <property name="leftMargin">
  19. <number>0</number>
  20. </property>
  21. <property name="topMargin">
  22. <number>0</number>
  23. </property>
  24. <property name="rightMargin">
  25. <number>0</number>
  26. </property>
  27. <property name="bottomMargin">
  28. <number>0</number>
  29. </property>
  30. <property name="spacing">
  31. <number>0</number>
  32. </property>
  33. <item row="0" column="0">
  34. <widget class="QWidget" name="window_topleft_border_" native="true">
  35. <property name="minimumSize">
  36. <size>
  37. <width>45</width>
  38. <height>45</height>
  39. </size>
  40. </property>
  41. <property name="maximumSize">
  42. <size>
  43. <width>45</width>
  44. <height>45</height>
  45. </size>
  46. </property>
  47. <property name="cursor">
  48. <cursorShape>SizeAllCursor</cursorShape>
  49. </property>
  50. <property name="styleSheet">
  51. <string notr="true">background-image: url(:/assets/window/thick_opaque-border-topleft.png);</string>
  52. </property>
  53. </widget>
  54. </item>
  55. <item row="0" column="1">
  56. <widget class="QWidget" name="window_top_border_" native="true">
  57. <property name="cursor">
  58. <cursorShape>SizeAllCursor</cursorShape>
  59. </property>
  60. <property name="styleSheet">
  61. <string notr="true">background-image: url(:/assets/window/thick_opaque-border-top.png);</string>
  62. </property>
  63. </widget>
  64. </item>
  65. <item row="0" column="2">
  66. <widget class="QWidget" name="window_topright_border_" native="true">
  67. <property name="sizePolicy">
  68. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  69. <horstretch>0</horstretch>
  70. <verstretch>0</verstretch>
  71. </sizepolicy>
  72. </property>
  73. <property name="minimumSize">
  74. <size>
  75. <width>45</width>
  76. <height>45</height>
  77. </size>
  78. </property>
  79. <property name="maximumSize">
  80. <size>
  81. <width>45</width>
  82. <height>45</height>
  83. </size>
  84. </property>
  85. <property name="cursor">
  86. <cursorShape>SizeAllCursor</cursorShape>
  87. </property>
  88. <property name="styleSheet">
  89. <string notr="true">background-image: url(:/assets/window/thick_opaque-border-topright.png);</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item row="1" column="0">
  94. <widget class="QWidget" name="window_left_border_" native="true">
  95. <property name="cursor">
  96. <cursorShape>SizeAllCursor</cursorShape>
  97. </property>
  98. <property name="styleSheet">
  99. <string notr="true">background-image: url(:/assets/window/thick_opaque-border-left.png);</string>
  100. </property>
  101. </widget>
  102. </item>
  103. <item row="1" column="1">
  104. <widget class="QWidget" name="main_content_" native="true">
  105. <property name="autoFillBackground">
  106. <bool>false</bool>
  107. </property>
  108. <property name="styleSheet">
  109. <string notr="true">background: url(:/assets/window/thick_opaque-background.png);</string>
  110. </property>
  111. <layout class="QGridLayout" name="content_">
  112. <property name="leftMargin">
  113. <number>0</number>
  114. </property>
  115. <property name="topMargin">
  116. <number>0</number>
  117. </property>
  118. <property name="rightMargin">
  119. <number>0</number>
  120. </property>
  121. <property name="bottomMargin">
  122. <number>0</number>
  123. </property>
  124. <property name="spacing">
  125. <number>0</number>
  126. </property>
  127. </layout>
  128. </widget>
  129. </item>
  130. <item row="1" column="2">
  131. <widget class="QWidget" name="window_right_border_" native="true">
  132. <property name="cursor">
  133. <cursorShape>SizeAllCursor</cursorShape>
  134. </property>
  135. <property name="styleSheet">
  136. <string notr="true">background-image: url(:/assets/window/thick_opaque-border-right.png);</string>
  137. </property>
  138. </widget>
  139. </item>
  140. <item row="2" column="0">
  141. <widget class="QWidget" name="window_botleft_border_" native="true">
  142. <property name="minimumSize">
  143. <size>
  144. <width>45</width>
  145. <height>45</height>
  146. </size>
  147. </property>
  148. <property name="maximumSize">
  149. <size>
  150. <width>45</width>
  151. <height>45</height>
  152. </size>
  153. </property>
  154. <property name="cursor">
  155. <cursorShape>SizeAllCursor</cursorShape>
  156. </property>
  157. <property name="styleSheet">
  158. <string notr="true">background-image: url(:/assets/window/thick_opaque-border-botleft.png);</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item row="2" column="1">
  163. <widget class="QWidget" name="window_bottom_border_" native="true">
  164. <property name="cursor">
  165. <cursorShape>SizeAllCursor</cursorShape>
  166. </property>
  167. <property name="styleSheet">
  168. <string notr="true">background-image: url(:/assets/window/thick_opaque-border-bottom.png);</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item row="2" column="2">
  173. <widget class="QWidget" name="window_botright_border_" native="true">
  174. <property name="sizePolicy">
  175. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  176. <horstretch>0</horstretch>
  177. <verstretch>0</verstretch>
  178. </sizepolicy>
  179. </property>
  180. <property name="minimumSize">
  181. <size>
  182. <width>45</width>
  183. <height>45</height>
  184. </size>
  185. </property>
  186. <property name="maximumSize">
  187. <size>
  188. <width>45</width>
  189. <height>45</height>
  190. </size>
  191. </property>
  192. <property name="cursor">
  193. <cursorShape>SizeAllCursor</cursorShape>
  194. </property>
  195. <property name="styleSheet">
  196. <string notr="true">background-image: url(:/assets/window/thick_opaque-border-botright.png);</string>
  197. </property>
  198. </widget>
  199. </item>
  200. </layout>
  201. <zorder>main_content_</zorder>
  202. <zorder>window_topleft_border_</zorder>
  203. <zorder>window_top_border_</zorder>
  204. <zorder>window_topright_border_</zorder>
  205. <zorder>window_left_border_</zorder>
  206. <zorder>window_right_border_</zorder>
  207. <zorder>window_botleft_border_</zorder>
  208. <zorder>window_bottom_border_</zorder>
  209. <zorder>window_botright_border_</zorder>
  210. </widget>
  211. </widget>
  212. <layoutdefault spacing="6" margin="11"/>
  213. <resources/>
  214. <connections/>
  215. </ui>