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

📄 preferences.ui

📁 qtopia的源程序,一种嵌入式图形操作系统
💻 UI
📖 第 1 页 / 共 2 页
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>PreferencesBase</class><comment>*********************************************************************** Copyright (C) 2000-2002 Trolltech AS.  All rights reserved.**** This file is part of Qt Designer.**** This file may be distributed and/or modified under the terms of the** GNU General Public License version 2 as published by the Free Software** Foundation and appearing in the file LICENSE.GPL included in the** packaging of this file.**** Licensees holding valid Qt Enterprise Edition or Qt Professional Edition** licenses may use this file in accordance with the Qt Commercial License** Agreement provided with the Software.**** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.**** See http://www.trolltech.com/gpl/ for GPL licensing information.** See http://www.trolltech.com/pricing.html or email sales@trolltech.com for**   information about Qt Commercial License Agreements.**** Contact info@trolltech.com if any conditions of this licensing are** not clear to you.***********************************************************************</comment><widget class="QWidget">    <property name="name">        <cstring>PreferencesBase</cstring>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>362</width>            <height>396</height>        </rect>    </property>    <property name="caption">        <string>Form1</string>    </property>    <grid>        <property name="name">            <cstring>unnamed</cstring>        </property>        <property name="margin">            <number>6</number>        </property>        <property name="spacing">            <number>6</number>        </property>        <widget class="QGroupBox" row="0" column="0" rowspan="1" colspan="2">            <property name="name">                <cstring>GroupBox2</cstring>            </property>            <property name="frameShape">                <enum>Box</enum>            </property>            <property name="frameShadow">                <enum>Sunken</enum>            </property>            <property name="title">                <string>S&amp;yntax Highlighting</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="QLabel" row="0" column="0">                    <property name="name">                        <cstring>TextLabel1</cstring>                    </property>                    <property name="text">                        <string>&amp;Element:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>listElements</cstring>                    </property>                </widget>                <widget class="QLayoutWidget" row="1" column="1" rowspan="3" colspan="1">                    <property name="name">                        <cstring>Layout1</cstring>                    </property>                    <grid>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <property name="margin">                            <number>0</number>                        </property>                        <property name="spacing">                            <number>6</number>                        </property>                        <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="2">                            <property name="name">                                <cstring>checkBold</cstring>                            </property>                            <property name="text">                                <string>&amp;Bold</string>                            </property>                        </widget>                        <widget class="QToolButton" row="5" column="1">                            <property name="name">                                <cstring>buttonColor</cstring>                            </property>                            <property name="sizePolicy">                                <sizepolicy>                                    <hsizetype>1</hsizetype>                                    <vsizetype>0</vsizetype>                                    <horstretch>0</horstretch>                                    <verstretch>0</verstretch>                                </sizepolicy>                            </property>                            <property name="text">                                <string>...</string>                            </property>                        </widget>                        <widget class="QComboBox" row="0" column="1">                            <property name="name">                                <cstring>comboFamily</cstring>                            </property>                            <property name="editable">                                <bool>true</bool>                            </property>                        </widget>                        <widget class="QLabel" row="0" column="0">                            <property name="name">                                <cstring>TextLabel2</cstring>                            </property>                            <property name="text">                                <string>&amp;Family:</string>                            </property>                            <property name="buddy" stdset="0">                                <cstring>comboFamily</cstring>                            </property>                        </widget>                        <widget class="QCheckBox" row="4" column="0" rowspan="1" colspan="2">                            <property name="name">                                <cstring>checkUnderline</cstring>                            </property>                            <property name="text">                                <string>&amp;Underline</string>                            </property>                        </widget>                        <widget class="QSpinBox" row="1" column="1">                            <property name="name">                                <cstring>spinSize</cstring>                            </property>                            <property name="minValue">                                <number>1</number>                            </property>                        </widget>                        <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="2">                            <property name="name">                                <cstring>checkItalic</cstring>                            </property>                            <property name="text">                                <string>&amp;Italic</string>                            </property>                        </widget>                        <widget class="QLabel" row="5" column="0">                            <property name="name">                                <cstring>TextLabel4</cstring>                            </property>                            <property name="text">                                <string>Change co&amp;lor:</string>                            </property>                            <property name="buddy" stdset="0">                                <cstring>buttonColor</cstring>                            </property>                        </widget>                        <widget class="QLabel" row="1" column="0">                            <property name="name">                                <cstring>TextLabel3</cstring>                            </property>                            <property name="text">                                <string>&amp;Size:</string>                            </property>                            <property name="buddy" stdset="0">                                <cstring>spinSize</cstring>                            </property>                        </widget>                    </grid>                </widget>                <widget class="QListBox" row="1" column="0">                    <item>                        <property name="text">                            <string>Comment</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Number</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>String</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Type</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Keyword</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Preprocessor</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Label</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Standard</string>                        </property>                    </item>                    <property name="name">                        <cstring>listElements</cstring>                    </property>                </widget>                <widget class="QLabel" row="2" column="0">                    <property name="name">                        <cstring>TextLabel2_2</cstring>                    </property>                    <property name="text">                        <string>&amp;Preview:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>editPreview</cstring>                    </property>                </widget>                <widget class="QLineEdit" row="3" column="0">                    <property name="name">                        <cstring>editPreview</cstring>                    </property>                    <property name="text">

⌨️ 快捷键说明

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