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

📄 search2.ui

📁 学生管理系统 使用Qt写的界面 交互性好
💻 UI
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>Form6</class>
<widget class="QDialog">
    <property name="name">
        <cstring>Form6</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>334</width>
            <height>119</height>
        </rect>
    </property>
    <property name="caption">
        <string>SEARCH</string>
    </property>
    <widget class="QPushButton">
        <property name="name">
            <cstring>pushButton142</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>170</x>
                <y>70</y>
                <width>99</width>
                <height>27</height>
            </rect>
        </property>
        <property name="text">
            <string>Cancel</string>
        </property>
    </widget>
    <widget class="QLineEdit">
        <property name="name">
            <cstring>lineEdit97</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>50</x>
                <y>20</y>
                <width>240</width>
                <height>21</height>
            </rect>
        </property>
        <property name="frameShape">
            <enum>LineEditPanel</enum>
        </property>
        <property name="frameShadow">
            <enum>Sunken</enum>
        </property>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>pushButton141</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>60</x>
                <y>70</y>
                <width>99</width>
                <height>27</height>
            </rect>
        </property>
        <property name="text">
            <string>Search</string>
        </property>
    </widget>
</widget>
<connections>
    <connection>
        <sender>pushButton142</sender>
        <signal>clicked()</signal>
        <receiver>Form6</receiver>
        <slot>close()</slot>
    </connection>
    <connection>
        <sender>pushButton141</sender>
        <signal>clicked()</signal>
        <receiver>Form6</receiver>
        <slot>quitBy()</slot>
    </connection>
</connections>
<includes>
    <include location="local" impldecl="in implementation">Search2.ui.h</include>
</includes>
<variables>
    <variable access="public">QString key;</variable>
</variables>
<slots>
    <slot specifier="non virtual">quitBy()</slot>
</slots>
<functions>
    <function specifier="non virtual">myinit()</function>
</functions>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>

⌨️ 快捷键说明

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