123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>AccountMaintenanceWnd</class>
- <widget class="QMainWindow" name="AccountMaintenanceWnd">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1931</width>
- <height>1041</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string extracomment="账户管理">Account Maintenance</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>24</x>
- <y>0</y>
- <width>1661</width>
- <height>950</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>18</pointsize>
- </font>
- </property>
- <property name="title">
- <string extracomment="用户账户"/>
- </property>
- <widget class="QPushButton" name="addBut">
- <property name="geometry">
- <rect>
- <x>500</x>
- <y>639</y>
- <width>131</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string extracomment="添加">Add</string>
- </property>
- </widget>
- <widget class="QPushButton" name="modifyBut">
- <property name="geometry">
- <rect>
- <x>780</x>
- <y>639</y>
- <width>131</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string extracomment="修改">Modify</string>
- </property>
- </widget>
- <widget class="QPushButton" name="delBut">
- <property name="geometry">
- <rect>
- <x>1060</x>
- <y>639</y>
- <width>131</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string extracomment="删除">Delete</string>
- </property>
- </widget>
- <widget class="QTreeView" name="userTreeView">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>50</y>
- <width>1619</width>
- <height>580</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>16</pointsize>
- </font>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>24</x>
- <y>20</y>
- <width>241</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>User Accounts</string>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>670</y>
- <width>771</width>
- <height>121</height>
- </rect>
- </property>
- <property name="title">
- <string>GroupBox</string>
- </property>
- <widget class="QLineEdit" name="lineEdit">
- <property name="geometry">
- <rect>
- <x>330</x>
- <y>40</y>
- <width>131</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string>30</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>40</y>
- <width>301</width>
- <height>41</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="text">
- <string extracomment="闲置期间关闭账户:">Close account during idle time:</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>480</x>
- <y>40</y>
- <width>191</width>
- <height>41</height>
- </rect>
- </property>
- <property name="text">
- <string extracomment="默认为30分钟">Default is 30 minutes</string>
- </property>
- </widget>
- </widget>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|