You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
267 lines
6.0 KiB
267 lines
6.0 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>ResetMessage</class>
|
|
<widget class="QDialog" name="ResetMessage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Dialog</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<widget class="QLabel" name="label_code">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>70</y>
|
|
<width>71</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(255, 255, 127);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>新密码</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_confirm">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>160</y>
|
|
<width>111</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(255, 255, 127);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>确认密码</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_name">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>270</y>
|
|
<width>101</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(255, 255, 127);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>姓名</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_id">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>370</y>
|
|
<width>91</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(255, 255, 127);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>身份证</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="ID_card">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>370</y>
|
|
<width>400</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="code">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>70</y>
|
|
<width>400</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="confirm_code">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>170</y>
|
|
<width>400</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="name">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>270</y>
|
|
<width>400</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_gender">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>444</y>
|
|
<width>61</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(255, 255, 127);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>性别</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="radioButton_man">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>444</y>
|
|
<width>79</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(255, 255, 127);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>男</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="radioButton_woman">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>500</x>
|
|
<y>444</y>
|
|
<width>79</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(255, 255, 127);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>女</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>350</x>
|
|
<y>520</y>
|
|
<width>100</width>
|
|
<height>50</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<pointsize>15</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<property name="text">
|
|
<string>更新</string>
|
|
</property>
|
|
<property name="flat">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string><html><head/><body><p><img src=":/image/bg/sea.jpg"/></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<zorder>label</zorder>
|
|
<zorder>label_code</zorder>
|
|
<zorder>label_confirm</zorder>
|
|
<zorder>label_name</zorder>
|
|
<zorder>label_id</zorder>
|
|
<zorder>ID_card</zorder>
|
|
<zorder>code</zorder>
|
|
<zorder>confirm_code</zorder>
|
|
<zorder>name</zorder>
|
|
<zorder>label_gender</zorder>
|
|
<zorder>radioButton_man</zorder>
|
|
<zorder>radioButton_woman</zorder>
|
|
<zorder>pushButton</zorder>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|