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

📄 passwdform.ui

📁 简单的基于文件的数据库小程序
💻 UI
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"><class>passwdForm</class><widget class="QDialog">    <property name="name">        <cstring>passwdForm</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>407</width>            <height>155</height>        </rect>    </property>    <property name="caption">        <string>Input Your Password</string>    </property>    <property name="icon">        <pixmap>main.png</pixmap>    </property>    <widget class="QLabel">        <property name="name">            <cstring>password</cstring>        </property>        <property name="geometry">            <rect>                <x>70</x>                <y>60</y>                <width>70</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>Password</string>        </property>    </widget>    <widget class="QPushButton">        <property name="name">            <cstring>pushButton1</cstring>        </property>        <property name="geometry">            <rect>                <x>241</x>                <y>120</y>                <width>100</width>                <height>31</height>            </rect>        </property>        <property name="text">            <string>OK</string>        </property>    </widget>    <widget class="QLabel">        <property name="name">            <cstring>Lable1</cstring>        </property>        <property name="geometry">            <rect>                <x>70</x>                <y>10</y>                <width>70</width>                <height>30</height>            </rect>        </property>        <property name="text">            <string>Username</string>        </property>    </widget>    <widget class="QLineEdit">        <property name="name">            <cstring>userName</cstring>        </property>        <property name="geometry">            <rect>                <x>160</x>                <y>10</y>                <width>181</width>                <height>31</height>            </rect>        </property>    </widget>    <widget class="QLineEdit">        <property name="name">            <cstring>passwd</cstring>        </property>        <property name="geometry">            <rect>                <x>160</x>                <y>60</y>                <width>181</width>                <height>31</height>            </rect>        </property>        <property name="echoMode">            <enum>Password</enum>        </property>    </widget></widget><connections>    <connection>        <sender>pushButton1</sender>        <signal>clicked()</signal>        <receiver>passwdForm</receiver>        <slot>checkPasswd()</slot>    </connection></connections><tabstops>    <tabstop>userName</tabstop>    <tabstop>passwd</tabstop>    <tabstop>pushButton1</tabstop></tabstops><includes>    <include location="local" impldecl="in declaration">form1.h</include>    <include location="local" impldecl="in declaration">md5.h</include>    <include location="local" impldecl="in declaration">string.h</include>    <include location="local" impldecl="in declaration">iostream.h</include>    <include location="local" impldecl="in implementation">passwdform.ui.h</include></includes><slots>    <slot>checkPasswd()</slot></slots><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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