loginform.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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>357</width>
  10. <height>241</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. <layout class="QHBoxLayout" name="horizontalLayout">
  20. <item>
  21. <widget class="QWidget" name="widget" native="true">
  22. <property name="styleSheet">
  23. <string notr="true">background-color: rgb(185, 229, 255);</string>
  24. </property>
  25. <widget class="QLabel" name="label_2">
  26. <property name="geometry">
  27. <rect>
  28. <x>20</x>
  29. <y>90</y>
  30. <width>58</width>
  31. <height>18</height>
  32. </rect>
  33. </property>
  34. <property name="text">
  35. <string>密码:</string>
  36. </property>
  37. </widget>
  38. <widget class="QLineEdit" name="lineUser">
  39. <property name="geometry">
  40. <rect>
  41. <x>100</x>
  42. <y>40</y>
  43. <width>191</width>
  44. <height>32</height>
  45. </rect>
  46. </property>
  47. </widget>
  48. <widget class="QLabel" name="status">
  49. <property name="geometry">
  50. <rect>
  51. <x>60</x>
  52. <y>10</y>
  53. <width>201</width>
  54. <height>21</height>
  55. </rect>
  56. </property>
  57. <property name="text">
  58. <string>正在登陆中······</string>
  59. </property>
  60. </widget>
  61. <widget class="QLabel" name="label">
  62. <property name="geometry">
  63. <rect>
  64. <x>20</x>
  65. <y>50</y>
  66. <width>58</width>
  67. <height>18</height>
  68. </rect>
  69. </property>
  70. <property name="text">
  71. <string>用户名:</string>
  72. </property>
  73. </widget>
  74. <widget class="QLineEdit" name="linePass">
  75. <property name="geometry">
  76. <rect>
  77. <x>100</x>
  78. <y>80</y>
  79. <width>191</width>
  80. <height>31</height>
  81. </rect>
  82. </property>
  83. </widget>
  84. <widget class="QPushButton" name="pushLogin">
  85. <property name="geometry">
  86. <rect>
  87. <x>100</x>
  88. <y>120</y>
  89. <width>81</width>
  90. <height>41</height>
  91. </rect>
  92. </property>
  93. <property name="styleSheet">
  94. <string notr="true">background-color: rgb(129, 207, 255);</string>
  95. </property>
  96. <property name="text">
  97. <string>登陆</string>
  98. </property>
  99. <property name="autoDefault">
  100. <bool>true</bool>
  101. </property>
  102. <property name="default">
  103. <bool>true</bool>
  104. </property>
  105. <property name="flat">
  106. <bool>false</bool>
  107. </property>
  108. </widget>
  109. <widget class="QPushButton" name="pushButton">
  110. <property name="geometry">
  111. <rect>
  112. <x>210</x>
  113. <y>120</y>
  114. <width>81</width>
  115. <height>41</height>
  116. </rect>
  117. </property>
  118. <property name="text">
  119. <string>离线进入</string>
  120. </property>
  121. </widget>
  122. </widget>
  123. </item>
  124. </layout>
  125. </widget>
  126. <resources/>
  127. <connections/>
  128. </ui>