login.ui 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>login</class>
  4. <widget class="QWidget" name="login">
  5. <property name="windowModality">
  6. <enum>Qt::NonModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>360</width>
  13. <height>140</height>
  14. </rect>
  15. </property>
  16. <property name="minimumSize">
  17. <size>
  18. <width>360</width>
  19. <height>140</height>
  20. </size>
  21. </property>
  22. <property name="maximumSize">
  23. <size>
  24. <width>360</width>
  25. <height>140</height>
  26. </size>
  27. </property>
  28. <property name="windowTitle">
  29. <string>登录</string>
  30. </property>
  31. <property name="toolTip">
  32. <string/>
  33. </property>
  34. <layout class="QGridLayout" name="gridLayout">
  35. <property name="sizeConstraint">
  36. <enum>QLayout::SetMinimumSize</enum>
  37. </property>
  38. <item row="1" column="1">
  39. <widget class="QLineEdit" name="lineEditPassword">
  40. <property name="echoMode">
  41. <enum>QLineEdit::Password</enum>
  42. </property>
  43. </widget>
  44. </item>
  45. <item row="1" column="0">
  46. <widget class="QLabel" name="label_2">
  47. <property name="text">
  48. <string>密码</string>
  49. </property>
  50. </widget>
  51. </item>
  52. <item row="0" column="1">
  53. <widget class="QLineEdit" name="lineEditUser"/>
  54. </item>
  55. <item row="0" column="0">
  56. <widget class="QLabel" name="label">
  57. <property name="text">
  58. <string>用户名</string>
  59. </property>
  60. </widget>
  61. </item>
  62. <item row="2" column="1">
  63. <widget class="QPushButton" name="pushButton">
  64. <property name="text">
  65. <string>登录</string>
  66. </property>
  67. </widget>
  68. </item>
  69. </layout>
  70. </widget>
  71. <tabstops>
  72. <tabstop>lineEditUser</tabstop>
  73. <tabstop>lineEditPassword</tabstop>
  74. <tabstop>pushButton</tabstop>
  75. </tabstops>
  76. <resources/>
  77. <connections/>
  78. </ui>