loginform.ui 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LoginForm</class>
  4. <widget class="QWidget" name="LoginForm">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>350</width>
  10. <height>200</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">background-color: rgb(255, 255, 255);</string>
  18. </property>
  19. <widget class="QWidget" name="widget" native="true">
  20. <property name="geometry">
  21. <rect>
  22. <x>0</x>
  23. <y>0</y>
  24. <width>351</width>
  25. <height>201</height>
  26. </rect>
  27. </property>
  28. <property name="styleSheet">
  29. <string notr="true">background-color: rgb(185, 229, 255);</string>
  30. </property>
  31. <widget class="QLabel" name="label_2">
  32. <property name="geometry">
  33. <rect>
  34. <x>20</x>
  35. <y>90</y>
  36. <width>58</width>
  37. <height>18</height>
  38. </rect>
  39. </property>
  40. <property name="text">
  41. <string>密码:</string>
  42. </property>
  43. </widget>
  44. <widget class="QLineEdit" name="lineUser">
  45. <property name="geometry">
  46. <rect>
  47. <x>100</x>
  48. <y>40</y>
  49. <width>191</width>
  50. <height>32</height>
  51. </rect>
  52. </property>
  53. </widget>
  54. <widget class="QLabel" name="status">
  55. <property name="geometry">
  56. <rect>
  57. <x>60</x>
  58. <y>10</y>
  59. <width>201</width>
  60. <height>21</height>
  61. </rect>
  62. </property>
  63. <property name="text">
  64. <string>正在登陆中······</string>
  65. </property>
  66. </widget>
  67. <widget class="QLabel" name="label">
  68. <property name="geometry">
  69. <rect>
  70. <x>20</x>
  71. <y>50</y>
  72. <width>58</width>
  73. <height>18</height>
  74. </rect>
  75. </property>
  76. <property name="text">
  77. <string>用户名:</string>
  78. </property>
  79. </widget>
  80. <widget class="QLineEdit" name="linePass">
  81. <property name="geometry">
  82. <rect>
  83. <x>100</x>
  84. <y>80</y>
  85. <width>191</width>
  86. <height>31</height>
  87. </rect>
  88. </property>
  89. </widget>
  90. <widget class="QPushButton" name="pushLogin">
  91. <property name="geometry">
  92. <rect>
  93. <x>70</x>
  94. <y>130</y>
  95. <width>181</width>
  96. <height>51</height>
  97. </rect>
  98. </property>
  99. <property name="styleSheet">
  100. <string notr="true">background-color: rgb(129, 207, 255);</string>
  101. </property>
  102. <property name="text">
  103. <string>登陆</string>
  104. </property>
  105. </widget>
  106. <widget class="QPushButton" name="pushButton_2">
  107. <property name="geometry">
  108. <rect>
  109. <x>280</x>
  110. <y>160</y>
  111. <width>51</width>
  112. <height>31</height>
  113. </rect>
  114. </property>
  115. <property name="text">
  116. <string>设置</string>
  117. </property>
  118. </widget>
  119. </widget>
  120. </widget>
  121. <resources/>
  122. <connections/>
  123. </ui>