changeAuth.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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="maximumSize">
  36. <size>
  37. <width>33</width>
  38. <height>16777215</height>
  39. </size>
  40. </property>
  41. <property name="text">
  42. <string>用户名</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QComboBox" name="comboBox_2"/>
  48. </item>
  49. </layout>
  50. </item>
  51. <item>
  52. <layout class="QHBoxLayout" name="horizontalLayout_2">
  53. <item>
  54. <widget class="QLabel" name="label_2">
  55. <property name="maximumSize">
  56. <size>
  57. <width>35</width>
  58. <height>16777215</height>
  59. </size>
  60. </property>
  61. <property name="text">
  62. <string>使用人</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <widget class="QLabel" name="label_5">
  68. <property name="text">
  69. <string>TextLabel</string>
  70. </property>
  71. </widget>
  72. </item>
  73. </layout>
  74. </item>
  75. <item>
  76. <layout class="QHBoxLayout" name="horizontalLayout_3" stretch="0,0">
  77. <item>
  78. <widget class="QLabel" name="label_3">
  79. <property name="maximumSize">
  80. <size>
  81. <width>33</width>
  82. <height>16777215</height>
  83. </size>
  84. </property>
  85. <property name="text">
  86. <string>原权限</string>
  87. </property>
  88. </widget>
  89. </item>
  90. <item>
  91. <widget class="QLabel" name="label_6">
  92. <property name="text">
  93. <string>TextLabel</string>
  94. </property>
  95. </widget>
  96. </item>
  97. </layout>
  98. </item>
  99. <item>
  100. <layout class="QHBoxLayout" name="horizontalLayout_4">
  101. <item>
  102. <widget class="QLabel" name="label_4">
  103. <property name="maximumSize">
  104. <size>
  105. <width>33</width>
  106. <height>16777215</height>
  107. </size>
  108. </property>
  109. <property name="text">
  110. <string>新权限</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item>
  115. <widget class="QComboBox" name="comboBox"/>
  116. </item>
  117. </layout>
  118. </item>
  119. </layout>
  120. </item>
  121. <item row="1" column="0">
  122. <widget class="QPushButton" name="pushButton">
  123. <property name="text">
  124. <string>提交</string>
  125. </property>
  126. </widget>
  127. </item>
  128. </layout>
  129. </widget>
  130. <resources/>
  131. <connections/>
  132. </ui>