adduser.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>FormAdduser</class>
  4. <widget class="QWidget" name="FormAdduser">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>360</width>
  10. <height>160</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>360</width>
  16. <height>140</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>360</width>
  22. <height>160</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Form</string>
  27. </property>
  28. <layout class="QGridLayout" name="gridLayout">
  29. <item row="0" column="0">
  30. <layout class="QVBoxLayout" name="verticalLayout">
  31. <item>
  32. <layout class="QHBoxLayout" name="horizontalLayout">
  33. <item>
  34. <widget class="QLabel" name="label">
  35. <property name="text">
  36. <string>登录名</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QLineEdit" name="lineEditUser"/>
  42. </item>
  43. </layout>
  44. </item>
  45. <item>
  46. <layout class="QHBoxLayout" name="horizontalLayout_2">
  47. <item>
  48. <widget class="QLabel" name="label_2">
  49. <property name="text">
  50. <string>密 码</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QLineEdit" name="lineEditPWD"/>
  56. </item>
  57. </layout>
  58. </item>
  59. <item>
  60. <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,2">
  61. <item>
  62. <widget class="QLabel" name="label_3">
  63. <property name="text">
  64. <string>权 限</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QComboBox" name="comboBox"/>
  70. </item>
  71. </layout>
  72. </item>
  73. <item>
  74. <layout class="QHBoxLayout" name="horizontalLayout_4">
  75. <item>
  76. <widget class="QLabel" name="label_4">
  77. <property name="text">
  78. <string>使用人</string>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <widget class="QLineEdit" name="lineEditPeople"/>
  84. </item>
  85. </layout>
  86. </item>
  87. </layout>
  88. </item>
  89. <item row="1" column="0">
  90. <widget class="QPushButton" name="pushButton">
  91. <property name="text">
  92. <string>提交</string>
  93. </property>
  94. </widget>
  95. </item>
  96. </layout>
  97. </widget>
  98. <resources/>
  99. <connections/>
  100. </ui>