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

📄 appearancesettingsbase.ui

📁 Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3.7平台上编译为嵌入式图形界面操作系统。
💻 UI
字号:
<!DOCTYPE UI><UI><class>AppearanceSettingsBase</class><widget>    <class>QDialog</class>    <property stdset="1">        <name>name</name>        <cstring>AppearanceSettingsBase</cstring>    </property>    <property stdset="1">        <name>geometry</name>        <rect>            <x>0</x>            <y>0</y>            <width>261</width>            <height>299</height>        </rect>    </property>    <property stdset="1">        <name>caption</name>        <string>Appearance</string>    </property>    <property>        <name>layoutMargin</name>    </property>    <property>        <name>layoutSpacing</name>    </property>    <vbox>        <property stdset="1">            <name>margin</name>            <number>6</number>        </property>        <property stdset="1">            <name>spacing</name>            <number>4</number>        </property>        <widget>            <class>QTabWidget</class>            <property stdset="1">                <name>name</name>                <cstring>TabWidget2</cstring>            </property>            <property>                <name>layoutMargin</name>            </property>            <property>                <name>whatsThis</name>                <string></string>            </property>            <widget>                <class>QWidget</class>                <property stdset="1">                    <name>name</name>                    <cstring>tab</cstring>                </property>                <attribute>                    <name>title</name>                    <string>Colors</string>                </attribute>                <vbox>                    <property stdset="1">                        <name>margin</name>                        <number>6</number>                    </property>                    <property stdset="1">                        <name>spacing</name>                        <number>6</number>                    </property>                    <widget>                        <class>QListBox</class>                        <property stdset="1">                            <name>name</name>                            <cstring>colorList</cstring>                        </property>                        <property>                            <name>whatsThis</name>                            <string>Select a color scheme.  The preview below shows a sample.</string>                        </property>                    </widget>                </vbox>            </widget>            <widget>                <class>QWidget</class>                <property stdset="1">                    <name>name</name>                    <cstring>tab</cstring>                </property>                <attribute>                    <name>title</name>                    <string>Style</string>                </attribute>                <vbox>                    <property stdset="1">                        <name>margin</name>                        <number>6</number>                    </property>                    <property stdset="1">                        <name>spacing</name>                        <number>6</number>                    </property>                    <widget>                        <class>QListBox</class>                        <property stdset="1">                            <name>name</name>                            <cstring>styleList</cstring>                        </property>                        <property>                            <name>whatsThis</name>                            <string>Select a style.  The style determines the look of the user interface controls such as buttons and scrollbars.</string>                        </property>                    </widget>                </vbox>            </widget>            <widget>                <class>QWidget</class>                <property stdset="1">                    <name>name</name>                    <cstring>tab</cstring>                </property>                <attribute>                    <name>title</name>                    <string>Frame</string>                </attribute>                <vbox>                    <property stdset="1">                        <name>margin</name>                        <number>6</number>                    </property>                    <property stdset="1">                        <name>spacing</name>                        <number>6</number>                    </property>                    <widget>                        <class>QListBox</class>                        <property stdset="1">                            <name>name</name>                            <cstring>decorationList</cstring>                        </property>                        <property>                            <name>whatsThis</name>                            <string>Select a window decoration style.  A window style determines the look of the window's title bar and borders.</string>                        </property>                    </widget>                </vbox>            </widget>            <widget>                <class>QWidget</class>                <property stdset="1">                    <name>name</name>                    <cstring>tab</cstring>                </property>                <attribute>                    <name>title</name>                    <string>Font</string>                </attribute>                <grid>                    <property stdset="1">                        <name>margin</name>                        <number>6</number>                    </property>                    <property stdset="1">                        <name>spacing</name>                        <number>6</number>                    </property>                    <widget row="1"  column="1" >                        <class>QComboBox</class>                        <property stdset="1">                            <name>name</name>                            <cstring>fontSize</cstring>                        </property>                        <property>                            <name>whatsThis</name>                            <string>Select the default font size.</string>                        </property>                    </widget>                    <widget row="1"  column="0" >                        <class>QLabel</class>                        <property stdset="1">                            <name>name</name>                            <cstring>TextLabel1</cstring>                        </property>                        <property stdset="1">                            <name>sizePolicy</name>                            <sizepolicy>                                <hsizetype>7</hsizetype>                                <vsizetype>1</vsizetype>                            </sizepolicy>                        </property>                        <property stdset="1">                            <name>text</name>                            <string>Size:</string>                        </property>                        <property stdset="1">                            <name>alignment</name>                            <set>AlignVCenter|AlignRight</set>                        </property>                        <property>                            <name>hAlign</name>                        </property>                    </widget>                    <widget row="0"  column="0"  rowspan="1"  colspan="2" >                        <class>QListBox</class>                        <property stdset="1">                            <name>name</name>                            <cstring>fontList</cstring>                        </property>                        <property>                            <name>whatsThis</name>                            <string>Select the default font family.</string>                        </property>                    </widget>                </grid>            </widget>        </widget>    </vbox></widget><tabstops>    <tabstop>colorList</tabstop>    <tabstop>styleList</tabstop>    <tabstop>decorationList</tabstop>    <tabstop>fontList</tabstop>    <tabstop>fontSize</tabstop>    <tabstop>TabWidget2</tabstop></tabstops></UI>

⌨️ 快捷键说明

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