loginform.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. <widget class="QLabel" name="label">
  17. <property name="geometry">
  18. <rect>
  19. <x>40</x>
  20. <y>50</y>
  21. <width>58</width>
  22. <height>18</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>用户名:</string>
  27. </property>
  28. </widget>
  29. <widget class="QLabel" name="label_2">
  30. <property name="geometry">
  31. <rect>
  32. <x>40</x>
  33. <y>90</y>
  34. <width>58</width>
  35. <height>18</height>
  36. </rect>
  37. </property>
  38. <property name="text">
  39. <string>密码:</string>
  40. </property>
  41. </widget>
  42. <widget class="QLineEdit" name="lineUser">
  43. <property name="geometry">
  44. <rect>
  45. <x>120</x>
  46. <y>40</y>
  47. <width>191</width>
  48. <height>32</height>
  49. </rect>
  50. </property>
  51. </widget>
  52. <widget class="QLineEdit" name="linePass">
  53. <property name="geometry">
  54. <rect>
  55. <x>120</x>
  56. <y>80</y>
  57. <width>191</width>
  58. <height>32</height>
  59. </rect>
  60. </property>
  61. <property name="echoMode">
  62. <enum>QLineEdit::Password</enum>
  63. </property>
  64. </widget>
  65. <widget class="QPushButton" name="pushLogin">
  66. <property name="geometry">
  67. <rect>
  68. <x>70</x>
  69. <y>120</y>
  70. <width>181</width>
  71. <height>51</height>
  72. </rect>
  73. </property>
  74. <property name="text">
  75. <string>登陆</string>
  76. </property>
  77. </widget>
  78. <widget class="QPushButton" name="pushButton_2">
  79. <property name="geometry">
  80. <rect>
  81. <x>297</x>
  82. <y>163</y>
  83. <width>51</width>
  84. <height>31</height>
  85. </rect>
  86. </property>
  87. <property name="text">
  88. <string>设置</string>
  89. </property>
  90. </widget>
  91. <widget class="QLabel" name="status">
  92. <property name="geometry">
  93. <rect>
  94. <x>80</x>
  95. <y>10</y>
  96. <width>201</width>
  97. <height>21</height>
  98. </rect>
  99. </property>
  100. <property name="text">
  101. <string>正在登陆中······</string>
  102. </property>
  103. </widget>
  104. </widget>
  105. <resources/>
  106. <connections/>
  107. </ui>