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

📄 preferences.ui

📁 qtopia的源程序,一种嵌入式图形操作系统
💻 UI
📖 第 1 页 / 共 2 页
字号:
                        <string>Some Text</string>                    </property>                </widget>                <spacer row="4" column="1">                    <property name="name">                        <cstring>Spacer2</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>            </grid>        </widget>        <widget class="QGroupBox" row="1" column="0">            <property name="name">                <cstring>GroupBox3</cstring>            </property>            <property name="title">                <string>Optio&amp;ns</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="QCheckBox">                    <property name="name">                        <cstring>checkWordWrap</cstring>                    </property>                    <property name="text">                        <string>&amp;Word Wrap</string>                    </property>                </widget>                <widget class="QCheckBox">                    <property name="name">                        <cstring>checkCompletion</cstring>                    </property>                    <property name="text">                        <string>Comple&amp;tion</string>                    </property>                </widget>                <widget class="QCheckBox">                    <property name="name">                        <cstring>checkParenMatching</cstring>                    </property>                    <property name="text">                        <string>Parentheses &amp;Matching</string>                    </property>                </widget>            </vbox>        </widget>        <widget class="QGroupBox" row="1" column="1">            <property name="name">                <cstring>GroupBox3_2</cstring>            </property>            <property name="title">                <string>Indentation</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>Layout2</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="QSpinBox" row="0" column="1">                            <property name="name">                                <cstring>spinTabSize</cstring>                            </property>                            <property name="value">                                <number>8</number>                            </property>                        </widget>                        <widget class="QLabel" row="0" column="0">                            <property name="name">                                <cstring>TextLabel1_2</cstring>                            </property>                            <property name="text">                                <string>Tab Size:</string>                            </property>                        </widget>                        <widget class="QSpinBox" row="1" column="1">                            <property name="name">                                <cstring>spinIndentSize</cstring>                            </property>                            <property name="value">                                <number>4</number>                            </property>                        </widget>                        <widget class="QLabel" row="1" column="0">                            <property name="name">                                <cstring>TextLabel2_3</cstring>                            </property>                            <property name="text">                                <string>Indent Size:</string>                            </property>                        </widget>                    </grid>                </widget>                <widget class="QCheckBox">                    <property name="name">                        <cstring>checkKeepTabs</cstring>                    </property>                    <property name="text">                        <string>Keep Tabs</string>                    </property>                    <property name="checked">                        <bool>true</bool>                    </property>                </widget>                <widget class="QCheckBox">                    <property name="name">                        <cstring>checkAutoIndent</cstring>                    </property>                    <property name="text">                        <string>Auto Indent</string>                    </property>                    <property name="checked">                        <bool>true</bool>                    </property>                </widget>            </vbox>        </widget>    </grid></widget><connections>    <connection>        <sender>spinSize</sender>        <signal>valueChanged(int)</signal>        <receiver>PreferencesBase</receiver>        <slot>sizeChanged(int)</slot>    </connection>    <connection>        <sender>checkBold</sender>        <signal>toggled(bool)</signal>        <receiver>PreferencesBase</receiver>        <slot>boldChanged(bool)</slot>    </connection>    <connection>        <sender>checkItalic</sender>        <signal>toggled(bool)</signal>        <receiver>PreferencesBase</receiver>        <slot>italicChanged(bool)</slot>    </connection>    <connection>        <sender>checkUnderline</sender>        <signal>toggled(bool)</signal>        <receiver>PreferencesBase</receiver>        <slot>underlineChanged(bool)</slot>    </connection>    <connection>        <sender>buttonColor</sender>        <signal>clicked()</signal>        <receiver>PreferencesBase</receiver>        <slot>colorClicked()</slot>    </connection>    <connection>        <sender>comboFamily</sender>        <signal>activated(const QString&amp;)</signal>        <receiver>PreferencesBase</receiver>        <slot>familyChanged(const QString&amp;)</slot>    </connection>    <connection>        <sender>listElements</sender>        <signal>highlighted(const QString&amp;)</signal>        <receiver>PreferencesBase</receiver>        <slot>elementChanged(const QString&amp;)</slot>    </connection></connections><tabstops>    <tabstop>listElements</tabstop>    <tabstop>editPreview</tabstop>    <tabstop>comboFamily</tabstop>    <tabstop>spinSize</tabstop>    <tabstop>checkBold</tabstop>    <tabstop>checkItalic</tabstop>    <tabstop>checkUnderline</tabstop>    <tabstop>checkWordWrap</tabstop>    <tabstop>checkCompletion</tabstop>    <tabstop>checkParenMatching</tabstop></tabstops><includes>    <include location="global" impldecl="in declaration">qmap.h</include>    <include location="local" impldecl="in declaration">conf.h</include>    <include location="global" impldecl="in implementation">qpalette.h</include>    <include location="global" impldecl="in implementation">qlineedit.h</include>    <include location="global" impldecl="in implementation">qpixmap.h</include>    <include location="global" impldecl="in implementation">qcombobox.h</include>    <include location="global" impldecl="in implementation">qfontdatabase.h</include>    <include location="local" impldecl="in implementation">editor.h</include>    <include location="global" impldecl="in implementation">qpushbutton.h</include>    <include location="global" impldecl="in implementation">qcheckbox.h</include>    <include location="global" impldecl="in implementation">qcolordialog.h</include>    <include location="global" impldecl="in implementation">qsettings.h</include>    <include location="local" impldecl="in implementation">preferences.ui.h</include></includes><variables>    <variable>QString path;</variable>    <variable>QMap&lt;QString, ConfigStyle&gt; styles;</variable>    <variable>ConfigStyle currentStyle;</variable>    <variable>QString currentElement;</variable></variables><slots>    <slot>init()</slot>    <slot>destroy()</slot>    <slot>colorClicked()</slot>    <slot>reInit()</slot>    <slot>save()</slot>    <slot>updatePreview()</slot>    <slot>boldChanged( bool b )</slot>    <slot>elementChanged( const QString &amp; element )</slot>    <slot>familyChanged( const QString &amp; f )</slot>    <slot>italicChanged( bool b )</slot>    <slot>setColorPixmap( const QColor &amp; c )</slot>    <slot>setPath( const QString &amp; p )</slot>    <slot>sizeChanged( int s )</slot>    <slot>underlineChanged( bool b )</slot></slots><layoutdefaults spacing="6" margin="11"/></UI>

⌨️ 快捷键说明

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