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

📄 confirm.ui

📁 学生管理系统 使用Qt写的界面 交互性好
💻 UI
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>Form3</class>
<widget class="QDialog">
    <property name="name">
        <cstring>Form3</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>320</width>
            <height>94</height>
        </rect>
    </property>
    <property name="caption">
        <string>Confirm</string>
    </property>
    <widget class="QLabel">
        <property name="name">
            <cstring>textLabel5</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>20</x>
                <y>20</y>
                <width>270</width>
                <height>20</height>
            </rect>
        </property>
        <property name="font">
            <font>
                <pointsize>14</pointsize>
            </font>
        </property>
        <property name="text">
            <string>Are you absolutely sure?</string>
        </property>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>pushButton40</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>170</x>
                <y>60</y>
                <width>92</width>
                <height>27</height>
            </rect>
        </property>
        <property name="text">
            <string>NO</string>
        </property>
    </widget>
    <widget class="QPushButton">
        <property name="name">
            <cstring>pushButton39</cstring>
        </property>
        <property name="geometry">
            <rect>
                <x>50</x>
                <y>60</y>
                <width>92</width>
                <height>27</height>
            </rect>
        </property>
        <property name="text">
            <string>YES</string>
        </property>
    </widget>
</widget>
<connections>
    <connection>
        <sender>pushButton40</sender>
        <signal>clicked()</signal>
        <receiver>Form3</receiver>
        <slot>close()</slot>
    </connection>
    <connection>
        <sender>pushButton39</sender>
        <signal>clicked()</signal>
        <receiver>Form3</receiver>
        <slot>close()</slot>
    </connection>
</connections>
<pixmapinproject/>
<layoutdefaults spacing="6" margin="11"/>
</UI>

⌨️ 快捷键说明

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