⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frm_modifypass.ui

📁 qt4.4.3下编写的嵌入式UI界面
💻 UI
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -