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

📄 ve_progr.ui

📁 暂时不定 我 也不知道 你怎么还非得 让 我说 就是这2样哦
💻 UI
字号:
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>ve_progr</class>
<widget class="QWidget">
    <property name="name">
        <cstring>ve_progr</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>249</width>
            <height>63</height>
        </rect>
    </property>
    <property name="caption">
        <string></string>
    </property>
    <hbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <spacer>
            <property name="name">
                <cstring>spacer1</cstring>
            </property>
            <property name="orientation">
                <enum>Horizontal</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>60</width>
                    <height>20</height>
                </size>
            </property>
        </spacer>
        <widget class="QPushButton">
            <property name="name">
                <cstring>cancel</cstring>
            </property>
            <property name="text">
                <string>取消?</string>
            </property>
        </widget>
        <spacer>
            <property name="name">
                <cstring>spacer2</cstring>
            </property>
            <property name="orientation">
                <enum>Horizontal</enum>
            </property>
            <property name="sizeType">
                <enum>Expanding</enum>
            </property>
            <property name="sizeHint">
                <size>
                    <width>60</width>
                    <height>21</height>
                </size>
            </property>
        </spacer>
    </hbox>
</widget>
<connections>
    <connection>
        <sender>cancel</sender>
        <signal>clicked()</signal>
        <receiver>ve_progr</receiver>
        <slot>on_cancel()</slot>
    </connection>
</connections>
<slots>
    <slot>on_cancel()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI>

⌨️ 快捷键说明

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