123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>InitDevAccount</class>
- <widget class="QDialog" name="InitDevAccount">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>407</width>
- <height>275</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>初始化(Initialization)</string>
- </property>
- <widget class="QLineEdit" name="username_lineEdit">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>40</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="username_label">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>40</y>
- <width>101</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>用户名(Username)</string>
- </property>
- </widget>
- <widget class="QLabel" name="confirm_password_label">
- <property name="geometry">
- <rect>
- <x>90</x>
- <y>130</y>
- <width>161</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>确认密码(Confirm Password)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="way_lineEdit">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>170</y>
- <width>91</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLineEdit" name="confirm_password_lineEdit">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>130</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- <widget class="QLineEdit" name="reset_way_lineEdit">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>170</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="reser_way_label">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>170</y>
- <width>121</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>重置方式(Reset Way)</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="password_lineEdit">
- <property name="geometry">
- <rect>
- <x>260</x>
- <y>80</y>
- <width>113</width>
- <height>20</height>
- </rect>
- </property>
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- <widget class="QLabel" name="password_label">
- <property name="geometry">
- <rect>
- <x>160</x>
- <y>80</y>
- <width>91</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>密码(Password)</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>150</x>
- <y>210</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>确定(OK)</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>pushButton</sender>
- <signal>clicked()</signal>
- <receiver>InitDevAccount</receiver>
- <slot>accept()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>137</x>
- <y>221</y>
- </hint>
- <hint type="destinationlabel">
- <x>139</x>
- <y>124</y>
- </hint>
- </hints>
- </connection>
- </connections>
- </ui>
|