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

📄 search.ui

📁 学生管理系统 使用Qt写的界面 交互性好
💻 UI
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>Form4</class>
<widget class="QDialog">
    <property name="name">
        <cstring>Form4</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>333</width>
            <height>92</height>
        </rect>
    </property>
    <property name="caption">
        <string>SEARCH</string>
    </property>
    <widget class="QPushButton">
        <property name="name">
            <cstring>pushButton66</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>120</x>
                <y>50</y>
                <width>92</width>
                <height>27</height>
            </rect>
        </property>
        <property name="text">
            <string>By ID</string>
        </property>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>pushButton65</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>20</x>
                <y>50</y>
                <width>92</width>
                <height>27</height>
            </rect>
        </property>
        <property name="text">
            <string>By Name</string>
        </property>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>pushButton67</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>220</x>
                <y>50</y>
                <width>92</width>
                <height>27</height>
            </rect>
        </property>
        <property name="text">
            <string>Cancel</string>
        </property>
    </widget>
    <widget class="QLineEdit">
        <property name="name">
            <cstring>lineEdit43</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>20</x>
                <y>10</y>
                <width>290</width>
                <height>21</height>
            </rect>
        </property>
        <property name="frameShape">
            <enum>LineEditPanel</enum>
        </property>
        <property name="frameShadow">
            <enum>Sunken</enum>
        </property>
    </widget>
</widget>
<connections>
    <connection>
        <sender>pushButton67</sender>
        <signal>clicked()</signal>
        <receiver>Form4</receiver>
        <slot>close()</slot>
    </connection>
    <connection>
        <sender>pushButton65</sender>
        <signal>clicked()</signal>
        <receiver>Form4</receiver>
        <slot>quitBy()</slot>
    </connection>
    <connection>
        <sender>pushButton66</sender>
        <signal>clicked()</signal>
        <receiver>Form4</receiver>
        <slot>quitBy()</slot>
    </connection>
</connections>
<includes>
    <include location="local" impldecl="in implementation">Search.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 + -