bindschoolinfo.ui 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CBindSchoolInfo</class>
  4. <widget class="QWidget" name="CBindSchoolInfo">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>812</width>
  10. <height>390</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>690</width>
  16. <height>0</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>绑定学校信息</string>
  21. </property>
  22. <property name="styleSheet">
  23. <string notr="true">background-color: rgb(255, 255, 255);
  24. font: 12pt &quot;微软雅黑&quot;;
  25. color: rgb(89, 89, 89);</string>
  26. </property>
  27. <layout class="QVBoxLayout" name="verticalLayout">
  28. <property name="leftMargin">
  29. <number>80</number>
  30. </property>
  31. <property name="rightMargin">
  32. <number>80</number>
  33. </property>
  34. <item>
  35. <layout class="QFormLayout" name="formLayout">
  36. <property name="labelAlignment">
  37. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  38. </property>
  39. <property name="verticalSpacing">
  40. <number>20</number>
  41. </property>
  42. <property name="topMargin">
  43. <number>40</number>
  44. </property>
  45. <item row="0" column="0">
  46. <widget class="QLabel" name="label">
  47. <property name="text">
  48. <string>绑定学校:</string>
  49. </property>
  50. <property name="alignment">
  51. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  52. </property>
  53. </widget>
  54. </item>
  55. <item row="0" column="1">
  56. <widget class="QWidget" name="widget" native="true">
  57. <property name="styleSheet">
  58. <string notr="true">#comboBox_school {
  59. font:14px &quot;微软雅黑&quot;;
  60. border-radius:4px;padding:1px 1px;
  61. border:none;
  62. font:14px &quot;微软雅黑&quot;;
  63. background-color:rgba(255,255,255,255);
  64. padding-left:16px;
  65. border:1px solid #6388FF;
  66. }
  67. #comboBox_school::down-arrow {
  68. image: url(:/CHJUnHandle/Resources/combox_dropdown.svg);
  69. }
  70. #comboBox_school::drop-down {
  71. subcontrol-origin: padding;
  72. subcontrol-position: top right;
  73. border-left-width: 0px;
  74. border-left-color: gray;
  75. border-left-style: solid;
  76. border: none;
  77. }</string>
  78. </property>
  79. <layout class="QHBoxLayout" name="horizontalLayout_2">
  80. <property name="spacing">
  81. <number>0</number>
  82. </property>
  83. <property name="leftMargin">
  84. <number>0</number>
  85. </property>
  86. <property name="topMargin">
  87. <number>0</number>
  88. </property>
  89. <property name="rightMargin">
  90. <number>0</number>
  91. </property>
  92. <property name="bottomMargin">
  93. <number>0</number>
  94. </property>
  95. <item>
  96. <widget class="QComboBox" name="comboBox_school">
  97. <property name="minimumSize">
  98. <size>
  99. <width>380</width>
  100. <height>40</height>
  101. </size>
  102. </property>
  103. <property name="styleSheet">
  104. <string notr="true"/>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QLabel" name="label_schoolname">
  110. <property name="text">
  111. <string>学校</string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item>
  116. <widget class="QLabel" name="label_unbind">
  117. <property name="styleSheet">
  118. <string notr="true">color: rgb(217,0,27);</string>
  119. </property>
  120. <property name="text">
  121. <string>未绑定</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <spacer name="horizontalSpacer_5">
  127. <property name="orientation">
  128. <enum>Qt::Horizontal</enum>
  129. </property>
  130. <property name="sizeType">
  131. <enum>QSizePolicy::Fixed</enum>
  132. </property>
  133. <property name="sizeHint" stdset="0">
  134. <size>
  135. <width>40</width>
  136. <height>20</height>
  137. </size>
  138. </property>
  139. </spacer>
  140. </item>
  141. <item>
  142. <widget class="QPushButton" name="pushButton_modify">
  143. <property name="styleSheet">
  144. <string notr="true">border:none;
  145. font: 10pt &quot;微软雅黑&quot;;
  146. text-decoration: underline;
  147. color: rgb(0, 0, 255);</string>
  148. </property>
  149. <property name="text">
  150. <string>修改</string>
  151. </property>
  152. </widget>
  153. </item>
  154. <item>
  155. <spacer name="horizontalSpacer_4">
  156. <property name="orientation">
  157. <enum>Qt::Horizontal</enum>
  158. </property>
  159. <property name="sizeHint" stdset="0">
  160. <size>
  161. <width>40</width>
  162. <height>20</height>
  163. </size>
  164. </property>
  165. </spacer>
  166. </item>
  167. </layout>
  168. </widget>
  169. </item>
  170. <item row="1" column="0">
  171. <widget class="QLabel" name="label_2">
  172. <property name="text">
  173. <string>学校ID:</string>
  174. </property>
  175. <property name="alignment">
  176. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="1" column="1">
  181. <widget class="QLabel" name="label_school_id">
  182. <property name="text">
  183. <string/>
  184. </property>
  185. </widget>
  186. </item>
  187. <item row="2" column="0">
  188. <widget class="QLabel" name="label_3">
  189. <property name="text">
  190. <string>所属地区:</string>
  191. </property>
  192. <property name="alignment">
  193. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  194. </property>
  195. </widget>
  196. </item>
  197. <item row="2" column="1">
  198. <widget class="QLabel" name="label_schoolarea">
  199. <property name="text">
  200. <string/>
  201. </property>
  202. </widget>
  203. </item>
  204. </layout>
  205. </item>
  206. <item>
  207. <widget class="QWidget" name="widget_2" native="true">
  208. <property name="styleSheet">
  209. <string notr="true"/>
  210. </property>
  211. <layout class="QHBoxLayout" name="horizontalLayout">
  212. <item>
  213. <spacer name="horizontalSpacer">
  214. <property name="orientation">
  215. <enum>Qt::Horizontal</enum>
  216. </property>
  217. <property name="sizeHint" stdset="0">
  218. <size>
  219. <width>40</width>
  220. <height>20</height>
  221. </size>
  222. </property>
  223. </spacer>
  224. </item>
  225. <item>
  226. <widget class="QPushButton" name="pushButton_ok">
  227. <property name="minimumSize">
  228. <size>
  229. <width>100</width>
  230. <height>35</height>
  231. </size>
  232. </property>
  233. <property name="maximumSize">
  234. <size>
  235. <width>100</width>
  236. <height>35</height>
  237. </size>
  238. </property>
  239. <property name="styleSheet">
  240. <string notr="true">QPushButton{background-color: rgb(24,144,255);border-radius:4px;padding:2px 4px;color: white;}
  241. QPushButton:hover{background-color:rgb(64,169,255); color: white;}
  242. QPushButton:pressed{background-color:rgb(9,109,217); color: white;}</string>
  243. </property>
  244. <property name="text">
  245. <string>确定绑定</string>
  246. </property>
  247. </widget>
  248. </item>
  249. <item>
  250. <spacer name="horizontalSpacer_3">
  251. <property name="orientation">
  252. <enum>Qt::Horizontal</enum>
  253. </property>
  254. <property name="sizeType">
  255. <enum>QSizePolicy::Fixed</enum>
  256. </property>
  257. <property name="sizeHint" stdset="0">
  258. <size>
  259. <width>40</width>
  260. <height>20</height>
  261. </size>
  262. </property>
  263. </spacer>
  264. </item>
  265. <item>
  266. <widget class="QPushButton" name="pushButton_canncel">
  267. <property name="minimumSize">
  268. <size>
  269. <width>100</width>
  270. <height>35</height>
  271. </size>
  272. </property>
  273. <property name="maximumSize">
  274. <size>
  275. <width>100</width>
  276. <height>35</height>
  277. </size>
  278. </property>
  279. <property name="styleSheet">
  280. <string notr="true">QPushButton{background-color: rgb(255, 255, 255);border:1px groove rgb(217,217,217);border-radius:4px;padding:2px 4px;border-style: outset;color: rgb(90,90,90);}
  281. QPushButton:hover{background-color:rgb(255, 255, 255); border:1px groove rgb(64,169,255);color: rgb(64,169,255);}
  282. QPushButton:pressed{background-color:rgb(255, 255, 255); border:1px groove rgb(9,109,217);color: rgb(9,109,217);}</string>
  283. </property>
  284. <property name="text">
  285. <string>取消</string>
  286. </property>
  287. </widget>
  288. </item>
  289. <item>
  290. <spacer name="horizontalSpacer_2">
  291. <property name="orientation">
  292. <enum>Qt::Horizontal</enum>
  293. </property>
  294. <property name="sizeHint" stdset="0">
  295. <size>
  296. <width>40</width>
  297. <height>20</height>
  298. </size>
  299. </property>
  300. </spacer>
  301. </item>
  302. </layout>
  303. </widget>
  304. </item>
  305. <item>
  306. <spacer name="verticalSpacer">
  307. <property name="orientation">
  308. <enum>Qt::Vertical</enum>
  309. </property>
  310. <property name="sizeType">
  311. <enum>QSizePolicy::Expanding</enum>
  312. </property>
  313. <property name="sizeHint" stdset="0">
  314. <size>
  315. <width>20</width>
  316. <height>100</height>
  317. </size>
  318. </property>
  319. </spacer>
  320. </item>
  321. </layout>
  322. </widget>
  323. <layoutdefault spacing="6" margin="11"/>
  324. <resources>
  325. <include location="hjunhandle.qrc"/>
  326. </resources>
  327. <connections/>
  328. </ui>