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

📄 propertiesdialog.ui

📁 qt3.8开发的例子, 做linux下qt编程可以参考
💻 UI
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE UI><UI version="3.2" stdsetdef="1"><class>PropertiesDialog</class><widget class="QDialog">    <property name="name">        <cstring>PropertiesDialog</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>284</width>            <height>371</height>        </rect>    </property>    <property name="caption">        <string>Properties</string>    </property>    <vbox>        <property name="name">            <cstring>unnamed</cstring>        </property>        <property name="resizeMode">            <enum>Fixed</enum>        </property>        <widget class="QGroupBox">            <property name="name">                <cstring>rectGeometryGroupBox</cstring>            </property>            <property name="frameShape">                <enum>Box</enum>            </property>            <property name="frameShadow">                <enum>Sunken</enum>            </property>            <property name="title">                <string>Geometry</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="QSpinBox" row="0" column="1">                    <property name="name">                        <cstring>xSpinBox</cstring>                    </property>                    <property name="maxValue">                        <number>100000</number>                    </property>                </widget>                <widget class="QLabel" row="1" column="0">                    <property name="name">                        <cstring>widthLabel</cstring>                    </property>                    <property name="text">                        <string>Width:</string>                    </property>                </widget>                <widget class="QLabel" row="0" column="0">                    <property name="name">                        <cstring>xLabel</cstring>                    </property>                    <property name="text">                        <string>X:</string>                    </property>                </widget>                <widget class="QSpinBox" row="1" column="1">                    <property name="name">                        <cstring>widthSpinBox</cstring>                    </property>                    <property name="maxValue">                        <number>100000</number>                    </property>                </widget>                <spacer row="0" column="2" rowspan="2" colspan="1">                    <property name="name">                        <cstring>rectSpacer</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="sizeType">                        <enum>Fixed</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>10</width>                            <height>20</height>                        </size>                    </property>                </spacer>                <widget class="QSpinBox" row="1" column="4">                    <property name="name">                        <cstring>heightSpinBox</cstring>                    </property>                    <property name="maxValue">                        <number>100000</number>                    </property>                </widget>                <widget class="QLabel" row="1" column="3">                    <property name="name">                        <cstring>heightLabel</cstring>                    </property>                    <property name="text">                        <string>Height:</string>                    </property>                </widget>                <widget class="QSpinBox" row="0" column="4">                    <property name="name">                        <cstring>ySpinBox</cstring>                    </property>                    <property name="maxValue">                        <number>100000</number>                    </property>                </widget>                <widget class="QLabel" row="0" column="3">                    <property name="name">                        <cstring>yLabel</cstring>                    </property>                    <property name="text">                        <string>Y:</string>                    </property>                </widget>            </grid>        </widget>        <widget class="QGroupBox">            <property name="name">                <cstring>lineGeometryGroupBox</cstring>            </property>            <property name="title">                <string>Geometry</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="QSpinBox" row="0" column="1">                    <property name="name">                        <cstring>x1SpinBox</cstring>                    </property>                    <property name="maxValue">                        <number>100000</number>                    </property>                </widget>                <widget class="QSpinBox" row="0" column="4">                    <property name="name">                        <cstring>y1SpinBox</cstring>                    </property>                    <property name="maxValue">                        <number>100000</number>                    </property>                </widget>                <widget class="QSpinBox" row="1" column="1">                    <property name="name">                        <cstring>x2SpinBox</cstring>                    </property>                    <property name="maxValue">                        <number>100000</number>                    </property>                </widget>                <widget class="QLabel" row="0" column="0">                    <property name="name">                        <cstring>x1Label</cstring>                    </property>                    <property name="text">                        <string>X1:</string>                    </property>                </widget>                <widget class="QSpinBox" row="1" column="4">                    <property name="name">                        <cstring>y2SpinBox</cstring>                    </property>                    <property name="maxValue">                        <number>100000</number>                    </property>                </widget>                <widget class="QLabel" row="1" column="3">                    <property name="name">                        <cstring>y2Label</cstring>                    </property>                    <property name="text">                        <string>Y2:</string>                    </property>                </widget>                <widget class="QLabel" row="0" column="3">                    <property name="name">                        <cstring>y1Label</cstring>                    </property>                    <property name="text">                        <string>Y1:</string>                    </property>                </widget>                <widget class="QLabel" row="1" column="0">                    <property name="name">                        <cstring>x2Label</cstring>                    </property>                    <property name="text">                        <string>X2:</string>                    </property>                </widget>                <spacer row="0" column="2" rowspan="2" colspan="1">                    <property name="name">                        <cstring>lineSpacer</cstring>                    </property>                    <property name="orientation">                        <enum>Horizontal</enum>                    </property>                    <property name="sizeType">                        <enum>Fixed</enum>                    </property>                    <property name="sizeHint">                        <size>                            <width>10</width>                            <height>20</height>                        </size>                    </property>                </spacer>            </grid>        </widget>        <widget class="QGroupBox">            <property name="name">                <cstring>attributesGroupBox</cstring>            </property>            <property name="title">                <string>Attributes</string>            </property>            <grid>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <property name="margin">

⌨️ 快捷键说明

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