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

📄 widgetsbase.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
📖 第 1 页 / 共 5 页
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>WidgetsBase</class><widget class="QWidget">    <property name="name">        <cstring>WidgetsBase</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>626</width>            <height>575</height>        </rect>    </property>    <property name="caption">        <string>Widgets</string>    </property>    <vbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <property name="margin">            <number>11</number>        </property>        <property name="spacing">            <number>6</number>        </property>        <widget class="QLayoutWidget">            <property name="name">                <cstring>Layout3</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>Layout2</cstring>                    </property>                    <vbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <property name="margin">                            <number>0</number>                        </property>                        <property name="spacing">                            <number>0</number>                        </property>                        <spacer>                            <property name="name">                                <cstring>Spacer1</cstring>                            </property>                            <property name="orientation">                                <enum>Vertical</enum>                            </property>                            <property name="sizeType">                                <enum>Expanding</enum>                            </property>                            <property name="sizeHint">                                <size>                                    <width>20</width>                                    <height>0</height>                                </size>                            </property>                        </spacer>                        <widget class="QLabel">                            <property name="name">                                <cstring>PixmapLabel1</cstring>                            </property>                            <property name="frameShape">                                <enum>Panel</enum>                            </property>                            <property name="margin">                                <number>1</number>                            </property>                            <property name="pixmap">                                <pixmap>image0</pixmap>                            </property>                        </widget>                        <spacer>                            <property name="name">                                <cstring>Spacer1_2</cstring>                            </property>                            <property name="orientation">                                <enum>Vertical</enum>                            </property>                            <property name="sizeType">                                <enum>Expanding</enum>                            </property>                            <property name="sizeHint">                                <size>                                    <width>20</width>                                    <height>0</height>                                </size>                            </property>                        </spacer>                    </vbox>                </widget>                <widget class="QButtonGroup">                    <property name="name">                        <cstring>ButtonGroup1</cstring>                    </property>                    <property name="title">                        <string>Check Boxes</string>                    </property>                    <grid>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <property name="margin">                            <number>11</number>                        </property>                        <property name="spacing">                            <number>6</number>                        </property>                        <widget class="QCheckBox" row="0" column="0">                            <property name="name">                                <cstring>CheckBox1</cstring>                            </property>                            <property name="text">                                <string>Apple</string>                            </property>                        </widget>                        <widget class="QCheckBox" row="1" column="0">                            <property name="name">                                <cstring>CheckBox2</cstring>                            </property>                            <property name="text">                                <string>Banana</string>                            </property>                        </widget>                        <widget class="QCheckBox" row="2" column="0">                            <property name="name">                                <cstring>CheckBox3</cstring>                            </property>                            <property name="text">                                <string>Cherry</string>                            </property>                            <property name="checked">                                <bool>true</bool>                            </property>                        </widget>                    </grid>                </widget>                <widget class="QButtonGroup">                    <property name="name">                        <cstring>ButtonGroup2</cstring>                    </property>                    <property name="title">                        <string>Radio Buttons</string>                    </property>                    <grid>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <property name="margin">                            <number>11</number>                        </property>                        <property name="spacing">                            <number>6</number>                        </property>                        <widget class="QRadioButton" row="1" column="0">                            <property name="name">                                <cstring>RadioButton3</cstring>                            </property>                            <property name="text">                                <string>Whisky</string>                            </property>                        </widget>                        <widget class="QRadioButton" row="2" column="0">                            <property name="name">                                <cstring>RadioButton4</cstring>                            </property>                            <property name="text">                                <string>Wine</string>                            </property>                        </widget>                        <widget class="QRadioButton" row="0" column="0">                            <property name="name">                                <cstring>RadioButton2</cstring>                            </property>                            <property name="text">                                <string>Water</string>                            </property>                            <property name="checked">                                <bool>true</bool>                            </property>                        </widget>                    </grid>                </widget>                <widget class="QGroupBox">                    <property name="name">                        <cstring>GroupBox1</cstring>                    </property>                    <property name="sizePolicy">                        <sizepolicy>                            <hsizetype>7</hsizetype>                            <vsizetype>7</vsizetype>                            <horstretch>0</horstretch>                            <verstretch>0</verstretch>                        </sizepolicy>                    </property>                    <property name="title">                        <string>Date/Time Editors</string>                    </property>                    <grid>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>

⌨️ 快捷键说明

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