Login.ui 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Login</class>
  4. <widget class="QDialog" name="Login">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>591</width>
  10. <height>361</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">background-image: url(:/res/background/login.jpg);</string>
  18. </property>
  19. <widget class="QLabel" name="label_3">
  20. <property name="geometry">
  21. <rect>
  22. <x>20</x>
  23. <y>10</y>
  24. <width>561</width>
  25. <height>31</height>
  26. </rect>
  27. </property>
  28. <property name="font">
  29. <font>
  30. <pointsize>20</pointsize>
  31. </font>
  32. </property>
  33. <property name="layoutDirection">
  34. <enum>Qt::LeftToRight</enum>
  35. </property>
  36. <property name="styleSheet">
  37. <string notr="true">background:transparent;
  38. color: rgb(255, 255, 255);</string>
  39. </property>
  40. <property name="text">
  41. <string>技术模型与数据处理软件</string>
  42. </property>
  43. <property name="alignment">
  44. <set>Qt::AlignCenter</set>
  45. </property>
  46. </widget>
  47. <widget class="QStackedWidget" name="stackedWidget">
  48. <property name="geometry">
  49. <rect>
  50. <x>250</x>
  51. <y>80</y>
  52. <width>301</width>
  53. <height>271</height>
  54. </rect>
  55. </property>
  56. <property name="styleSheet">
  57. <string notr="true">background:transparent;</string>
  58. </property>
  59. <property name="currentIndex">
  60. <number>1</number>
  61. </property>
  62. <widget class="QWidget" name="page1">
  63. <widget class="QLineEdit" name="usernameEdit">
  64. <property name="geometry">
  65. <rect>
  66. <x>30</x>
  67. <y>60</y>
  68. <width>211</width>
  69. <height>41</height>
  70. </rect>
  71. </property>
  72. <property name="styleSheet">
  73. <string notr="true">background-color:white;</string>
  74. </property>
  75. <property name="text">
  76. <string notr="true"/>
  77. </property>
  78. <property name="placeholderText">
  79. <string notr="true">账号</string>
  80. </property>
  81. </widget>
  82. <widget class="QLabel" name="label">
  83. <property name="geometry">
  84. <rect>
  85. <x>30</x>
  86. <y>10</y>
  87. <width>191</width>
  88. <height>41</height>
  89. </rect>
  90. </property>
  91. <property name="font">
  92. <font>
  93. <pointsize>15</pointsize>
  94. </font>
  95. </property>
  96. <property name="styleSheet">
  97. <string notr="true">color: rgb(255, 255, 255);
  98. background:transparent;</string>
  99. </property>
  100. <property name="text">
  101. <string notr="true">登录</string>
  102. </property>
  103. </widget>
  104. <widget class="QLineEdit" name="passwordEdit">
  105. <property name="geometry">
  106. <rect>
  107. <x>30</x>
  108. <y>110</y>
  109. <width>211</width>
  110. <height>41</height>
  111. </rect>
  112. </property>
  113. <property name="styleSheet">
  114. <string notr="true">background-color:white;</string>
  115. </property>
  116. <property name="placeholderText">
  117. <string>密码</string>
  118. </property>
  119. </widget>
  120. <widget class="QPushButton" name="loginBtn">
  121. <property name="geometry">
  122. <rect>
  123. <x>30</x>
  124. <y>200</y>
  125. <width>91</width>
  126. <height>41</height>
  127. </rect>
  128. </property>
  129. <property name="styleSheet">
  130. <string notr="true">background-color: rgb(255, 255, 255);</string>
  131. </property>
  132. <property name="text">
  133. <string notr="true">登 录</string>
  134. </property>
  135. </widget>
  136. <widget class="QPushButton" name="cancelBtn">
  137. <property name="geometry">
  138. <rect>
  139. <x>150</x>
  140. <y>200</y>
  141. <width>91</width>
  142. <height>41</height>
  143. </rect>
  144. </property>
  145. <property name="styleSheet">
  146. <string notr="true">background-color: rgb(255, 255, 255);</string>
  147. </property>
  148. <property name="text">
  149. <string notr="true">取 消</string>
  150. </property>
  151. </widget>
  152. <widget class="QCheckBox" name="rememberChb">
  153. <property name="enabled">
  154. <bool>true</bool>
  155. </property>
  156. <property name="geometry">
  157. <rect>
  158. <x>30</x>
  159. <y>160</y>
  160. <width>121</width>
  161. <height>41</height>
  162. </rect>
  163. </property>
  164. <property name="font">
  165. <font>
  166. <pointsize>11</pointsize>
  167. </font>
  168. </property>
  169. <property name="styleSheet">
  170. <string notr="true">color: rgb(255, 255, 255);</string>
  171. </property>
  172. <property name="text">
  173. <string notr="true">记住密码</string>
  174. </property>
  175. <property name="checkable">
  176. <bool>true</bool>
  177. </property>
  178. <property name="checked">
  179. <bool>false</bool>
  180. </property>
  181. <property name="tristate">
  182. <bool>false</bool>
  183. </property>
  184. </widget>
  185. <widget class="QLabel" name="adminTips">
  186. <property name="geometry">
  187. <rect>
  188. <x>30</x>
  189. <y>240</y>
  190. <width>231</width>
  191. <height>20</height>
  192. </rect>
  193. </property>
  194. <property name="font">
  195. <font>
  196. <pointsize>8</pointsize>
  197. </font>
  198. </property>
  199. <property name="styleSheet">
  200. <string notr="true">color: rgb(255, 255, 255);
  201. background:transparent;</string>
  202. </property>
  203. <property name="text">
  204. <string notr="true">...</string>
  205. </property>
  206. </widget>
  207. </widget>
  208. <widget class="QWidget" name="page2">
  209. <widget class="QPushButton" name="confirmBtn">
  210. <property name="geometry">
  211. <rect>
  212. <x>30</x>
  213. <y>220</y>
  214. <width>91</width>
  215. <height>41</height>
  216. </rect>
  217. </property>
  218. <property name="styleSheet">
  219. <string notr="true">background-color: rgb(255, 255, 255);</string>
  220. </property>
  221. <property name="text">
  222. <string notr="true">确定</string>
  223. </property>
  224. </widget>
  225. <widget class="QLabel" name="label_2">
  226. <property name="geometry">
  227. <rect>
  228. <x>30</x>
  229. <y>70</y>
  230. <width>191</width>
  231. <height>35</height>
  232. </rect>
  233. </property>
  234. <property name="font">
  235. <font>
  236. <pointsize>15</pointsize>
  237. </font>
  238. </property>
  239. <property name="styleSheet">
  240. <string notr="true">color: rgb(255, 255, 255);
  241. background:transparent;</string>
  242. </property>
  243. <property name="text">
  244. <string notr="true">新密码</string>
  245. </property>
  246. </widget>
  247. <widget class="QLineEdit" name="newPass">
  248. <property name="geometry">
  249. <rect>
  250. <x>30</x>
  251. <y>100</y>
  252. <width>211</width>
  253. <height>35</height>
  254. </rect>
  255. </property>
  256. <property name="styleSheet">
  257. <string notr="true">background-color:white;</string>
  258. </property>
  259. <property name="text">
  260. <string notr="true"/>
  261. </property>
  262. <property name="placeholderText">
  263. <string notr="true">新密码</string>
  264. </property>
  265. </widget>
  266. <widget class="QPushButton" name="cancelBtn2">
  267. <property name="geometry">
  268. <rect>
  269. <x>150</x>
  270. <y>220</y>
  271. <width>91</width>
  272. <height>41</height>
  273. </rect>
  274. </property>
  275. <property name="styleSheet">
  276. <string notr="true">background-color: rgb(255, 255, 255);</string>
  277. </property>
  278. <property name="text">
  279. <string notr="true">取 消</string>
  280. </property>
  281. </widget>
  282. <widget class="QLabel" name="label_4">
  283. <property name="geometry">
  284. <rect>
  285. <x>30</x>
  286. <y>140</y>
  287. <width>191</width>
  288. <height>35</height>
  289. </rect>
  290. </property>
  291. <property name="font">
  292. <font>
  293. <pointsize>15</pointsize>
  294. </font>
  295. </property>
  296. <property name="styleSheet">
  297. <string notr="true">color: rgb(255, 255, 255);
  298. background:transparent;</string>
  299. </property>
  300. <property name="text">
  301. <string notr="true">确认密码</string>
  302. </property>
  303. </widget>
  304. <widget class="QLineEdit" name="checkPass">
  305. <property name="geometry">
  306. <rect>
  307. <x>30</x>
  308. <y>170</y>
  309. <width>211</width>
  310. <height>35</height>
  311. </rect>
  312. </property>
  313. <property name="styleSheet">
  314. <string notr="true">background-color:white;</string>
  315. </property>
  316. <property name="text">
  317. <string notr="true"/>
  318. </property>
  319. <property name="placeholderText">
  320. <string notr="true">确认密码</string>
  321. </property>
  322. </widget>
  323. <widget class="QLabel" name="label_5">
  324. <property name="geometry">
  325. <rect>
  326. <x>30</x>
  327. <y>0</y>
  328. <width>191</width>
  329. <height>35</height>
  330. </rect>
  331. </property>
  332. <property name="font">
  333. <font>
  334. <pointsize>15</pointsize>
  335. </font>
  336. </property>
  337. <property name="styleSheet">
  338. <string notr="true">color: rgb(255, 255, 255);
  339. background:transparent;</string>
  340. </property>
  341. <property name="text">
  342. <string notr="true">新账号</string>
  343. </property>
  344. </widget>
  345. <widget class="QLineEdit" name="newUserName">
  346. <property name="geometry">
  347. <rect>
  348. <x>30</x>
  349. <y>30</y>
  350. <width>211</width>
  351. <height>35</height>
  352. </rect>
  353. </property>
  354. <property name="styleSheet">
  355. <string notr="true">background-color:white;</string>
  356. </property>
  357. <property name="text">
  358. <string notr="true"/>
  359. </property>
  360. <property name="placeholderText">
  361. <string notr="true">新账号id</string>
  362. </property>
  363. </widget>
  364. </widget>
  365. </widget>
  366. </widget>
  367. <resources/>
  368. <connections/>
  369. </ui>