You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

245 lines
5.7 KiB
Plaintext

5 years ago
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>QUserAddNew</class>
<widget class="QDialog" name="QUserAddNew">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>275</width>
<height>230</height>
5 years ago
</rect>
</property>
<property name="windowTitle">
<string>QUserAddNew</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
5 years ago
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
5 years ago
<property name="text">
<string>用户名:</string>
5 years ago
</property>
</widget>
</item>
<item row="0" column="1" colspan="2">
<widget class="QLineEdit" name="m_UserName_lineEdit">
5 years ago
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
5 years ago
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
5 years ago
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
5 years ago
</property>
<property name="text">
<string>密码输入:</string>
5 years ago
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QLineEdit" name="m_Passwd_lineEdit">
5 years ago
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
5 years ago
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
5 years ago
<property name="text">
<string>密码确认:</string>
</property>
</widget>
</item>
<item row="2" column="1" colspan="2">
<widget class="QLineEdit" name="m_Passwd2_lineEdit">
5 years ago
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
5 years ago
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_4">
5 years ago
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
5 years ago
<property name="text">
<string>权限等级:</string>
5 years ago
</property>
</widget>
</item>
<item row="3" column="1" colspan="2">
<widget class="QComboBox" name="m_Power_comboBox">
5 years ago
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
<widget class="QPushButton" name="m_pbSetDefPwd">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
5 years ago
<property name="text">
<string>设置默认密码</string>
5 years ago
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLabel" name="tp_label_show_warning">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string> 默认密码123456</string>
</property>
</widget>
</item>
<item row="5" column="0" colspan="3">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="m_pbOK">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>确认</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="m_pbCancel">
<property name="minimumSize">
<size>
<width>0</width>
<height>30</height>
</size>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>取消</string>
</property>
</widget>
</item>
</layout>
</item>
<item row="6" column="2">
5 years ago
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
</ui>