AccountMaintenanceWnd.ui 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AccountMaintenanceWnd</class>
  4. <widget class="QMainWindow" name="AccountMaintenanceWnd">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1931</width>
  10. <height>1041</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string extracomment="账户管理">Account Maintenance</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QGroupBox" name="groupBox">
  18. <property name="geometry">
  19. <rect>
  20. <x>24</x>
  21. <y>0</y>
  22. <width>1661</width>
  23. <height>950</height>
  24. </rect>
  25. </property>
  26. <property name="font">
  27. <font>
  28. <pointsize>18</pointsize>
  29. </font>
  30. </property>
  31. <property name="title">
  32. <string extracomment="用户账户"/>
  33. </property>
  34. <widget class="QPushButton" name="addBut">
  35. <property name="geometry">
  36. <rect>
  37. <x>500</x>
  38. <y>639</y>
  39. <width>131</width>
  40. <height>41</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string extracomment="添加">Add</string>
  45. </property>
  46. </widget>
  47. <widget class="QPushButton" name="modifyBut">
  48. <property name="geometry">
  49. <rect>
  50. <x>780</x>
  51. <y>639</y>
  52. <width>131</width>
  53. <height>41</height>
  54. </rect>
  55. </property>
  56. <property name="text">
  57. <string extracomment="修改">Modify</string>
  58. </property>
  59. </widget>
  60. <widget class="QPushButton" name="delBut">
  61. <property name="geometry">
  62. <rect>
  63. <x>1060</x>
  64. <y>639</y>
  65. <width>131</width>
  66. <height>41</height>
  67. </rect>
  68. </property>
  69. <property name="text">
  70. <string extracomment="删除">Delete</string>
  71. </property>
  72. </widget>
  73. <widget class="QTreeView" name="userTreeView">
  74. <property name="geometry">
  75. <rect>
  76. <x>20</x>
  77. <y>50</y>
  78. <width>1619</width>
  79. <height>580</height>
  80. </rect>
  81. </property>
  82. <property name="font">
  83. <font>
  84. <pointsize>16</pointsize>
  85. </font>
  86. </property>
  87. </widget>
  88. <widget class="QLabel" name="label">
  89. <property name="geometry">
  90. <rect>
  91. <x>24</x>
  92. <y>20</y>
  93. <width>241</width>
  94. <height>23</height>
  95. </rect>
  96. </property>
  97. <property name="text">
  98. <string>User Accounts</string>
  99. </property>
  100. </widget>
  101. </widget>
  102. <widget class="QGroupBox" name="groupBox_2">
  103. <property name="geometry">
  104. <rect>
  105. <x>30</x>
  106. <y>670</y>
  107. <width>771</width>
  108. <height>121</height>
  109. </rect>
  110. </property>
  111. <property name="title">
  112. <string>GroupBox</string>
  113. </property>
  114. <widget class="QLineEdit" name="lineEdit">
  115. <property name="geometry">
  116. <rect>
  117. <x>330</x>
  118. <y>40</y>
  119. <width>131</width>
  120. <height>41</height>
  121. </rect>
  122. </property>
  123. <property name="font">
  124. <font>
  125. <pointsize>14</pointsize>
  126. </font>
  127. </property>
  128. <property name="text">
  129. <string>30</string>
  130. </property>
  131. </widget>
  132. <widget class="QLabel" name="label">
  133. <property name="geometry">
  134. <rect>
  135. <x>20</x>
  136. <y>40</y>
  137. <width>301</width>
  138. <height>41</height>
  139. </rect>
  140. </property>
  141. <property name="font">
  142. <font>
  143. <pointsize>14</pointsize>
  144. </font>
  145. </property>
  146. <property name="text">
  147. <string extracomment="闲置期间关闭账户:">Close account during idle time:</string>
  148. </property>
  149. <property name="alignment">
  150. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  151. </property>
  152. </widget>
  153. <widget class="QLabel" name="label_2">
  154. <property name="geometry">
  155. <rect>
  156. <x>480</x>
  157. <y>40</y>
  158. <width>191</width>
  159. <height>41</height>
  160. </rect>
  161. </property>
  162. <property name="text">
  163. <string extracomment="默认为30分钟">Default is 30 minutes</string>
  164. </property>
  165. </widget>
  166. </widget>
  167. </widget>
  168. </widget>
  169. <resources/>
  170. <connections/>
  171. </ui>