login_switch.ui 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>login_switch</class>
  4. <widget class="QWidget" name="login_switch">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>792</width>
  10. <height>522</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>楷体</family>
  16. <pointsize>18</pointsize>
  17. <italic>false</italic>
  18. <bold>false</bold>
  19. </font>
  20. </property>
  21. <property name="windowTitle">
  22. <string>台架选择</string>
  23. </property>
  24. <property name="windowIcon">
  25. <iconset resource="../../icon/icon.qrc">
  26. <normaloff>:/switch-on.svg</normaloff>:/switch-on.svg</iconset>
  27. </property>
  28. <property name="styleSheet">
  29. <string notr="true">background-image: url(:/src/picture/bg.svg);
  30. </string>
  31. </property>
  32. <layout class="QVBoxLayout" name="verticalLayout" stretch="2,8">
  33. <item>
  34. <widget class="QGroupBox" name="groupBox">
  35. <property name="title">
  36. <string/>
  37. </property>
  38. <layout class="QHBoxLayout" name="horizontalLayout_5">
  39. <item>
  40. <widget class="QLabel" name="page_label">
  41. <property name="font">
  42. <font>
  43. <family>楷体</family>
  44. <pointsize>38</pointsize>
  45. </font>
  46. </property>
  47. <property name="layoutDirection">
  48. <enum>Qt::LeftToRight</enum>
  49. </property>
  50. <property name="styleSheet">
  51. <string notr="true">background-image: url();</string>
  52. </property>
  53. <property name="text">
  54. <string>台架选择</string>
  55. </property>
  56. <property name="alignment">
  57. <set>Qt::AlignCenter</set>
  58. </property>
  59. </widget>
  60. </item>
  61. </layout>
  62. </widget>
  63. </item>
  64. <item>
  65. <widget class="QGroupBox" name="groupBox_2">
  66. <property name="layoutDirection">
  67. <enum>Qt::LeftToRight</enum>
  68. </property>
  69. <property name="styleSheet">
  70. <string notr="true">border-image: url();</string>
  71. </property>
  72. <property name="title">
  73. <string/>
  74. </property>
  75. <property name="alignment">
  76. <set>Qt::AlignCenter</set>
  77. </property>
  78. <layout class="QHBoxLayout" name="horizontalLayout">
  79. <item>
  80. <spacer name="horizontalSpacer">
  81. <property name="orientation">
  82. <enum>Qt::Horizontal</enum>
  83. </property>
  84. <property name="sizeHint" stdset="0">
  85. <size>
  86. <width>197</width>
  87. <height>20</height>
  88. </size>
  89. </property>
  90. </spacer>
  91. </item>
  92. <item>
  93. <widget class="QGroupBox" name="groupBox_3">
  94. <property name="styleSheet">
  95. <string notr="true">border-image: url();</string>
  96. </property>
  97. <property name="title">
  98. <string/>
  99. </property>
  100. <layout class="QVBoxLayout" name="verticalLayout_2">
  101. <item>
  102. <spacer name="verticalSpacer_2">
  103. <property name="orientation">
  104. <enum>Qt::Vertical</enum>
  105. </property>
  106. <property name="sizeHint" stdset="0">
  107. <size>
  108. <width>20</width>
  109. <height>43</height>
  110. </size>
  111. </property>
  112. </spacer>
  113. </item>
  114. <item>
  115. <widget class="QPushButton" name="pushButton">
  116. <property name="minimumSize">
  117. <size>
  118. <width>300</width>
  119. <height>100</height>
  120. </size>
  121. </property>
  122. <property name="maximumSize">
  123. <size>
  124. <width>300</width>
  125. <height>100</height>
  126. </size>
  127. </property>
  128. <property name="font">
  129. <font>
  130. <family>宋体</family>
  131. <pointsize>28</pointsize>
  132. <italic>false</italic>
  133. <bold>false</bold>
  134. </font>
  135. </property>
  136. <property name="styleSheet">
  137. <string notr="true">background-color: rgb(86, 104, 156);
  138. </string>
  139. </property>
  140. <property name="text">
  141. <string>仿真台架</string>
  142. </property>
  143. <property name="icon">
  144. <iconset resource="../../icon/icon.qrc">
  145. <normaloff>:/sine-wave.svg</normaloff>:/sine-wave.svg</iconset>
  146. </property>
  147. <property name="iconSize">
  148. <size>
  149. <width>30</width>
  150. <height>30</height>
  151. </size>
  152. </property>
  153. </widget>
  154. </item>
  155. <item>
  156. <spacer name="verticalSpacer">
  157. <property name="orientation">
  158. <enum>Qt::Vertical</enum>
  159. </property>
  160. <property name="sizeHint" stdset="0">
  161. <size>
  162. <width>20</width>
  163. <height>44</height>
  164. </size>
  165. </property>
  166. </spacer>
  167. </item>
  168. <item>
  169. <widget class="QPushButton" name="pushButton_2">
  170. <property name="minimumSize">
  171. <size>
  172. <width>300</width>
  173. <height>100</height>
  174. </size>
  175. </property>
  176. <property name="maximumSize">
  177. <size>
  178. <width>300</width>
  179. <height>100</height>
  180. </size>
  181. </property>
  182. <property name="font">
  183. <font>
  184. <family>宋体</family>
  185. <pointsize>28</pointsize>
  186. <italic>false</italic>
  187. <bold>false</bold>
  188. </font>
  189. </property>
  190. <property name="styleSheet">
  191. <string notr="true">background-color: rgb(225, 215, 183);
  192. font: 28pt &quot;宋体&quot;;</string>
  193. </property>
  194. <property name="text">
  195. <string>试验台架</string>
  196. </property>
  197. <property name="icon">
  198. <iconset resource="../../icon/icon.qrc">
  199. <normaloff>:/airplay.svg</normaloff>:/airplay.svg</iconset>
  200. </property>
  201. <property name="iconSize">
  202. <size>
  203. <width>30</width>
  204. <height>30</height>
  205. </size>
  206. </property>
  207. </widget>
  208. </item>
  209. <item>
  210. <spacer name="verticalSpacer_3">
  211. <property name="orientation">
  212. <enum>Qt::Vertical</enum>
  213. </property>
  214. <property name="sizeHint" stdset="0">
  215. <size>
  216. <width>18</width>
  217. <height>14</height>
  218. </size>
  219. </property>
  220. </spacer>
  221. </item>
  222. </layout>
  223. </widget>
  224. </item>
  225. <item>
  226. <spacer name="horizontalSpacer_2">
  227. <property name="orientation">
  228. <enum>Qt::Horizontal</enum>
  229. </property>
  230. <property name="sizeHint" stdset="0">
  231. <size>
  232. <width>197</width>
  233. <height>20</height>
  234. </size>
  235. </property>
  236. </spacer>
  237. </item>
  238. </layout>
  239. </widget>
  240. </item>
  241. </layout>
  242. </widget>
  243. <resources>
  244. <include location="../../icon/icon.qrc"/>
  245. <include location="../../icon/icon.qrc"/>
  246. </resources>
  247. <connections/>
  248. </ui>