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

📄 paletteeditoradvanced.ui

📁 Linux下的基于X11的图形开发环境。
💻 UI
📖 第 1 页 / 共 3 页
字号:
<!DOCTYPE UI><UI version="3.0" stdsetdef="1"><class>PaletteEditorAdvancedBase</class><comment>*********************************************************************** Copyright (C) 2000 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.**** 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.**** Contact info@trolltech.com if any conditions of this licensing are** not clear to you.***********************************************************************</comment><widget class="QDialog">    <property name="name">        <cstring>PaletteEditorAdvancedBase</cstring>    </property>    <property name="enabled">        <bool>true</bool>    </property>    <property name="geometry">        <rect>            <x>0</x>            <y>0</y>            <width>327</width>            <height>341</height>        </rect>    </property>    <property name="caption">        <string>Tune Palette</string>    </property>    <property name="sizeGripEnabled">        <bool>true</bool>    </property>    <property name="whatsThis" stdset="0">        <string>&lt;b&gt;Edit Palette&lt;/b&gt;&lt;p&gt;Change the current widget or form's palette.&lt;/p&gt;&lt;p&gt;Use a generated palette or select colors for each color group and each color role.&lt;/p&gt;&lt;p&gt;The palette can be tested with different widget layouts in the preview section.&lt;/p&gt;</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>Layout14</cstring>            </property>            <hbox>                <property name="name">                    <cstring>unnamed</cstring>                </property>                <property name="margin">                    <number>0</number>                </property>                <property name="spacing">                    <number>6</number>                </property>                <widget class="QLabel">                    <property name="name">                        <cstring>TextLabel1</cstring>                    </property>                    <property name="frameShape">                        <enum>MShape</enum>                    </property>                    <property name="frameShadow">                        <enum>MShadow</enum>                    </property>                    <property name="text">                        <string>Select &amp;Palette:</string>                    </property>                    <property name="buddy" stdset="0">                        <cstring>paletteCombo</cstring>                    </property>                </widget>                <widget class="QComboBox">                    <item>                        <property name="text">                            <string>Active Palette</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Inactive Palette</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Disabled Palette</string>                        </property>                    </item>                    <property name="name">                        <cstring>paletteCombo</cstring>                    </property>                </widget>            </hbox>        </widget>        <widget class="QButtonGroup">            <property name="name">                <cstring>ButtonGroup1</cstring>            </property>            <property name="sizePolicy">                <sizepolicy>                    <hsizetype>5</hsizetype>                    <vsizetype>4</vsizetype>                </sizepolicy>            </property>            <property name="title">                <string>Auto</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>checkBuildInactive</cstring>                    </property>                    <property name="text">                        <string>Build the &amp;inactive palette from the active palette.</string>                    </property>                    <property name="checked">                        <bool>true</bool>                    </property>                </widget>                <widget class="QCheckBox">                    <property name="name">                        <cstring>checkBuildDisabled</cstring>                    </property>                    <property name="text">                        <string>Build the &amp;disabled palette from the active palette.</string>                    </property>                    <property name="checked">                        <bool>true</bool>                    </property>                </widget>            </vbox>        </widget>        <widget class="QGroupBox">            <property name="name">                <cstring>groupCentral</cstring>            </property>            <property name="title">                <string>Central color roles</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="QComboBox">                    <item>                        <property name="text">                            <string>Background</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Foreground</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Button</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Base</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Text</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>BrightText</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>ButtonText</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Highlight</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>HighlightText</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>Link</string>                        </property>                    </item>                    <item>                        <property name="text">                            <string>LinkVisited</string>                        </property>                    </item>                    <property name="name">                        <cstring>comboCentral</cstring>                    </property>                    <property name="toolTip" stdset="0">                        <string>Choose the central color role</string>                    </property>                    <property name="whatsThis" stdset="0">                        <string>&lt;b&gt;Select a color role.&lt;/b&gt;&lt;p&gt;Available central color roles are: &lt;ul&gt; &lt;li&gt;Background - general background color.&lt;/li&gt; &lt;li&gt;Foreground - general foreground color. &lt;/li&gt; &lt;li&gt;Base - used as the background color for example, for text entry widgets; it is usually white or another light color. &lt;/li&gt; &lt;li&gt;Text - the forground color used with Base. Usually this is the same as the Foreground, in which case it must provide good contrast both with the Background and with the Base. &lt;/li&gt; &lt;li&gt;Button - general button background color; useful where buttons need a background different from Background, as in the Macintosh style. &lt;/li&gt; &lt;li&gt;ButtonText - a foreground color used with the Button color. &lt;/li&gt; &lt;li&gt;Highlight - a color used to indicate a selected or highlighted item. &lt;/li&gt; &lt;li&gt;HighlightedText - a text color that contrasts to Highlight. &lt;/li&gt; &lt;li&gt;BrightText - a text color that is very different from Foreground and contrasts well with, for example, black. &lt;/li&gt; &lt;/ul&gt; &lt;/p&gt;</string>                    </property>                </widget>                <widget class="QLayoutWidget">                    <property name="name">                        <cstring>Layout32_2</cstring>                    </property>                    <hbox>                        <property name="name">                            <cstring>unnamed</cstring>                        </property>                        <property name="margin">                            <number>0</number>

⌨️ 快捷键说明

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