您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

189 行
4.9 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1200</width>
  10. <height>800</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Admin Panel</string>
  15. </property>
  16. <widget class="QWidget" name="bgwidget" native="true">
  17. <property name="geometry">
  18. <rect>
  19. <x>0</x>
  20. <y>0</y>
  21. <width>1200</width>
  22. <height>800</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">QWidget#bgwidget {
  27. background-color: qlineargradient(spread: pad, x1: 0.091, y1: 0.101636, x2: 0.991379, y2: 0.977, stop: 0 rgba(30, 30, 40, 255), stop: 1 rgba(50, 50, 80, 255));
  28. }
  29. </string>
  30. </property>
  31. <widget class="QLabel" name="labelWelcome">
  32. <property name="geometry">
  33. <rect>
  34. <x>490</x>
  35. <y>110</y>
  36. <width>251</width>
  37. <height>71</height>
  38. </rect>
  39. </property>
  40. <property name="styleSheet">
  41. <string notr="true">font: 36pt &quot;MS Shell Dlg 2&quot;; color:rgb(255, 255, 255)</string>
  42. </property>
  43. <property name="text">
  44. <string>WELCOME</string>
  45. </property>
  46. <property name="alignment">
  47. <set>Qt::AlignCenter</set>
  48. </property>
  49. </widget>
  50. <widget class="QLabel" name="labelInfo">
  51. <property name="geometry">
  52. <rect>
  53. <x>420</x>
  54. <y>200</y>
  55. <width>391</width>
  56. <height>41</height>
  57. </rect>
  58. </property>
  59. <property name="styleSheet">
  60. <string notr="true">font: 16pt &quot;MS Shell Dlg 2&quot;;color:rgb(255, 255, 255)</string>
  61. </property>
  62. <property name="text">
  63. <string>Sign in to your existing account</string>
  64. </property>
  65. <property name="alignment">
  66. <set>Qt::AlignCenter</set>
  67. </property>
  68. </widget>
  69. <widget class="QPushButton" name="loginButton">
  70. <property name="geometry">
  71. <rect>
  72. <x>440</x>
  73. <y>490</y>
  74. <width>341</width>
  75. <height>51</height>
  76. </rect>
  77. </property>
  78. <property name="styleSheet">
  79. <string notr="true">border-radius:20px;
  80. background-color: rgb(170, 255, 255);
  81. font: 14pt &quot;MS Shell Dlg 2&quot;;</string>
  82. </property>
  83. <property name="text">
  84. <string>Log in</string>
  85. </property>
  86. </widget>
  87. <widget class="QLineEdit" name="emailfield">
  88. <property name="geometry">
  89. <rect>
  90. <x>440</x>
  91. <y>290</y>
  92. <width>341</width>
  93. <height>51</height>
  94. </rect>
  95. </property>
  96. <property name="minimumSize">
  97. <size>
  98. <width>15</width>
  99. <height>0</height>
  100. </size>
  101. </property>
  102. <property name="styleSheet">
  103. <string notr="true">background-color:rgba(0,0,0,0);
  104. font: 12pt &quot;MS Shell Dlg 2&quot;;
  105. color: rgb(255, 255, 255);
  106. </string>
  107. </property>
  108. </widget>
  109. <widget class="QLineEdit" name="passwordfield">
  110. <property name="geometry">
  111. <rect>
  112. <x>440</x>
  113. <y>390</y>
  114. <width>341</width>
  115. <height>51</height>
  116. </rect>
  117. </property>
  118. <property name="styleSheet">
  119. <string notr="true">background-color:rgba(0,0,0,0);
  120. font: 12pt &quot;MS Shell Dlg 2&quot;;
  121. color: rgb(255, 255, 255);</string>
  122. </property>
  123. </widget>
  124. <widget class="QLabel" name="labelUsername">
  125. <property name="geometry">
  126. <rect>
  127. <x>440</x>
  128. <y>270</y>
  129. <width>81</width>
  130. <height>20</height>
  131. </rect>
  132. </property>
  133. <property name="font">
  134. <font>
  135. <family>MS Shell Dlg 2</family>
  136. <pointsize>10</pointsize>
  137. <weight>50</weight>
  138. <italic>false</italic>
  139. <bold>false</bold>
  140. </font>
  141. </property>
  142. <property name="styleSheet">
  143. <string notr="true">font: 10pt &quot;MS Shell Dlg 2&quot;;
  144. color: rgb(255, 255, 255);</string>
  145. </property>
  146. <property name="text">
  147. <string>Username</string>
  148. </property>
  149. </widget>
  150. <widget class="QLabel" name="labelPassword">
  151. <property name="geometry">
  152. <rect>
  153. <x>440</x>
  154. <y>370</y>
  155. <width>81</width>
  156. <height>20</height>
  157. </rect>
  158. </property>
  159. <property name="styleSheet">
  160. <string notr="true">font: 10pt &quot;MS Shell Dlg 2&quot;;
  161. color: rgb(255, 255, 255);</string>
  162. </property>
  163. <property name="text">
  164. <string>Password</string>
  165. </property>
  166. </widget>
  167. <widget class="QLabel" name="labelError">
  168. <property name="geometry">
  169. <rect>
  170. <x>440</x>
  171. <y>456</y>
  172. <width>341</width>
  173. <height>20</height>
  174. </rect>
  175. </property>
  176. <property name="styleSheet">
  177. <string notr="true">font: 12pt &quot;MS Shell Dlg 2&quot;; color:red;</string>
  178. </property>
  179. <property name="text">
  180. <string/>
  181. </property>
  182. </widget>
  183. </widget>
  184. </widget>
  185. <resources/>
  186. <connections/>
  187. </ui>