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.
133 lines
3.2 KiB
XML
133 lines
3.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>tp_login</class>
|
|
<widget class="QDialog" name="tp_login">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>485</width>
|
|
<height>235</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>130</x>
|
|
<y>70</y>
|
|
<width>209</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>登录</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<layout class="QFormLayout" name="formLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="label">
|
|
<property name="text">
|
|
<string>用户名:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="0">
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="text">
|
|
<string>密码:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="1" column="1">
|
|
<widget class="QLineEdit" name="tp_edit_password">
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="echoMode">
|
|
<enum>QLineEdit::Password</enum>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<widget class="QComboBox" name="tp_combobox_user"/>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QPushButton" name="tp_button_login">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>260</x>
|
|
<y>190</y>
|
|
<width>75</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="text">
|
|
<string>确认</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="tp_login_warning">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>280</x>
|
|
<y>150</y>
|
|
<width>191</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(255, 0, 0);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>密码错误,请重新输入</string>
|
|
</property>
|
|
<property name="tp_prop_bool_start_to_hide_widget" stdset="0">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolButton" name="tp_global_dialog_pushbutton_keyboard">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>440</x>
|
|
<y>120</y>
|
|
<width>37</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>key</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="tp_button_login_cancel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>190</y>
|
|
<width>75</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="text">
|
|
<string>取消</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|