📄 paletteeditoradvanced.ui
字号:
<!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><b>Edit Palette</b><p>Change the current widget or form's palette.</p><p>Use a generated palette or select colors for each color group and each color role.</p><p>The palette can be tested with different widget layouts in the preview section.</p></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 &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 &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 &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><b>Select a color role.</b><p>Available central color roles are: <ul> <li>Background - general background color.</li> <li>Foreground - general foreground color. </li> <li>Base - used as the background color for example, for text entry widgets; it is usually white or another light color. </li> <li>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. </li> <li>Button - general button background color; useful where buttons need a background different from Background, as in the Macintosh style. </li> <li>ButtonText - a foreground color used with the Button color. </li> <li>Highlight - a color used to indicate a selected or highlighted item. </li> <li>HighlightedText - a text color that contrasts to Highlight. </li> <li>BrightText - a text color that is very different from Foreground and contrasts well with, for example, black. </li> </ul> </p></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 + -