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

📄 form1.ui

📁 qt实现不规制控件
💻 UI
字号:
<!DOCTYPE UI><UI version="3.1" stdsetdef="1"><class>Form1</class><widget class="QWidget">    <property name="name">        <cstring>Form1</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>1</y>            <width>240</width>            <height>320</height>        </rect>    </property>    <property name="minimumSize">        <size>            <width>240</width>            <height>320</height>        </size>    </property>    <property name="maximumSize">        <size>            <width>240</width>            <height>320</height>        </size>    </property>    <property name="paletteBackgroundPixmap">        <pixmap>seaside.png</pixmap>    </property>    <property name="caption">        <string>right-02</string>    </property>    <widget class="QPushButton">        <property name="name">            <cstring>pushButton1</cstring>        </property>        <property name="geometry">            <rect>                <x>60</x>                <y>60</y>                <width>120</width>                <height>120</height>            </rect>        </property>        <property name="text">            <string></string>        </property>        <property name="pixmap">            <pixmap>tmp.png</pixmap>        </property>    </widget></widget><pixmapinproject/><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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