frm_modifypass.ui

来自「qt4.4.3下编写的嵌入式UI界面」· UI 代码 · 共 168 行

UI
168
字号
<ui version="4.0" > <class>frm_ModifyPass</class> <widget class="QWidget" name="frm_ModifyPass" >  <property name="geometry" >   <rect>    <x>0</x>    <y>0</y>    <width>429</width>    <height>407</height>   </rect>  </property>  <property name="windowTitle" >   <string>修改密码</string>  </property>  <property name="styleSheet" >   <string notr="true" >font: 12pt "文泉驿正黑";background-color: rgb(112, 200, 11);</string>  </property>  <widget class="QLabel" name="label" >   <property name="geometry" >    <rect>     <x>81</x>     <y>71</y>     <width>139</width>     <height>53</height>    </rect>   </property>   <property name="text" >    <string>用户名</string>   </property>  </widget>  <widget class="QLabel" name="label_2" >   <property name="geometry" >    <rect>     <x>81</x>     <y>130</y>     <width>139</width>     <height>53</height>    </rect>   </property>   <property name="text" >    <string>旧密码</string>   </property>  </widget>  <widget class="QLabel" name="label_3" >   <property name="geometry" >    <rect>     <x>81</x>     <y>189</y>     <width>139</width>     <height>52</height>    </rect>   </property>   <property name="text" >    <string>新密码</string>   </property>  </widget>  <widget class="QLabel" name="label_4" >   <property name="geometry" >    <rect>     <x>81</x>     <y>247</y>     <width>139</width>     <height>53</height>    </rect>   </property>   <property name="text" >    <string>确认密码</string>   </property>  </widget>  <widget class="QLineEdit" name="lineEdit" >   <property name="geometry" >    <rect>     <x>180</x>     <y>80</y>     <width>180</width>     <height>34</height>    </rect>   </property>   <property name="text" >    <string>admin</string>   </property>   <property name="maxLength" >    <number>8</number>   </property>   <property name="readOnly" >    <bool>true</bool>   </property>  </widget>  <widget class="QLineEdit" name="lineEdit_2" >   <property name="geometry" >    <rect>     <x>180</x>     <y>140</y>     <width>180</width>     <height>34</height>    </rect>   </property>   <property name="maxLength" >    <number>8</number>   </property>   <property name="echoMode" >    <enum>QLineEdit::Password</enum>   </property>  </widget>  <widget class="QLineEdit" name="lineEdit_3" >   <property name="geometry" >    <rect>     <x>180</x>     <y>200</y>     <width>180</width>     <height>34</height>    </rect>   </property>   <property name="maxLength" >    <number>8</number>   </property>   <property name="echoMode" >    <enum>QLineEdit::Password</enum>   </property>  </widget>  <widget class="QLineEdit" name="lineEdit_4" >   <property name="geometry" >    <rect>     <x>180</x>     <y>260</y>     <width>180</width>     <height>34</height>    </rect>   </property>   <property name="maxLength" >    <number>8</number>   </property>   <property name="echoMode" >    <enum>QLineEdit::Password</enum>   </property>  </widget>  <widget class="QPushButton" name="pbtn_ok" >   <property name="geometry" >    <rect>     <x>120</x>     <y>340</y>     <width>100</width>     <height>36</height>    </rect>   </property>   <property name="text" >    <string>确定</string>   </property>  </widget>  <widget class="QPushButton" name="pbtn_close" >   <property name="geometry" >    <rect>     <x>240</x>     <y>340</y>     <width>100</width>     <height>36</height>    </rect>   </property>   <property name="text" >    <string>取消</string>   </property>  </widget> </widget> <resources/> <connections/></ui>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?