Warning, /system/qtcurve/qt5/config/qtcurveconfigbase.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>QtCurveConfigBase</class>
0004  <widget class="QWidget" name="QtCurveConfigBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>866</width>
0010     <height>587</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="0" column="0" colspan="3">
0015     <widget class="QLabel" name="titleLabel">
0016      <property name="sizePolicy">
0017       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0018        <horstretch>0</horstretch>
0019        <verstretch>0</verstretch>
0020       </sizepolicy>
0021      </property>
0022      <property name="text">
0023       <string>title</string>
0024      </property>
0025      <property name="alignment">
0026       <set>Qt::AlignCenter</set>
0027      </property>
0028      <property name="wordWrap">
0029       <bool>false</bool>
0030      </property>
0031     </widget>
0032    </item>
0033    <item row="1" column="0">
0034     <widget class="QTreeWidget" name="stackList">
0035      <property name="sizePolicy">
0036       <sizepolicy hsizetype="Maximum" vsizetype="Expanding">
0037        <horstretch>0</horstretch>
0038        <verstretch>0</verstretch>
0039       </sizepolicy>
0040      </property>
0041      <property name="minimumSize">
0042       <size>
0043        <width>150</width>
0044        <height>0</height>
0045       </size>
0046      </property>
0047      <property name="alternatingRowColors">
0048       <bool>true</bool>
0049      </property>
0050      <property name="textElideMode">
0051       <enum>Qt::ElideNone</enum>
0052      </property>
0053      <property name="indentation">
0054       <number>0</number>
0055      </property>
0056      <property name="rootIsDecorated">
0057       <bool>false</bool>
0058      </property>
0059      <property name="itemsExpandable">
0060       <bool>false</bool>
0061      </property>
0062      <attribute name="headerVisible">
0063       <bool>false</bool>
0064      </attribute>
0065      <attribute name="headerDefaultSectionSize">
0066       <number>10</number>
0067      </attribute>
0068      <attribute name="headerMinimumSectionSize">
0069       <number>10</number>
0070      </attribute>
0071      <column>
0072       <property name="text">
0073        <string notr="true"/>
0074       </property>
0075      </column>
0076     </widget>
0077    </item>
0078    <item row="1" column="1">
0079     <widget class="QStackedWidget" name="stack">
0080      <property name="sizePolicy">
0081       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0082        <horstretch>0</horstretch>
0083        <verstretch>0</verstretch>
0084       </sizepolicy>
0085      </property>
0086      <property name="currentIndex">
0087       <number>0</number>
0088      </property>
0089      <widget class="QWidget" name="page_24">
0090       <layout class="QVBoxLayout" name="verticalLayout_14">
0091        <item>
0092         <widget class="QGroupBox" name="groupBox_3">
0093          <property name="sizePolicy">
0094           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0095            <horstretch>0</horstretch>
0096            <verstretch>0</verstretch>
0097           </sizepolicy>
0098          </property>
0099          <property name="title">
0100           <string>Presets</string>
0101          </property>
0102          <layout class="QVBoxLayout" name="verticalLayout_15">
0103           <item>
0104            <widget class="QComboBox" name="presetsCombo">
0105             <property name="toolTip">
0106              <string>&lt;p&gt;This combo contains the list of pre-defined settings.
0107 &lt;ul&gt;
0108 &lt;li&gt;&lt;i&gt;(Current)&lt;/i&gt; will discard any changes, and revert to the currently saved style.&lt;/li&gt;
0109 &lt;li&gt;&lt;i&gt;(Default)&lt;/i&gt; will discard any changes, and revert to the QtCurve default style.&lt;/li&gt;
0110 &lt;/ul&gt;</string>
0111             </property>
0112            </widget>
0113           </item>
0114           <item>
0115            <layout class="QHBoxLayout" name="horizontalLayout_2">
0116             <item>
0117              <spacer name="horizontalSpacer">
0118               <property name="orientation">
0119                <enum>Qt::Horizontal</enum>
0120               </property>
0121               <property name="sizeHint" stdset="0">
0122                <size>
0123                 <width>40</width>
0124                 <height>20</height>
0125                </size>
0126               </property>
0127              </spacer>
0128             </item>
0129             <item>
0130              <widget class="QPushButton" name="saveButton">
0131               <property name="toolTip">
0132                <string>&lt;p&gt;Save the current settings to be retrieved later.&lt;/p&gt;</string>
0133               </property>
0134              </widget>
0135             </item>
0136             <item>
0137              <widget class="QPushButton" name="deleteButton">
0138               <property name="toolTip">
0139                <string>&lt;p&gt;Delete a previously stored setting.&lt;/p&gt;</string>
0140               </property>
0141              </widget>
0142             </item>
0143             <item>
0144              <widget class="QPushButton" name="importButton">
0145               <property name="toolTip">
0146                <string>&lt;p&gt;Import a QtCurve settings file - such as one downloaded from www.kde-look.org&lt;/p&gt;</string>
0147               </property>
0148              </widget>
0149             </item>
0150             <item>
0151              <widget class="QPushButton" name="exportButton">
0152               <property name="toolTip">
0153                <string>&lt;p&gt;Export the currently defined settings to a file, so that these may be shared with others.&lt;/p&gt;</string>
0154               </property>
0155              </widget>
0156             </item>
0157            </layout>
0158           </item>
0159          </layout>
0160         </widget>
0161        </item>
0162        <item>
0163         <widget class="QGroupBox" name="previewGroupBox">
0164          <property name="sizePolicy">
0165           <sizepolicy hsizetype="Expanding" vsizetype="MinimumExpanding">
0166            <horstretch>0</horstretch>
0167            <verstretch>0</verstretch>
0168           </sizepolicy>
0169          </property>
0170          <property name="title">
0171           <string>Preview</string>
0172          </property>
0173          <layout class="QVBoxLayout" name="verticalLayout_13">
0174           <item>
0175            <widget class="QWidget" name="previewWidget" native="true">
0176             <layout class="QGridLayout" name="gridLayout_5">
0177              <property name="leftMargin">
0178               <number>0</number>
0179              </property>
0180              <property name="topMargin">
0181               <number>0</number>
0182              </property>
0183              <property name="rightMargin">
0184               <number>0</number>
0185              </property>
0186              <property name="bottomMargin">
0187               <number>0</number>
0188              </property>
0189              <item row="0" column="0" colspan="2">
0190               <widget class="QFrame" name="previewFrame">
0191                <property name="frameShape">
0192                 <enum>QFrame::StyledPanel</enum>
0193                </property>
0194                <property name="frameShadow">
0195                 <enum>QFrame::Sunken</enum>
0196                </property>
0197               </widget>
0198              </item>
0199              <item row="1" column="0">
0200               <spacer name="horizontalSpacer_3">
0201                <property name="orientation">
0202                 <enum>Qt::Horizontal</enum>
0203                </property>
0204                <property name="sizeHint" stdset="0">
0205                 <size>
0206                  <width>465</width>
0207                  <height>20</height>
0208                 </size>
0209                </property>
0210               </spacer>
0211              </item>
0212              <item row="1" column="1">
0213               <widget class="QPushButton" name="previewControlButton">
0214                <property name="text">
0215                 <string>Detach</string>
0216                </property>
0217               </widget>
0218              </item>
0219             </layout>
0220            </widget>
0221           </item>
0222          </layout>
0223         </widget>
0224        </item>
0225       </layout>
0226      </widget>
0227      <widget class="QWidget" name="page">
0228       <layout class="QFormLayout" name="formLayout">
0229        <item row="0" column="0">
0230         <widget class="QLabel" name="label_7">
0231          <property name="text">
0232           <string>Appearance:</string>
0233          </property>
0234         </widget>
0235        </item>
0236        <item row="0" column="1">
0237         <widget class="QComboBox" name="appearance">
0238          <property name="sizePolicy">
0239           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0240            <horstretch>0</horstretch>
0241            <verstretch>0</verstretch>
0242           </sizepolicy>
0243          </property>
0244          <property name="toolTip">
0245           <string>&lt;p&gt;The setting here affects the general appearance - and will be applied to buttons, combo boxes, and spin buttons.&lt;/p&gt;</string>
0246          </property>
0247         </widget>
0248        </item>
0249        <item row="1" column="0">
0250         <widget class="QLabel" name="label_47">
0251          <property name="text">
0252           <string>Background appearance:</string>
0253          </property>
0254         </widget>
0255        </item>
0256        <item row="1" column="1">
0257         <layout class="QHBoxLayout" name="horizontalLayout_3">
0258          <item>
0259           <widget class="QComboBox" name="bgndAppearance">
0260            <property name="toolTip">
0261             <string>&lt;p&gt;Sets a gradient to be used as the background for windows and dialogs.&lt;/p&gt;&lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; This is an experimental option, and will (probably) have a detrimental effect on performance.&lt;/p&gt;</string>
0262            </property>
0263           </widget>
0264          </item>
0265          <item>
0266           <widget class="QToolButton" name="bgndAppearance_btn">
0267            <property name="text">
0268             <string>...</string>
0269            </property>
0270           </widget>
0271          </item>
0272         </layout>
0273        </item>
0274        <item row="2" column="1">
0275         <widget class="QComboBox" name="bgndGrad">
0276          <property name="toolTip">
0277           <string>&lt;p&gt;Control the orientation of the background gradient.&lt;/p&gt;</string>
0278          </property>
0279         </widget>
0280        </item>
0281        <item row="3" column="0">
0282         <widget class="QLabel" name="label_47b">
0283          <property name="text">
0284           <string>Background image:</string>
0285          </property>
0286         </widget>
0287        </item>
0288        <item row="3" column="1">
0289         <layout class="QHBoxLayout" name="horizontalLayout_4">
0290          <item>
0291           <widget class="QComboBox" name="bgndImage">
0292            <property name="toolTip">
0293             <string>&lt;p&gt;This adds a background image to the top-right of dialogs and windows.
0294             &lt;ul&gt;&lt;li&gt;None - No image.&lt;/li&gt;&lt;li&gt;Bordered rings - 'Air' like rings with borders.&lt;/li&gt;&lt;li&gt;Plain rings - 'Air' like rings, but without any border.&lt;/li&gt;&lt;li&gt;Square rings - 3 simple rounded squares.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;</string>
0295            </property>
0296           </widget>
0297          </item>
0298          <item>
0299           <widget class="QToolButton" name="bgndImage_btn">
0300            <property name="text">
0301             <string>...</string>
0302            </property>
0303           </widget>
0304          </item>
0305         </layout>
0306        </item>
0307        <item row="4" column="0">
0308         <widget class="QLabel" name="label_29">
0309          <property name="text">
0310           <string>Sunken appearance:</string>
0311          </property>
0312         </widget>
0313        </item>
0314        <item row="4" column="1">
0315         <widget class="QComboBox" name="sunkenAppearance">
0316          <property name="toolTip">
0317           <string>&lt;p&gt;Define the gradient to be used for sunken widgets - e.g. pressed buttons.&lt;/p&gt;</string>
0318          </property>
0319         </widget>
0320        </item>
0321        <item row="5" column="0">
0322         <widget class="QLabel" name="label_9">
0323          <property name="text">
0324           <string>Button effect:</string>
0325          </property>
0326         </widget>
0327        </item>
0328        <item row="5" column="1">
0329         <widget class="QComboBox" name="buttonEffect">
0330          <property name="toolTip">
0331           <string>&lt;p&gt;Control what effect should be applied to buttons, combo boxes, etc.&lt;/p&gt;</string>
0332          </property>
0333         </widget>
0334        </item>
0335        <item row="6" column="1">
0336         <widget class="QCheckBox" name="thin_buttons">
0337          <property name="toolTip">
0338           <string>&lt;p&gt;Make buttons, and other widgets, slightly thinner.&lt;/p&gt;</string>
0339          </property>
0340          <property name="text">
0341           <string>Thinner buttons</string>
0342          </property>
0343         </widget>
0344        </item>
0345        <item row="7" column="1">
0346         <widget class="QCheckBox" name="etchEntry">
0347          <property name="toolTip">
0348           <string>&lt;p&gt;When the 'Button effect' is set to etched or shadowed, then this option controls whether line-edits and scrollviews (such as listviews and treeviews) should have an etched look.&lt;/p&gt;</string>
0349          </property>
0350          <property name="text">
0351           <string>Etch entries and scrollviews </string>
0352          </property>
0353         </widget>
0354        </item>
0355        <item row="8" column="0">
0356         <widget class="QLabel" name="label_25">
0357          <property name="text">
0358           <string>Focus rectangle:</string>
0359          </property>
0360         </widget>
0361        </item>
0362        <item row="8" column="1">
0363         <widget class="QComboBox" name="focus">
0364          <property name="toolTip">
0365           <string>&lt;p&gt;Controls how QtCurve indicates that a widget has keyboard focus.&lt;/p&gt;</string>
0366          </property>
0367         </widget>
0368        </item>
0369        <item row="9" column="0">
0370         <widget class="QLabel" name="label_tt">
0371          <property name="text">
0372           <string>Tooltips:</string>
0373          </property>
0374         </widget>
0375        </item>
0376        <item row="9" column="1">
0377         <widget class="QComboBox" name="tooltipAppearance">
0378          <property name="toolTip">
0379           <string>&lt;p&gt;Controls the appearance of tooltip backgrounds.&lt;/p&gt;</string>
0380          </property>
0381         </widget>
0382        </item>
0383        <item row="10" column="0" colspan="2">
0384         <widget class="QGroupBox" name="groupBox_4">
0385          <property name="title">
0386           <string/>
0387          </property>
0388          <layout class="QVBoxLayout" name="verticalLayout_4">
0389           <property name="bottomMargin">
0390            <number>0</number>
0391           </property>
0392           <item>
0393            <widget class="QCheckBox" name="vArrows">
0394             <property name="toolTip">
0395              <string>&lt;p&gt;QtCurve supports 2 arrows types; plain (i.e. triangular) and the more modern looking 'V' style arrows.&lt;/p&gt;</string>
0396             </property>
0397             <property name="text">
0398              <string>'V' style arrows</string>
0399             </property>
0400            </widget>
0401           </item>
0402           <item>
0403            <widget class="QCheckBox" name="stdSidebarButtons">
0404             <property name="toolTip">
0405              <string>&lt;p&gt;Select this to have the sidebar buttons in konqueror, kate, kaffeine, ktorrent, etc., drawn as per normal buttons - otherwise they will be drawn in a more flat style with the active tab colored with the highlight color.&lt;/p&gt;</string>
0406             </property>
0407             <property name="text">
0408              <string>Standard buttons for sidebars</string>
0409             </property>
0410            </widget>
0411           </item>
0412           <item>
0413            <widget class="QCheckBox" name="darkerBorders">
0414             <property name="toolTip">
0415              <string>&lt;p&gt;Darkens the borders of frames, buttons, etc.&lt;/p&gt;</string>
0416             </property>
0417             <property name="text">
0418              <string>Darker borders</string>
0419             </property>
0420            </widget>
0421           </item>
0422           <item>
0423            <widget class="QCheckBox" name="fadeLines">
0424             <property name="toolTip">
0425              <string>&lt;p&gt;Controls whether horizontal and vertical lines should be drawn with fading ends.&lt;/p&gt;</string>
0426             </property>
0427             <property name="text">
0428              <string>Draw fading lines</string>
0429             </property>
0430            </widget>
0431           </item>
0432           <item>
0433            <widget class="QCheckBox" name="thin_frames">
0434             <property name="toolTip">
0435              <string>&lt;p&gt;Controls whether the internal 3d part of frames, etc., should be drawn.&lt;/p&gt;</string>
0436             </property>
0437             <property name="text">
0438              <string>Thinner frames, edit boxes, etc.</string>
0439             </property>
0440            </widget>
0441           </item>
0442           <item>
0443            <widget class="QCheckBox" name="hideShortcutUnderline">
0444             <property name="text">
0445              <string>Hide shortcut underline until 'Alt' key is pressed.</string>
0446             </property>
0447            </widget>
0448           </item>
0449          </layout>
0450         </widget>
0451        </item>
0452       </layout>
0453      </widget>
0454      <widget class="QWidget" name="page_28">
0455       <layout class="QFormLayout" name="formLayout_22">
0456        <item row="0" column="0">
0457         <widget class="QLabel" name="label_8">
0458          <property name="text">
0459           <string>General setting:</string>
0460          </property>
0461         </widget>
0462        </item>
0463        <item row="0" column="1">
0464         <widget class="QComboBox" name="round">
0465          <property name="toolTip">
0466           <string>&lt;p&gt;Set how 'rounded' widgets can be. The 'max' round setting only applies to buttons.&lt;/p&gt;</string>
0467          </property>
0468         </widget>
0469        </item>
0470        <item row="1" column="0">
0471         <widget class="QLabel" name="label_93">
0472          <property name="text">
0473           <string>Do not round:</string>
0474          </property>
0475         </widget>
0476        </item>
0477        <item row="1" column="1">
0478         <widget class="QCheckBox" name="squareEntry">
0479          <property name="toolTip">
0480           <string>&lt;p&gt;Controls whether text entry fields should respect the general round setting, or always be square.&lt;/p&gt;</string>
0481          </property>
0482          <property name="text">
0483           <string>Entry fields</string>
0484          </property>
0485         </widget>
0486        </item>
0487        <item row="2" column="1">
0488         <widget class="QCheckBox" name="squareProgress">
0489          <property name="toolTip">
0490           <string>&lt;p&gt;Controls whether progress bars should respect the general round setting, or always be square.&lt;/p&gt;</string>
0491          </property>
0492          <property name="text">
0493           <string>Progressbars</string>
0494          </property>
0495         </widget>
0496        </item>
0497        <item row="3" column="1">
0498         <widget class="QCheckBox" name="squareScrollViews">
0499          <property name="toolTip">
0500           <string>&lt;p&gt;Controls whether the frame of a scrollview should respect the general round setting, or always be square.&lt;/p&gt;</string>
0501          </property>
0502          <property name="text">
0503           <string>Scrollable windows</string>
0504          </property>
0505         </widget>
0506        </item>
0507        <item row="4" column="1">
0508         <widget class="QCheckBox" name="squareLvSelection">
0509          <property name="toolTip">
0510           <string>&lt;p&gt;If enabled, then selected items in listviews and treeviews will be drawn with square edges, regardless of the general round setting.&lt;/p&gt;</string>
0511          </property>
0512          <property name="text">
0513           <string>Listview selections</string>
0514          </property>
0515         </widget>
0516        </item>
0517        <item row="5" column="1">
0518         <widget class="QCheckBox" name="squareTabFrame">
0519          <property name="toolTip">
0520           <string>&lt;p&gt;Controls whether the frames of tab widgets should respect the general round setting, or always be square.&lt;/p&gt;</string>
0521          </property>
0522          <property name="text">
0523           <string>Tab widget frames</string>
0524          </property>
0525         </widget>
0526        </item>
0527        <item row="6" column="1">
0528         <widget class="QCheckBox" name="squareFrame">
0529          <property name="toolTip">
0530           <string>&lt;p&gt;Controls whether general frames should respect the general round setting, or always be square.&lt;/p&gt;</string>
0531          </property>
0532          <property name="text">
0533           <string>General frames</string>
0534          </property>
0535         </widget>
0536        </item>
0537        <item row="7" column="1">
0538         <widget class="QCheckBox" name="squareSlider">
0539          <property name="text">
0540           <string>Sliders</string>
0541          </property>
0542         </widget>
0543        </item>
0544        <item row="8" column="1">
0545         <widget class="QCheckBox" name="squareScrollbarSlider">
0546          <property name="text">
0547           <string>Scrollbar sliders</string>
0548          </property>
0549         </widget>
0550        </item>
0551        <item row="9" column="1">
0552         <widget class="QCheckBox" name="squareWindows">
0553          <property name="text">
0554           <string>Window borders (will use slight round)</string>
0555          </property>
0556         </widget>
0557        </item>
0558        <item row="10" column="1">
0559         <widget class="QCheckBox" name="squareTooltips">
0560          <property name="text">
0561           <string>Tooltips</string>
0562          </property>
0563         </widget>
0564        </item>
0565        <item row="11" column="1">
0566         <widget class="QCheckBox" name="squarePopupMenus">
0567          <property name="text">
0568           <string>Popup menus</string>
0569          </property>
0570         </widget>
0571        </item>
0572       </layout>
0573      </widget>
0574      <widget class="QWidget" name="page_29">
0575       <layout class="QVBoxLayout" name="verticalLayout_3">
0576        <item>
0577         <layout class="QFormLayout" name="formLayout_23">
0578          <property name="fieldGrowthPolicy">
0579           <enum>QFormLayout::ExpandingFieldsGrow</enum>
0580          </property>
0581          <item row="0" column="0">
0582           <widget class="QLabel" name="label_47a">
0583            <property name="text">
0584             <string>Windows:</string>
0585            </property>
0586           </widget>
0587          </item>
0588          <item row="0" column="1">
0589           <widget class="QSpinBox" name="bgndOpacity">
0590            <property name="toolTip">
0591             <string>&lt;p&gt;Sets the opacity of window backgrounds when using desktop effects.&lt;/p&gt;</string>
0592            </property>
0593            <property name="suffix">
0594             <string>%</string>
0595            </property>
0596           </widget>
0597          </item>
0598          <item row="1" column="0">
0599           <widget class="QLabel" name="label_47x">
0600            <property name="text">
0601             <string>Dialogs:</string>
0602            </property>
0603           </widget>
0604          </item>
0605          <item row="1" column="1">
0606           <widget class="QSpinBox" name="dlgOpacity">
0607            <property name="toolTip">
0608             <string>&lt;p&gt;Sets the opacity of dialog backgrounds when using desktop effects.&lt;/p&gt;</string>
0609            </property>
0610            <property name="suffix">
0611             <string>%</string>
0612            </property>
0613           </widget>
0614          </item>
0615          <item row="2" column="0">
0616           <widget class="QLabel" name="label_yy">
0617            <property name="text">
0618             <string>Pop-up menus:</string>
0619            </property>
0620           </widget>
0621          </item>
0622          <item row="2" column="1">
0623           <widget class="QSpinBox" name="menuBgndOpacity">
0624            <property name="toolTip">
0625             <string>&lt;p&gt;Sets the opacity of popup menus when using desktop effects.&lt;/p&gt;</string>
0626            </property>
0627            <property name="suffix">
0628             <string>%</string>
0629            </property>
0630           </widget>
0631          </item>
0632         </layout>
0633        </item>
0634        <item>
0635         <spacer name="verticalSpacer_3">
0636          <property name="orientation">
0637           <enum>Qt::Vertical</enum>
0638          </property>
0639          <property name="sizeType">
0640           <enum>QSizePolicy::Fixed</enum>
0641          </property>
0642          <property name="sizeHint" stdset="0">
0643           <size>
0644            <width>13</width>
0645            <height>13</height>
0646           </size>
0647          </property>
0648         </spacer>
0649        </item>
0650        <item>
0651         <widget class="QLabel" name="label_100">
0652          <property name="sizePolicy">
0653           <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0654            <horstretch>0</horstretch>
0655            <verstretch>0</verstretch>
0656           </sizepolicy>
0657          </property>
0658          <property name="text">
0659           <string>&lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; &lt;i&gt;Opacity settings are &lt;b&gt;experimental&lt;/b&gt; and can cause certain applications (mainly Gtk2 ones) to crash. If you have an application that crashes, use the &amp;quot;Applications&amp;quot; page to disable opacity settings for that application.&lt;/i&gt;&lt;/p&gt;
0660 &lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; &lt;i&gt;&lt;b&gt;DON'T&lt;/b&gt; use opacity settings when using the compiz window manager.&lt;/i&gt;&lt;/p&gt;</string>
0661          </property>
0662          <property name="alignment">
0663           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0664          </property>
0665          <property name="wordWrap">
0666           <bool>true</bool>
0667          </property>
0668         </widget>
0669        </item>
0670       </layout>
0671      </widget>
0672      <widget class="QWidget" name="page_18">
0673       <layout class="QFormLayout" name="formLayout_11">
0674        <item row="0" column="0">
0675         <widget class="QLabel" name="label_98">
0676          <property name="text">
0677           <string>Frame type:</string>
0678          </property>
0679         </widget>
0680        </item>
0681        <item row="0" column="1">
0682         <widget class="QComboBox" name="groupBox"/>
0683        </item>
0684        <item row="1" column="1">
0685         <widget class="QSpinBox" name="gbFactor">
0686          <property name="toolTip">
0687           <string>&lt;p&gt;Defines how much a group box's background should be darkened or lightened by.&lt;/p&gt;</string>
0688          </property>
0689          <property name="suffix">
0690           <string>%</string>
0691          </property>
0692         </widget>
0693        </item>
0694        <item row="2" column="0">
0695         <widget class="QLabel" name="label_99">
0696          <property name="text">
0697           <string>Label:</string>
0698          </property>
0699         </widget>
0700        </item>
0701        <item row="2" column="1">
0702         <widget class="QCheckBox" name="gbLabel_bold">
0703          <property name="toolTip">
0704           <string>&lt;p&gt;Controls whether group boxes should use a bold for their title.&lt;/p&gt;</string>
0705          </property>
0706          <property name="text">
0707           <string>Use bold font</string>
0708          </property>
0709         </widget>
0710        </item>
0711        <item row="3" column="1">
0712         <widget class="QComboBox" name="gbLabel_textPos">
0713          <property name="toolTip">
0714           <string>&lt;p&gt;Specifies the vertical position of a group box's text label.&lt;/p&gt;</string>
0715          </property>
0716         </widget>
0717        </item>
0718        <item row="4" column="1">
0719         <widget class="QCheckBox" name="gbLabel_centred">
0720          <property name="toolTip">
0721           <string>&lt;p&gt;Controls whether a group boxe's label should be centred, or left/right aligned.&lt;/p&gt;</string>
0722          </property>
0723          <property name="text">
0724           <string>Centred (KDE only)</string>
0725          </property>
0726         </widget>
0727        </item>
0728       </layout>
0729      </widget>
0730      <widget class="QWidget" name="page_16">
0731       <layout class="QFormLayout" name="formLayout_2">
0732        <item row="0" column="0">
0733         <widget class="QLabel" name="label_46">
0734          <property name="text">
0735           <string>Button:</string>
0736          </property>
0737         </widget>
0738        </item>
0739        <item row="0" column="1">
0740         <widget class="QComboBox" name="comboBtn">
0741          <property name="toolTip">
0742           <string>&lt;p&gt;Controls the coloration of the button part (i.e. the part with the arrow) of combo boxes.&lt;/p&gt;</string>
0743          </property>
0744         </widget>
0745        </item>
0746        <item row="1" column="1">
0747         <widget class="KColorButton" name="customComboBtnColor">
0748          <property name="sizePolicy">
0749           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0750            <horstretch>0</horstretch>
0751            <verstretch>0</verstretch>
0752           </sizepolicy>
0753          </property>
0754          <property name="toolTip">
0755           <string>&lt;p&gt;Sets the custom color.&lt;/p&gt;</string>
0756          </property>
0757         </widget>
0758        </item>
0759        <item row="2" column="1">
0760         <widget class="QCheckBox" name="comboSplitter">
0761          <property name="toolTip">
0762           <string>&lt;p&gt;This option controls whether a line is drawn near non-editable combo box arrow buttons.&lt;/p&gt;</string>
0763          </property>
0764          <property name="text">
0765           <string>Draw splitter</string>
0766          </property>
0767         </widget>
0768        </item>
0769        <item row="3" column="0">
0770         <widget class="QLabel" name="label_64">
0771          <property name="text">
0772           <string>Editable style:</string>
0773          </property>
0774         </widget>
0775        </item>
0776        <item row="3" column="1">
0777         <widget class="QCheckBox" name="unifyCombo">
0778          <property name="toolTip">
0779           <string>&lt;p&gt;Controls whether the combo box button, of editable combos, should appear as a button or an arrow within the edit field.&lt;/p&gt;</string>
0780          </property>
0781          <property name="text">
0782           <string>Draw arrow within edit field</string>
0783          </property>
0784         </widget>
0785        </item>
0786        <item row="4" column="0">
0787         <widget class="QLabel" name="label_63">
0788          <property name="text">
0789           <string>Non-editable style:</string>
0790          </property>
0791         </widget>
0792        </item>
0793        <item row="4" column="1">
0794         <widget class="QCheckBox" name="gtkComboMenus">
0795          <property name="toolTip">
0796           <string>&lt;p&gt;In Gtk, the list that is attached to a combo-box appears in the same style as a popup-menu. KDE has the ability to mimic this look.&lt;/p&gt;</string>
0797          </property>
0798          <property name="text">
0799           <string>Gtk-style</string>
0800          </property>
0801         </widget>
0802        </item>
0803        <item row="5" column="1">
0804         <widget class="QCheckBox" name="doubleGtkComboArrow">
0805          <property name="toolTip">
0806           <string>&lt;p&gt;Controls whether a single down arrow, or a up and down arrow, should be drawn on non-editable combo boxes.&lt;/p&gt;</string>
0807          </property>
0808          <property name="text">
0809           <string>Draw double-arrow for Gtk style</string>
0810          </property>
0811         </widget>
0812        </item>
0813        <item row="6" column="1">
0814         <spacer name="verticalSpacer">
0815          <property name="orientation">
0816           <enum>Qt::Vertical</enum>
0817          </property>
0818          <property name="sizeHint" stdset="0">
0819           <size>
0820            <width>20</width>
0821            <height>562</height>
0822           </size>
0823          </property>
0824         </spacer>
0825        </item>
0826       </layout>
0827      </widget>
0828      <widget class="QWidget" name="page_17">
0829       <layout class="QVBoxLayout" name="verticalLayout_2">
0830        <item>
0831         <widget class="QCheckBox" name="unifySpinBtns">
0832          <property name="toolTip">
0833           <string>&lt;p&gt;Controls whether the up and down buttons should appear as individual buttons, or be combined.&lt;/p&gt;</string>
0834          </property>
0835          <property name="text">
0836           <string>Combine both buttons</string>
0837          </property>
0838         </widget>
0839        </item>
0840        <item>
0841         <widget class="QCheckBox" name="unifySpin">
0842          <property name="toolTip">
0843           <string>&lt;p&gt;Controls whether the up and down buttons should appear as buttons, or just arrows within the edit field.&lt;/p&gt;</string>
0844          </property>
0845          <property name="text">
0846           <string>Draw arrows within edit field</string>
0847          </property>
0848         </widget>
0849        </item>
0850        <item>
0851         <spacer name="verticalSpacer_2">
0852          <property name="orientation">
0853           <enum>Qt::Vertical</enum>
0854          </property>
0855          <property name="sizeHint" stdset="0">
0856           <size>
0857            <width>20</width>
0858            <height>566</height>
0859           </size>
0860          </property>
0861         </spacer>
0862        </item>
0863       </layout>
0864      </widget>
0865      <widget class="QWidget" name="page_2">
0866       <layout class="QFormLayout" name="formLayout_3">
0867        <property name="fieldGrowthPolicy">
0868         <enum>QFormLayout::ExpandingFieldsGrow</enum>
0869        </property>
0870        <item row="1" column="0">
0871         <widget class="QLabel" name="label_10">
0872          <property name="text">
0873           <string>Markings:</string>
0874          </property>
0875         </widget>
0876        </item>
0877        <item row="1" column="1">
0878         <widget class="QComboBox" name="splitters">
0879          <property name="toolTip">
0880           <string>&lt;p&gt;Sets the marking used to indicate that the widget is a splitter.&lt;/p&gt;</string>
0881          </property>
0882         </widget>
0883        </item>
0884        <item row="2" column="0">
0885         <widget class="QLabel" name="label_69">
0886          <property name="text">
0887           <string>Background mouse-over highlight:</string>
0888          </property>
0889         </widget>
0890        </item>
0891        <item row="2" column="1">
0892         <widget class="QSpinBox" name="splitterHighlight">
0893          <property name="toolTip">
0894           <string>&lt;p&gt;Defines by how much the theme should brighten (or darken) the background of the splitter when the mouse hovers over.&lt;/p&gt;</string>
0895          </property>
0896          <property name="suffix">
0897           <string>%</string>
0898          </property>
0899         </widget>
0900        </item>
0901       </layout>
0902      </widget>
0903      <widget class="QWidget" name="page_3">
0904       <layout class="QFormLayout" name="formLayout_4">
0905        <item row="0" column="0">
0906         <widget class="QLabel" name="label_11">
0907          <property name="text">
0908           <string>Appearance:</string>
0909          </property>
0910         </widget>
0911        </item>
0912        <item row="0" column="1">
0913         <widget class="QComboBox" name="sliderAppearance">
0914          <property name="toolTip">
0915           <string>&lt;p&gt;Controls the appearance of both scrollbar sliders and other sliders.&lt;/p&gt;</string>
0916          </property>
0917         </widget>
0918        </item>
0919        <item row="1" column="0">
0920         <widget class="QLabel" name="label_12">
0921          <property name="text">
0922           <string>Coloration:</string>
0923          </property>
0924         </widget>
0925        </item>
0926        <item row="1" column="1">
0927         <widget class="QComboBox" name="shadeSliders">
0928          <property name="toolTip">
0929           <string>&lt;p&gt;Controls the color setting of both scrollbar sliders and other sliders.&lt;/p&gt;</string>
0930          </property>
0931         </widget>
0932        </item>
0933        <item row="2" column="1">
0934         <widget class="KColorButton" name="customSlidersColor">
0935          <property name="sizePolicy">
0936           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0937            <horstretch>0</horstretch>
0938            <verstretch>0</verstretch>
0939           </sizepolicy>
0940          </property>
0941          <property name="toolTip">
0942           <string>&lt;p&gt;Sets the custom color.&lt;/p&gt;</string>
0943          </property>
0944          <property name="text">
0945           <string/>
0946          </property>
0947         </widget>
0948        </item>
0949        <item row="4" column="1">
0950         <widget class="QCheckBox" name="colorSliderMouseOver">
0951          <property name="toolTip">
0952           <string>&lt;p&gt;Controls whether the coloration happens all the time, or only when the mouse hovers over the slider.&lt;/p&gt;</string>
0953          </property>
0954          <property name="text">
0955           <string>Mouse-over only</string>
0956          </property>
0957         </widget>
0958        </item>
0959        <item row="5" column="0">
0960         <widget class="QLabel" name="label_13">
0961          <property name="text">
0962           <string>Style:</string>
0963          </property>
0964         </widget>
0965        </item>
0966        <item row="5" column="1">
0967         <widget class="QComboBox" name="sliderStyle">
0968          <property name="toolTip">
0969           <string>&lt;p&gt;Controls the appearance of standard sliders - i.e. not scrollbar sliders. 'Triangular' is very similar to plastik's sliders.&lt;/p&gt;</string>
0970          </property>
0971         </widget>
0972        </item>
0973        <item row="6" column="0">
0974         <widget class="QLabel" name="label_50">
0975          <property name="text">
0976           <string>Used slider groove:</string>
0977          </property>
0978         </widget>
0979        </item>
0980        <item row="6" column="1">
0981         <widget class="QCheckBox" name="fillSlider">
0982          <property name="toolTip">
0983           <string>&lt;p&gt;Indicates whether the used part of a slider's groove should be filled or not. (Does not affect scrollbar sliders).&lt;/p&gt;</string>
0984          </property>
0985          <property name="text">
0986           <string>Fill</string>
0987          </property>
0988         </widget>
0989        </item>
0990        <item row="7" column="1">
0991         <widget class="QComboBox" name="sliderFill">
0992          <property name="toolTip">
0993           <string>&lt;p&gt;Controls the gradient setting used for the used part of a standard sliders' groove.&lt;/p&gt;</string>
0994          </property>
0995         </widget>
0996        </item>
0997        <item row="8" column="0">
0998         <widget class="QLabel" name="label_30">
0999          <property name="text">
1000           <string>&lt;p&gt;Groove appearance:&lt;/p&gt;</string>
1001          </property>
1002         </widget>
1003        </item>
1004        <item row="8" column="1">
1005         <widget class="QComboBox" name="grooveAppearance">
1006          <property name="toolTip">
1007           <string>&lt;p&gt;Controls the gradient setting used for both scrollbar sliders, and other sliders.&lt;/p&gt;</string>
1008          </property>
1009         </widget>
1010        </item>
1011        <item row="9" column="1">
1012         <widget class="QCheckBox" name="thinSbarGroove">
1013          <property name="toolTip">
1014           <string>&lt;p&gt;Controls whether scrollbar slider grooves should be the same thickness as the slider, or be thinner (and more like the groove of a standard slider).&lt;/p&gt;</string>
1015          </property>
1016          <property name="text">
1017           <string>Thin</string>
1018          </property>
1019         </widget>
1020        </item>
1021        <item row="10" column="1">
1022         <widget class="QCheckBox" name="borderSbarGroove">
1023          <property name="text">
1024           <string>Bordered</string>
1025          </property>
1026         </widget>
1027        </item>
1028        <item row="11" column="0">
1029         <widget class="QLabel" name="label_14">
1030          <property name="text">
1031           <string>Scrollbar buttons:</string>
1032          </property>
1033         </widget>
1034        </item>
1035        <item row="11" column="1">
1036         <widget class="QComboBox" name="scrollbarType">
1037          <property name="toolTip">
1038           <string>&lt;p&gt;This controls the position, and number, of buttons on a scrollbar.
1039             &lt;ul&gt;&lt;li&gt;KDE - 1 button at the top/left, and two at the bottom/right&lt;/li&gt;&lt;li&gt;Windows - 1 button at each end&lt;/li&gt;&lt;li&gt;Platinum - no buttons at the top/left, two at bottom/right&lt;/li&gt;&lt;li&gt;Next - two buttons at the top/left, none at bottom/right&lt;/li&gt;&lt;li&gt;None - no buttons, only the slider&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;</string>
1040          </property>
1041         </widget>
1042        </item>
1043        <item row="12" column="1">
1044         <widget class="QCheckBox" name="flatSbarButtons">
1045          <property name="toolTip">
1046           <string>&lt;p&gt;If enabled, then scrollbar buttons are not drawn and only the arrows will appear.&lt;/p&gt;</string>
1047          </property>
1048          <property name="text">
1049           <string>Flat</string>
1050          </property>
1051         </widget>
1052        </item>
1053        <item row="13" column="0">
1054         <widget class="QLabel" name="label_32">
1055          <property name="text">
1056           <string>Background:</string>
1057          </property>
1058         </widget>
1059        </item>
1060        <item row="13" column="1">
1061         <widget class="QComboBox" name="sbarBgndAppearance">
1062          <property name="toolTip">
1063           <string>&lt;p&gt;Configures the background gradient to be used with 'Flat' scrollbar buttons.&lt;/p&gt;</string>
1064          </property>
1065         </widget>
1066        </item>
1067        <item row="14" column="0">
1068         <widget class="QLabel" name="label_15">
1069          <property name="text">
1070           <string>Slider thumbs:</string>
1071          </property>
1072         </widget>
1073        </item>
1074        <item row="14" column="1">
1075         <widget class="QComboBox" name="sliderThumbs">
1076          <property name="toolTip">
1077           <string>&lt;p&gt;Defines what markings should be placed in the center of scrollbar sliders (and plain style sliders).&lt;/p&gt;</string>
1078          </property>
1079         </widget>
1080        </item>
1081        <item row="15" column="0">
1082         <widget class="QLabel" name="label_15a">
1083          <property name="text">
1084           <string>Slider width:</string>
1085          </property>
1086         </widget>
1087        </item>
1088        <item row="15" column="1">
1089         <widget class="QSpinBox" name="sliderWidth">
1090          <property name="toolTip">
1091           <string>&lt;p&gt;Controls the width of scrollbar sliders, and plain style sliders.&lt;/p&gt;</string>
1092          </property>
1093          <property name="suffix">
1094           <string> pixels</string>
1095          </property>
1096          <property name="prefix">
1097           <string/>
1098          </property>
1099         </widget>
1100        </item>
1101        <item row="3" column="1">
1102         <widget class="QCheckBox" name="stripedSbar">
1103          <property name="toolTip">
1104           <string>&lt;p&gt;If enabled, a fading stripe will be added.&lt;/p&gt;</string>
1105          </property>
1106          <property name="text">
1107           <string>Striped</string>
1108          </property>
1109         </widget>
1110        </item>
1111       </layout>
1112      </widget>
1113      <widget class="QWidget" name="page_4">
1114       <layout class="QFormLayout" name="formLayout_5">
1115        <property name="fieldGrowthPolicy">
1116         <enum>QFormLayout::ExpandingFieldsGrow</enum>
1117        </property>
1118        <item row="0" column="0">
1119         <widget class="QLabel" name="label_16">
1120          <property name="text">
1121           <string>Bar:</string>
1122          </property>
1123         </widget>
1124        </item>
1125        <item row="0" column="1">
1126         <widget class="QComboBox" name="progressAppearance">
1127          <property name="toolTip">
1128           <string>&lt;p&gt;Defines the gradient to be used for the progress part of a progressbar.&lt;/p&gt;</string>
1129          </property>
1130         </widget>
1131        </item>
1132        <item row="3" column="1">
1133         <widget class="QComboBox" name="stripedProgress">
1134          <property name="toolTip">
1135           <string>&lt;p&gt;Defines the stripe type to be used for the progress part of a progressbar.&lt;/p&gt;</string>
1136          </property>
1137         </widget>
1138        </item>
1139        <item row="4" column="1">
1140         <widget class="QCheckBox" name="animatedProgress">
1141          <property name="toolTip">
1142           <string>&lt;p&gt;Determines if the stripes on progressbars should be animated, or not.&lt;/p&gt;</string>
1143          </property>
1144          <property name="text">
1145           <string>Animated</string>
1146          </property>
1147         </widget>
1148        </item>
1149        <item row="5" column="1">
1150         <widget class="QComboBox" name="glowProgress">
1151          <property name="toolTip">
1152           <string>&lt;p&gt;Add a white 'glow' to progressbars.&lt;/p&gt;</string>
1153          </property>
1154         </widget>
1155        </item>
1156        <item row="6" column="1">
1157         <widget class="QCheckBox" name="fillProgress">
1158          <property name="sizePolicy">
1159           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1160            <horstretch>0</horstretch>
1161            <verstretch>0</verstretch>
1162           </sizepolicy>
1163          </property>
1164          <property name="toolTip">
1165           <string>&lt;p&gt;Enable this option to remove the 1 pixel border around the filled element.&lt;/p&gt;</string>
1166          </property>
1167          <property name="text">
1168           <string>Fill groove</string>
1169          </property>
1170         </widget>
1171        </item>
1172        <item row="7" column="0">
1173         <widget class="QLabel" name="label_24">
1174          <property name="text">
1175           <string>Groove:</string>
1176          </property>
1177         </widget>
1178        </item>
1179        <item row="7" column="1">
1180         <widget class="QComboBox" name="progressGrooveAppearance">
1181          <property name="toolTip">
1182           <string>&lt;p&gt;Defines the gradient to be used for the groove part of a progressbar.&lt;/p&gt;</string>
1183          </property>
1184         </widget>
1185        </item>
1186        <item row="8" column="1">
1187         <widget class="QComboBox" name="progressGrooveColor">
1188          <property name="toolTip">
1189           <string>&lt;p&gt;Defines the color to be used for the groove part of a progressbar.&lt;/p&gt;</string>
1190          </property>
1191         </widget>
1192        </item>
1193        <item row="9" column="1">
1194         <widget class="QCheckBox" name="borderProgress">
1195          <property name="sizePolicy">
1196           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1197            <horstretch>0</horstretch>
1198            <verstretch>0</verstretch>
1199           </sizepolicy>
1200          </property>
1201          <property name="toolTip">
1202           <string>&lt;p&gt;Enable this option to have a border around the progress bar groove and contents.&lt;/p&gt;</string>
1203          </property>
1204          <property name="text">
1205           <string>Border all sides</string>
1206          </property>
1207         </widget>
1208        </item>
1209        <item row="10" column="0">
1210         <widget class="QLabel" name="label_85">
1211          <property name="text">
1212           <string>Text:</string>
1213          </property>
1214          <property name="alignment">
1215           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
1216          </property>
1217          <property name="margin">
1218           <number>1</number>
1219          </property>
1220          <property name="indent">
1221           <number>-1</number>
1222          </property>
1223         </widget>
1224        </item>
1225        <item row="10" column="1">
1226         <layout class="QVBoxLayout" name="verticalLayout_12">
1227          <property name="spacing">
1228           <number>0</number>
1229          </property>
1230          <item>
1231           <widget class="QRadioButton" name="boldProgress_false">
1232            <property name="toolTip">
1233             <string>&lt;p&gt;If enabled, the text on a progressbar will use the general widget font.&lt;/p&gt;</string>
1234            </property>
1235            <property name="text">
1236             <string>Standard font</string>
1237            </property>
1238           </widget>
1239          </item>
1240          <item>
1241           <widget class="QRadioButton" name="boldProgress">
1242            <property name="toolTip">
1243             <string>&lt;p&gt;If enabled, the text on a progressbar will use a bold font.&lt;/p&gt;</string>
1244            </property>
1245            <property name="text">
1246             <string>Bold font</string>
1247            </property>
1248           </widget>
1249          </item>
1250         </layout>
1251        </item>
1252        <item row="1" column="1">
1253         <widget class="QComboBox" name="progressColor"/>
1254        </item>
1255        <item row="2" column="1">
1256         <widget class="KColorButton" name="customProgressColor"/>
1257        </item>
1258       </layout>
1259      </widget>
1260      <widget class="QWidget" name="page_5">
1261       <layout class="QFormLayout" name="formLayout_6">
1262        <item row="0" column="0">
1263         <widget class="QLabel" name="label_17">
1264          <property name="text">
1265           <string>Indicate with:</string>
1266          </property>
1267         </widget>
1268        </item>
1269        <item row="0" column="1">
1270         <widget class="QComboBox" name="defBtnIndicator">
1271          <property name="toolTip">
1272           <string>&lt;p&gt;Defines the way in which the theme indicates which button is the 'default' button.&lt;/p&gt;</string>
1273          </property>
1274         </widget>
1275        </item>
1276        <item row="1" column="1">
1277         <widget class="QCheckBox" name="embolden">
1278          <property name="toolTip">
1279           <string>&lt;p&gt;If enabled, the text of the 'default' button will be drawn twice - the second time will be 1 pixel to the left. This gives it a more 'bold' look.&lt;/p&gt;</string>
1280          </property>
1281          <property name="text">
1282           <string>Embolden text</string>
1283          </property>
1284         </widget>
1285        </item>
1286       </layout>
1287      </widget>
1288      <widget class="QWidget" name="page_6">
1289       <layout class="QFormLayout" name="formLayout_7">
1290        <item row="0" column="0">
1291         <widget class="QLabel" name="label_18">
1292          <property name="text">
1293           <string>Coloration:</string>
1294          </property>
1295         </widget>
1296        </item>
1297        <item row="0" column="1">
1298         <widget class="QComboBox" name="coloredMouseOver">
1299          <property name="toolTip">
1300           <string>&lt;p&gt;Defines how the theme can use color to indicate which active widget is under the mouse.&lt;/p&gt;</string>
1301          </property>
1302         </widget>
1303        </item>
1304        <item row="1" column="0">
1305         <widget class="QLabel" name="textLabel1_8">
1306          <property name="toolTip">
1307           <string>&lt;p&gt;This controls the % that widgets will be highlighted by when the mouse hovers over them.&lt;/p&gt;</string>
1308          </property>
1309          <property name="text">
1310           <string>Highlight by:</string>
1311          </property>
1312          <property name="wordWrap">
1313           <bool>false</bool>
1314          </property>
1315         </widget>
1316        </item>
1317        <item row="1" column="1">
1318         <widget class="QSpinBox" name="highlightFactor">
1319          <property name="toolTip">
1320           <string>&lt;p&gt;Defines by how much the theme should brighten (or darken) the color of the active widget under the mouse.&lt;/p&gt;</string>
1321          </property>
1322          <property name="suffix">
1323           <string>%</string>
1324          </property>
1325         </widget>
1326        </item>
1327       </layout>
1328      </widget>
1329      <widget class="QWidget" name="page_7">
1330       <layout class="QFormLayout" name="formLayout_8">
1331        <property name="fieldGrowthPolicy">
1332         <enum>QFormLayout::ExpandingFieldsGrow</enum>
1333        </property>
1334        <item row="0" column="0">
1335         <widget class="QLabel" name="label_19">
1336          <property name="text">
1337           <string>Header appearance:</string>
1338          </property>
1339         </widget>
1340        </item>
1341        <item row="0" column="1">
1342         <widget class="QComboBox" name="lvAppearance">
1343          <property name="toolTip">
1344           <string>&lt;p&gt;Defines the gradient to be used in the header of listviews and treeviews.&lt;/p&gt;</string>
1345          </property>
1346         </widget>
1347        </item>
1348        <item row="1" column="1">
1349         <widget class="QCheckBox" name="lvButton">
1350          <property name="sizePolicy">
1351           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
1352            <horstretch>0</horstretch>
1353            <verstretch>0</verstretch>
1354           </sizepolicy>
1355          </property>
1356          <property name="toolTip">
1357           <string>&lt;p&gt;If enabled, headers will be drawn using the button color, otherwise the standard window background color will be used.&lt;/p&gt;</string>
1358          </property>
1359          <property name="text">
1360           <string>Button color</string>
1361          </property>
1362         </widget>
1363        </item>
1364        <item row="2" column="0">
1365         <widget class="QLabel" name="label_65">
1366          <property name="text">
1367           <string>Shade header of sorted column:</string>
1368          </property>
1369         </widget>
1370        </item>
1371        <item row="2" column="1">
1372         <widget class="QComboBox" name="sortedLv">
1373          <property name="toolTip">
1374           <string>&lt;p&gt;Controls the coloration to be applied to the header of the currently sorted column.</string>
1375          </property>
1376         </widget>
1377        </item>
1378        <item row="3" column="1">
1379         <widget class="KColorButton" name="customSortedLvColor">
1380          <property name="enabled">
1381           <bool>false</bool>
1382          </property>
1383          <property name="sizePolicy">
1384           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1385            <horstretch>0</horstretch>
1386            <verstretch>0</verstretch>
1387           </sizepolicy>
1388          </property>
1389          <property name="toolTip">
1390           <string>&lt;p&gt;Sets the custom color.</string>
1391          </property>
1392         </widget>
1393        </item>
1394        <item row="4" column="0">
1395         <widget class="QLabel" name="label_66">
1396          <property name="text">
1397           <string>Rows:</string>
1398          </property>
1399         </widget>
1400        </item>
1401        <item row="4" column="1">
1402         <widget class="QCheckBox" name="forceAlternateLvCols">
1403          <property name="toolTip">
1404           <string>&lt;p&gt;If this is enabled, QtCurve will attempt to make all listviews and treeviews have alternating row colors - regardless of whether the application author has enabled this or not.</string>
1405          </property>
1406          <property name="text">
1407           <string>Force alternate colors</string>
1408          </property>
1409         </widget>
1410        </item>
1411        <item row="5" column="0">
1412         <widget class="QLabel" name="textLabel1_8_2_4">
1413          <property name="text">
1414           <string>Selection appearance:</string>
1415          </property>
1416          <property name="wordWrap">
1417           <bool>false</bool>
1418          </property>
1419         </widget>
1420        </item>
1421        <item row="5" column="1">
1422         <widget class="QComboBox" name="selectionAppearance">
1423          <property name="toolTip">
1424           <string>&lt;p&gt;Defines the gradient to be used when selecting items.</string>
1425          </property>
1426         </widget>
1427        </item>
1428        <item row="6" column="1">
1429         <widget class="QCheckBox" name="borderSelection">
1430          <property name="toolTip">
1431           <string>&lt;p&gt;If enabled, then selected items in listviews and treeviews will be drawn with bordered edges - but only if they are set to be rounded as well.</string>
1432          </property>
1433          <property name="text">
1434           <string>Bordered</string>
1435          </property>
1436         </widget>
1437        </item>
1438        <item row="7" column="0">
1439         <widget class="QLabel" name="label_48">
1440          <property name="text">
1441           <string>Lines between items:</string>
1442          </property>
1443         </widget>
1444        </item>
1445        <item row="7" column="1">
1446         <widget class="QCheckBox" name="lvLines">
1447          <property name="toolTip">
1448           <string>&lt;p&gt;Controls the style of lines drawn between items in a treeview.</string>
1449          </property>
1450          <property name="text">
1451           <string>Enabled</string>
1452          </property>
1453         </widget>
1454        </item>
1455       </layout>
1456      </widget>
1457      <widget class="QWidget" name="page_15">
1458       <layout class="QVBoxLayout">
1459        <item>
1460         <widget class="QCheckBox" name="gtkScrollViews">
1461          <property name="toolTip">
1462           <string>&lt;p&gt;Controls whether the scrollbars should be detached from the scrollview (i.e. on the outside), or embedded within the scrollview.</string>
1463          </property>
1464          <property name="text">
1465           <string>Scrollbars on the outside</string>
1466          </property>
1467         </widget>
1468        </item>
1469        <item>
1470         <widget class="QCheckBox" name="highlightScrollViews">
1471          <property name="toolTip">
1472           <string>&lt;p&gt;Controls whether the active scrollview should be highlighted as per line-edits.</string>
1473          </property>
1474          <property name="text">
1475           <string>Highlight on focus (KDE)</string>
1476          </property>
1477         </widget>
1478        </item>
1479        <item>
1480         <spacer>
1481          <property name="orientation">
1482           <enum>Qt::Vertical</enum>
1483          </property>
1484          <property name="sizeHint" stdset="0">
1485           <size>
1486            <width>20</width>
1487            <height>40</height>
1488           </size>
1489          </property>
1490         </spacer>
1491        </item>
1492       </layout>
1493      </widget>
1494      <widget class="QWidget" name="page_8">
1495       <layout class="QFormLayout" name="formLayout_9">
1496        <item row="0" column="0">
1497         <widget class="QLabel" name="label_20">
1498          <property name="text">
1499           <string>Active tab appearance:</string>
1500          </property>
1501         </widget>
1502        </item>
1503        <item row="0" column="1">
1504         <widget class="QComboBox" name="activeTabAppearance">
1505          <property name="toolTip">
1506           <string>&lt;p&gt;Defines the gradient to be used for the currently active tab.</string>
1507          </property>
1508         </widget>
1509        </item>
1510        <item row="1" column="1">
1511         <widget class="QCheckBox" name="highlightTab">
1512          <property name="toolTip">
1513           <string>&lt;p&gt;This will cause a colored stripe to be drawn at the top/bottom of the current tab.</string>
1514          </property>
1515          <property name="text">
1516           <string>Highlight</string>
1517          </property>
1518         </widget>
1519        </item>
1520        <item row="2" column="1">
1521         <widget class="QSpinBox" name="colorSelTab">
1522          <property name="toolTip">
1523           <string>&lt;p&gt;Controls the amount of tinting applied to the active tab. The active tab is tinted by blending the 'highlight' color with the background color.</string>
1524          </property>
1525          <property name="suffix">
1526           <string>%</string>
1527          </property>
1528          <property name="prefix">
1529           <string>Tint by </string>
1530          </property>
1531         </widget>
1532        </item>
1533        <item row="3" column="0">
1534         <widget class="QLabel" name="label_21">
1535          <property name="text">
1536           <string>Inactive tab appearance:</string>
1537          </property>
1538         </widget>
1539        </item>
1540        <item row="3" column="1">
1541         <widget class="QComboBox" name="tabAppearance">
1542          <property name="toolTip">
1543           <string>&lt;p&gt;Defines the gradient to be used for the inactive tabs.</string>
1544          </property>
1545         </widget>
1546        </item>
1547        <item row="4" column="0">
1548         <widget class="QLabel" name="label_33">
1549          <property name="text">
1550           <string>Mouse-over:</string>
1551          </property>
1552         </widget>
1553        </item>
1554        <item row="4" column="1">
1555         <widget class="QComboBox" name="tabMouseOver">
1556          <property name="toolTip">
1557           <string>&lt;p&gt;Controls the mouse-over effect applied to the tab currently under the mouse. Note, if 'glow' is selected, then 'Round tabs' will be set to 'All' - and this creates a 2 pixel gap between tabs.</string>
1558          </property>
1559         </widget>
1560        </item>
1561        <item row="5" column="0">
1562         <widget class="QLabel" name="label_49">
1563          <property name="text">
1564           <string>Alter background by:</string>
1565          </property>
1566         </widget>
1567        </item>
1568        <item row="5" column="1">
1569         <widget class="QSpinBox" name="tabBgnd">
1570          <property name="toolTip">
1571           <string>&lt;p&gt;Lightens, or darkens, the background of the whole tab widget.</string>
1572          </property>
1573          <property name="suffix">
1574           <string>%</string>
1575          </property>
1576          <property name="prefix">
1577           <string/>
1578          </property>
1579         </widget>
1580        </item>
1581        <item row="6" column="0">
1582         <widget class="QLabel" name="label_51">
1583          <property name="text">
1584           <string>Round tabs:</string>
1585          </property>
1586          <property name="alignment">
1587           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
1588          </property>
1589          <property name="margin">
1590           <number>1</number>
1591          </property>
1592         </widget>
1593        </item>
1594        <item row="6" column="1">
1595         <widget class="QFrame" name="frame">
1596          <property name="frameShape">
1597           <enum>QFrame::NoFrame</enum>
1598          </property>
1599          <property name="frameShadow">
1600           <enum>QFrame::Plain</enum>
1601          </property>
1602          <property name="lineWidth">
1603           <number>0</number>
1604          </property>
1605          <layout class="QVBoxLayout" name="verticalLayout_6">
1606           <property name="spacing">
1607            <number>0</number>
1608           </property>
1609           <property name="leftMargin">
1610            <number>0</number>
1611           </property>
1612           <property name="topMargin">
1613            <number>0</number>
1614           </property>
1615           <property name="rightMargin">
1616            <number>0</number>
1617           </property>
1618           <property name="bottomMargin">
1619            <number>0</number>
1620           </property>
1621           <item>
1622            <widget class="QRadioButton" name="roundAllTabs_false">
1623             <property name="toolTip">
1624              <string>&lt;p&gt;If enabled, only the active tab is rounded - and all the inactive tabs appear closer together.</string>
1625             </property>
1626             <property name="text">
1627              <string>Selected only</string>
1628             </property>
1629             <property name="checked">
1630              <bool>false</bool>
1631             </property>
1632            </widget>
1633           </item>
1634           <item>
1635            <widget class="QRadioButton" name="roundAllTabs">
1636             <property name="toolTip">
1637              <string>&lt;p&gt;If enabled, all tabs are rounded - there will be a 2 pixel gap between each tab if 'glow' is selected as the general colored mouse over style.</string>
1638             </property>
1639             <property name="text">
1640              <string>All</string>
1641             </property>
1642             <property name="checked">
1643              <bool>true</bool>
1644             </property>
1645            </widget>
1646           </item>
1647          </layout>
1648         </widget>
1649        </item>
1650        <item row="7" column="0">
1651         <widget class="QLabel" name="label_52">
1652          <property name="text">
1653           <string>Border:</string>
1654          </property>
1655          <property name="alignment">
1656           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
1657          </property>
1658          <property name="margin">
1659           <number>1</number>
1660          </property>
1661         </widget>
1662        </item>
1663        <item row="7" column="1">
1664         <widget class="QFrame" name="frame_2">
1665          <property name="frameShape">
1666           <enum>QFrame::NoFrame</enum>
1667          </property>
1668          <property name="frameShadow">
1669           <enum>QFrame::Plain</enum>
1670          </property>
1671          <property name="lineWidth">
1672           <number>0</number>
1673          </property>
1674          <layout class="QVBoxLayout" name="verticalLayout_5">
1675           <property name="spacing">
1676            <number>0</number>
1677           </property>
1678           <property name="leftMargin">
1679            <number>0</number>
1680           </property>
1681           <property name="topMargin">
1682            <number>0</number>
1683           </property>
1684           <property name="rightMargin">
1685            <number>0</number>
1686           </property>
1687           <property name="bottomMargin">
1688            <number>0</number>
1689           </property>
1690           <item>
1691            <widget class="QRadioButton" name="borderTab_false">
1692             <property name="toolTip">
1693              <string>&lt;p&gt;If enabled, the tabs and the tab widget will have a 3D style border - with a light shade on the top and left, and a dark shade on the bottom and right.</string>
1694             </property>
1695             <property name="text">
1696              <string>Standard</string>
1697             </property>
1698            </widget>
1699           </item>
1700           <item>
1701            <widget class="QRadioButton" name="borderTab">
1702             <property name="toolTip">
1703              <string>&lt;p&gt;If enabled, the tabs and tab widget will have an outer dark border, and a light inner border.</string>
1704             </property>
1705             <property name="text">
1706              <string>Light</string>
1707             </property>
1708             <property name="checked">
1709              <bool>true</bool>
1710             </property>
1711            </widget>
1712           </item>
1713          </layout>
1714         </widget>
1715        </item>
1716        <item row="8" column="0">
1717         <widget class="QLabel" name="label_62">
1718          <property name="text">
1719           <string>Inactive tab inner border:</string>
1720          </property>
1721          <property name="alignment">
1722           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
1723          </property>
1724          <property name="margin">
1725           <number>1</number>
1726          </property>
1727         </widget>
1728        </item>
1729        <item row="8" column="1">
1730         <widget class="QFrame" name="frame_5">
1731          <property name="frameShape">
1732           <enum>QFrame::NoFrame</enum>
1733          </property>
1734          <property name="frameShadow">
1735           <enum>QFrame::Raised</enum>
1736          </property>
1737          <property name="lineWidth">
1738           <number>0</number>
1739          </property>
1740          <layout class="QVBoxLayout" name="verticalLayout_9">
1741           <property name="spacing">
1742            <number>0</number>
1743           </property>
1744           <property name="leftMargin">
1745            <number>0</number>
1746           </property>
1747           <property name="topMargin">
1748            <number>0</number>
1749           </property>
1750           <property name="rightMargin">
1751            <number>0</number>
1752           </property>
1753           <property name="bottomMargin">
1754            <number>0</number>
1755           </property>
1756           <item>
1757            <widget class="QRadioButton" name="borderInactiveTab">
1758             <property name="toolTip">
1759              <string>&lt;p&gt;If enabled, inactive tabs will have a border as per the 'Border' setting.</string>
1760             </property>
1761             <property name="text">
1762              <string>Same as active tab</string>
1763             </property>
1764             <property name="checked">
1765              <bool>true</bool>
1766             </property>
1767            </widget>
1768           </item>
1769           <item>
1770            <widget class="QRadioButton" name="borderInactiveTab_false">
1771             <property name="toolTip">
1772              <string>&lt;p&gt;If enabled, inactive tabs will have no inner border.</string>
1773             </property>
1774             <property name="text">
1775              <string>No inner border</string>
1776             </property>
1777            </widget>
1778           </item>
1779          </layout>
1780         </widget>
1781        </item>
1782        <item row="9" column="0">
1783         <widget class="QLabel" name="label_67">
1784          <property name="text">
1785           <string>Shade of bottom tabs:</string>
1786          </property>
1787          <property name="alignment">
1788           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
1789          </property>
1790          <property name="margin">
1791           <number>1</number>
1792          </property>
1793         </widget>
1794        </item>
1795        <item row="9" column="1">
1796         <widget class="QFrame" name="frame_6">
1797          <property name="frameShape">
1798           <enum>QFrame::NoFrame</enum>
1799          </property>
1800          <property name="frameShadow">
1801           <enum>QFrame::Raised</enum>
1802          </property>
1803          <layout class="QVBoxLayout" name="verticalLayout_10">
1804           <property name="spacing">
1805            <number>0</number>
1806           </property>
1807           <property name="leftMargin">
1808            <number>0</number>
1809           </property>
1810           <property name="topMargin">
1811            <number>0</number>
1812           </property>
1813           <property name="rightMargin">
1814            <number>0</number>
1815           </property>
1816           <property name="bottomMargin">
1817            <number>0</number>
1818           </property>
1819           <item>
1820            <widget class="QRadioButton" name="invertBotTab_false">
1821             <property name="toolTip">
1822              <string>&lt;p&gt;If enabled, tabs on the bottom will use the same gradient as tabs on the top. i.e. if the top tabs shades from light to the background color, then the bottom tabs will go from the background color to light - this can sometimes give the appearance that the bottom tabs are sticking out.</string>
1823             </property>
1824             <property name="text">
1825              <string>Same as top tabs</string>
1826             </property>
1827            </widget>
1828           </item>
1829           <item>
1830            <widget class="QRadioButton" name="invertBotTab">
1831             <property name="toolTip">
1832              <string>&lt;p&gt;If enabled, tabs on the bottom will use the an inverted gradient to tabs on the top. i.e. if the top tabs shades from light to the background color, then bottom tabs will go from the background color to dark.</string>
1833             </property>
1834             <property name="text">
1835              <string>Invert</string>
1836             </property>
1837            </widget>
1838           </item>
1839          </layout>
1840         </widget>
1841        </item>
1842        <item row="10" column="0">
1843         <widget class="QLabel" name="label_67a">
1844          <property name="text">
1845           <string>Tabs within toolbars:</string>
1846          </property>
1847          <property name="alignment">
1848           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
1849          </property>
1850          <property name="margin">
1851           <number>1</number>
1852          </property>
1853         </widget>
1854        </item>
1855        <item row="10" column="1">
1856         <widget class="QFrame" name="frame_6a">
1857          <property name="frameShape">
1858           <enum>QFrame::NoFrame</enum>
1859          </property>
1860          <property name="frameShadow">
1861           <enum>QFrame::Raised</enum>
1862          </property>
1863          <layout class="QVBoxLayout" name="verticalLayout_10a">
1864           <property name="spacing">
1865            <number>0</number>
1866           </property>
1867           <property name="leftMargin">
1868            <number>0</number>
1869           </property>
1870           <property name="topMargin">
1871            <number>0</number>
1872           </property>
1873           <property name="rightMargin">
1874            <number>0</number>
1875           </property>
1876           <property name="bottomMargin">
1877            <number>0</number>
1878           </property>
1879           <item>
1880            <widget class="QRadioButton" name="toolbarTabs">
1881             <property name="toolTip">
1882              <string>&lt;p&gt;If enabled, tabs that are within toolbars will be drawn as normal.</string>
1883             </property>
1884             <property name="text">
1885              <string>Draw as standard tabs</string>
1886             </property>
1887            </widget>
1888           </item>
1889           <item>
1890            <widget class="QRadioButton" name="toolbarTabs_false">
1891             <property name="toolTip">
1892              <string>&lt;p&gt;If enabled, tabs that are within toolbars will be drawn the same as sidebar buttons.</string>
1893             </property>
1894             <property name="text">
1895              <string>Draw as per sidebar button settings</string>
1896             </property>
1897            </widget>
1898           </item>
1899          </layout>
1900         </widget>
1901        </item>
1902        <item row="11" column="0">
1903         <widget class="QLabel" name="label_86">
1904          <property name="text">
1905           <string>Text:</string>
1906          </property>
1907          <property name="alignment">
1908           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
1909          </property>
1910          <property name="margin">
1911           <number>1</number>
1912          </property>
1913         </widget>
1914        </item>
1915        <item row="11" column="1">
1916         <widget class="QFrame" name="frame_8">
1917          <property name="frameShape">
1918           <enum>QFrame::NoFrame</enum>
1919          </property>
1920          <property name="frameShadow">
1921           <enum>QFrame::Raised</enum>
1922          </property>
1923          <layout class="QVBoxLayout" name="verticalLayout_10a_2">
1924           <property name="spacing">
1925            <number>0</number>
1926           </property>
1927           <property name="leftMargin">
1928            <number>0</number>
1929           </property>
1930           <property name="topMargin">
1931            <number>0</number>
1932           </property>
1933           <property name="rightMargin">
1934            <number>0</number>
1935           </property>
1936           <property name="bottomMargin">
1937            <number>0</number>
1938           </property>
1939           <item>
1940            <widget class="QRadioButton" name="centerTabText_false">
1941             <property name="toolTip">
1942              <string>&lt;p&gt;If enabled, tabs that are within toolbars will be drawn as normal.</string>
1943             </property>
1944             <property name="text">
1945              <string>Left aligned</string>
1946             </property>
1947            </widget>
1948           </item>
1949           <item>
1950            <widget class="QRadioButton" name="centerTabText">
1951             <property name="toolTip">
1952              <string>&lt;p&gt;If enabled, tabs that are within toolbars will be drawn the same as sidebar buttons.</string>
1953             </property>
1954             <property name="text">
1955              <string>Centre aligned</string>
1956             </property>
1957            </widget>
1958           </item>
1959          </layout>
1960         </widget>
1961        </item>
1962       </layout>
1963      </widget>
1964      <widget class="QWidget" name="page_9">
1965       <layout class="QFormLayout" name="formLayout_10">
1966        <property name="fieldGrowthPolicy">
1967         <enum>QFormLayout::ExpandingFieldsGrow</enum>
1968        </property>
1969        <item row="0" column="0">
1970         <widget class="QLabel" name="label_22">
1971          <property name="text">
1972           <string>Coloration:</string>
1973          </property>
1974         </widget>
1975        </item>
1976        <item row="0" column="1">
1977         <widget class="QComboBox" name="shadeCheckRadio">
1978          <property name="toolTip">
1979           <string>&lt;p&gt;Controls the color of the indicator part of a check or radio - ie. the 'dot' or 'check' mark.</string>
1980          </property>
1981         </widget>
1982        </item>
1983        <item row="1" column="1">
1984         <widget class="KColorButton" name="customCheckRadioColor">
1985          <property name="sizePolicy">
1986           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
1987            <horstretch>0</horstretch>
1988            <verstretch>0</verstretch>
1989           </sizepolicy>
1990          </property>
1991          <property name="toolTip">
1992           <string>&lt;p&gt;Sets the custom color.</string>
1993          </property>
1994          <property name="text">
1995           <string/>
1996          </property>
1997         </widget>
1998        </item>
1999        <item row="3" column="0">
2000         <widget class="QLabel" name="label_53">
2001          <property name="text">
2002           <string>Checkmarks:</string>
2003          </property>
2004          <property name="alignment">
2005           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
2006          </property>
2007          <property name="margin">
2008           <number>1</number>
2009          </property>
2010         </widget>
2011        </item>
2012        <item row="3" column="1">
2013         <widget class="QFrame" name="frame_3">
2014          <property name="frameShape">
2015           <enum>QFrame::NoFrame</enum>
2016          </property>
2017          <property name="frameShadow">
2018           <enum>QFrame::Plain</enum>
2019          </property>
2020          <property name="lineWidth">
2021           <number>0</number>
2022          </property>
2023          <layout class="QVBoxLayout" name="verticalLayout_7">
2024           <property name="spacing">
2025            <number>0</number>
2026           </property>
2027           <property name="leftMargin">
2028            <number>0</number>
2029           </property>
2030           <property name="topMargin">
2031            <number>0</number>
2032           </property>
2033           <property name="rightMargin">
2034            <number>0</number>
2035           </property>
2036           <property name="bottomMargin">
2037            <number>0</number>
2038           </property>
2039           <item>
2040            <widget class="QRadioButton" name="xCheck_false">
2041             <property name="toolTip">
2042              <string>&lt;p&gt;If enabled, checkboxes will have a 'tick' to indicate that they are selected.</string>
2043             </property>
2044             <property name="text">
2045              <string>Tick</string>
2046             </property>
2047             <property name="checked">
2048              <bool>true</bool>
2049             </property>
2050            </widget>
2051           </item>
2052           <item>
2053            <widget class="QRadioButton" name="xCheck">
2054             <property name="toolTip">
2055              <string>&lt;p&gt;If enabled, checkboxes will have a 'cross' (or 'X') to indicate that they are selected.</string>
2056             </property>
2057             <property name="text">
2058              <string>Cross</string>
2059             </property>
2060            </widget>
2061           </item>
2062          </layout>
2063         </widget>
2064        </item>
2065        <item row="4" column="0">
2066         <widget class="QLabel" name="label_71">
2067          <property name="text">
2068           <string>Radio 'dot':</string>
2069          </property>
2070          <property name="alignment">
2071           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
2072          </property>
2073          <property name="margin">
2074           <number>1</number>
2075          </property>
2076         </widget>
2077        </item>
2078        <item row="4" column="1">
2079         <widget class="QFrame" name="frame_7">
2080          <property name="frameShape">
2081           <enum>QFrame::NoFrame</enum>
2082          </property>
2083          <property name="frameShadow">
2084           <enum>QFrame::Plain</enum>
2085          </property>
2086          <property name="lineWidth">
2087           <number>0</number>
2088          </property>
2089          <layout class="QVBoxLayout" name="verticalLayout_11">
2090           <property name="spacing">
2091            <number>0</number>
2092           </property>
2093           <property name="leftMargin">
2094            <number>0</number>
2095           </property>
2096           <property name="topMargin">
2097            <number>0</number>
2098           </property>
2099           <property name="rightMargin">
2100            <number>0</number>
2101           </property>
2102           <property name="bottomMargin">
2103            <number>0</number>
2104           </property>
2105           <item>
2106            <widget class="QRadioButton" name="smallRadio_false">
2107             <property name="toolTip">
2108              <string>&lt;p&gt;If enabled, radio buttons will have a large 'dot' to indicate that they are selected.</string>
2109             </property>
2110             <property name="text">
2111              <string>Large</string>
2112             </property>
2113            </widget>
2114           </item>
2115           <item>
2116            <widget class="QRadioButton" name="smallRadio">
2117             <property name="toolTip">
2118              <string>&lt;p&gt;If enabled, radio buttons will have a small 'dot' to indicate that they are selected.</string>
2119             </property>
2120             <property name="text">
2121              <string>Small</string>
2122             </property>
2123            </widget>
2124           </item>
2125          </layout>
2126         </widget>
2127        </item>
2128        <item row="5" column="0">
2129         <widget class="QLabel" name="label_54">
2130          <property name="text">
2131           <string>Background mouse-over highlight:</string>
2132          </property>
2133         </widget>
2134        </item>
2135        <item row="5" column="1">
2136         <widget class="QSpinBox" name="crHighlight">
2137          <property name="toolTip">
2138           <string>&lt;p&gt;Defines by how much the theme should brighten (or darken) the background of the text associated with a checkbox, or radio button, when the mouse hovers over it.</string>
2139          </property>
2140          <property name="suffix">
2141           <string>%</string>
2142          </property>
2143         </widget>
2144        </item>
2145        <item row="6" column="0">
2146         <widget class="QLabel" name="label_70">
2147          <property name="text">
2148           <string>Emblem:</string>
2149          </property>
2150         </widget>
2151        </item>
2152        <item row="6" column="1">
2153         <widget class="QCheckBox" name="crButton">
2154          <property name="toolTip">
2155           <string>&lt;p&gt;Controls whether the background of the checkbox, or radio button, should appear sunken like or button like.</string>
2156          </property>
2157          <property name="text">
2158           <string>Button like</string>
2159          </property>
2160         </widget>
2161        </item>
2162        <item row="2" column="0">
2163         <widget class="QLabel" name="label_87">
2164          <property name="text">
2165           <string>Size:</string>
2166          </property>
2167         </widget>
2168        </item>
2169        <item row="2" column="1">
2170         <widget class="QComboBox" name="crSize">
2171          <property name="toolTip">
2172           <string>&lt;p&gt;Configures the size of checkboxes and radio buttons.</string>
2173          </property>
2174         </widget>
2175        </item>
2176        <item row="7" column="1">
2177         <widget class="QComboBox" name="crColor">
2178          <property name="toolTip">
2179           <string>&lt;p&gt;Sets the color of selected checkboxes and radio buttons when these are set to 'button like'.</string>
2180          </property>
2181         </widget>
2182        </item>
2183        <item row="8" column="1">
2184         <widget class="KColorButton" name="customCrBgndColor">
2185          <property name="toolTip">
2186           <string>&lt;p&gt;Sets the custom color.</string>
2187          </property>
2188         </widget>
2189        </item>
2190        <item row="7" column="0">
2191         <widget class="QLabel" name="label_88">
2192          <property name="text">
2193           <string>Selected emblem:</string>
2194          </property>
2195         </widget>
2196        </item>
2197       </layout>
2198      </widget>
2199      <widget class="QWidget" name="page_10">
2200       <layout class="QFormLayout" name="formLayout_15">
2201        <item row="0" column="0">
2202         <widget class="QLabel" name="label_23">
2203          <property name="text">
2204           <string>Active appearance:</string>
2205          </property>
2206         </widget>
2207        </item>
2208        <item row="0" column="1">
2209         <widget class="QComboBox" name="titlebarAppearance">
2210          <property name="toolTip">
2211           <string>&lt;p&gt;Controls the gradient applied to the titlebar of active windows.</string>
2212          </property>
2213         </widget>
2214        </item>
2215        <item row="1" column="0">
2216         <widget class="QLabel" name="label_28">
2217          <property name="text">
2218           <string>Inactive appearance:</string>
2219          </property>
2220         </widget>
2221        </item>
2222        <item row="1" column="1">
2223         <widget class="QComboBox" name="inactiveTitlebarAppearance">
2224          <property name="toolTip">
2225           <string>&lt;p&gt;Controls the gradient applied to the titlebar of inactive windows.</string>
2226          </property>
2227         </widget>
2228        </item>
2229        <item row="2" column="0">
2230         <widget class="QLabel" name="label_31">
2231          <property name="text">
2232           <string>Text alignment:</string>
2233          </property>
2234         </widget>
2235        </item>
2236        <item row="2" column="1">
2237         <widget class="QComboBox" name="titlebarAlignment">
2238          <property name="toolTip">
2239           <string>&lt;p&gt;Controls the alignment of the titlebar text. 'Center (full width)' means that the text is centered in the middle of the complete titlebar, whereas with 'Center (between controls)' the text is centered between the window controls to the left and right.</string>
2240          </property>
2241         </widget>
2242        </item>
2243        <item row="3" column="0">
2244         <widget class="QLabel" name="label_74">
2245          <property name="text">
2246           <string>Text/icon effect:</string>
2247          </property>
2248         </widget>
2249        </item>
2250        <item row="3" column="1">
2251         <widget class="QComboBox" name="titlebarEffect">
2252          <property name="toolTip">
2253           <string>&lt;p&gt;Controls the 'effect' applied to the text and icons - shadow, etching, or none.</string>
2254          </property>
2255         </widget>
2256        </item>
2257        <item row="4" column="0">
2258         <widget class="QLabel" name="label_43">
2259          <property name="text">
2260           <string>Application icon:</string>
2261          </property>
2262         </widget>
2263        </item>
2264        <item row="4" column="1">
2265         <widget class="QComboBox" name="titlebarIcon">
2266          <property name="toolTip">
2267           <string>&lt;p&gt;Controls where the application's icon should be drawn on the titlebar. If 'Place on menu button' is selected, then the icon takes place of the menu button.</string>
2268          </property>
2269         </widget>
2270        </item>
2271        <item row="5" column="0">
2272         <widget class="QLabel" name="label_27">
2273          <property name="text">
2274           <string>Coloration:</string>
2275          </property>
2276         </widget>
2277        </item>
2278        <item row="5" column="1">
2279         <widget class="QCheckBox" name="windowBorder_colorTitlebarOnly">
2280          <property name="toolTip">
2281           <string>&lt;p&gt;If enabled, only the titlebar, and not the border, of windows will be colored.</string>
2282          </property>
2283          <property name="text">
2284           <string>Only color titlebar</string>
2285          </property>
2286         </widget>
2287        </item>
2288        <item row="6" column="1">
2289         <widget class="QCheckBox" name="windowBorder_blend">
2290          <property name="toolTip">
2291           <string>&lt;p&gt;If enabled, the background color will be used as the last part of the titlebar gradient.</string>
2292          </property>
2293          <property name="text">
2294           <string>Blend titlebar color into background color</string>
2295          </property>
2296         </widget>
2297        </item>
2298        <item row="7" column="1">
2299         <widget class="QCheckBox" name="windowBorder_fill">
2300          <property name="toolTip">
2301           <string>&lt;p&gt;If enabled, before drawing the titlebar gradient, it will be filled with the background colour/gradient.</string>
2302          </property>
2303          <property name="text">
2304           <string>Fill titlebar background before applying gradient.</string>
2305          </property>
2306         </widget>
2307        </item>
2308        <item row="8" column="1">
2309         <widget class="QCheckBox" name="windowBorder_menuColor">
2310          <property name="toolTip">
2311           <string>&lt;p&gt;If enabled, the configured menubar color will be used for windows that have menubars.</string>
2312          </property>
2313          <property name="text">
2314           <string>Use menubar color</string>
2315          </property>
2316         </widget>
2317        </item>
2318        <item row="9" column="0">
2319         <widget class="QLabel" name="label_55">
2320          <property name="text">
2321           <string>Add a light border:</string>
2322          </property>
2323         </widget>
2324        </item>
2325        <item row="9" column="1">
2326         <widget class="QCheckBox" name="windowBorder_addLightBorder">
2327          <property name="toolTip">
2328           <string>&lt;p&gt;If enabled, a 1 pixel light border is added to the top and left of the window.</string>
2329          </property>
2330          <property name="text">
2331           <string>Enabled</string>
2332          </property>
2333         </widget>
2334        </item>
2335        <item row="10" column="0">
2336         <widget class="QLabel" name="label_55b">
2337          <property name="text">
2338           <string>Draw separator on active windows:</string>
2339          </property>
2340         </widget>
2341        </item>
2342        <item row="10" column="1">
2343         <widget class="QCheckBox" name="windowBorder_separator">
2344          <property name="toolTip">
2345           <string>&lt;p&gt;If enabled, a separator is drawn between the titlebar and window.</string>
2346          </property>
2347          <property name="text">
2348           <string>Enabled</string>
2349          </property>
2350         </widget>
2351        </item>
2352        <item row="11" column="0">
2353         <widget class="QLabel" name="label_92">
2354          <property name="text">
2355           <string>Drag windows from:</string>
2356          </property>
2357         </widget>
2358        </item>
2359        <item row="11" column="1">
2360         <widget class="QComboBox" name="windowDrag"/>
2361        </item>
2362       </layout>
2363      </widget>
2364      <widget class="QWidget" name="page_19">
2365       <layout class="QFormLayout" name="formLayout_16">
2366        <item row="0" column="0">
2367         <widget class="QLabel" name="label_56">
2368          <property name="text">
2369           <string>Buttons:</string>
2370          </property>
2371         </widget>
2372        </item>
2373        <item row="0" column="1">
2374         <widget class="QComboBox" name="titlebarButtonAppearance">
2375          <property name="toolTip">
2376           <string>&lt;p&gt;Defines the gradient used to fill the titlebar buttons.</string>
2377          </property>
2378         </widget>
2379        </item>
2380        <item row="1" column="1">
2381         <widget class="QCheckBox" name="titlebarButtons_noFrame">
2382          <property name="toolTip">
2383           <string>&lt;p&gt;If enabled, only the symbol is drawn - and not the button background.</string>
2384          </property>
2385          <property name="text">
2386           <string>Only show symbols</string>
2387          </property>
2388         </widget>
2389        </item>
2390        <item row="2" column="1">
2391         <widget class="QCheckBox" name="titlebarButtons_round">
2392          <property name="toolTip">
2393           <string>&lt;p&gt;If enabled, the buttons will have a circular background - regardless of the general round setting.</string>
2394          </property>
2395          <property name="text">
2396           <string>Circular</string>
2397          </property>
2398         </widget>
2399        </item>
2400        <item row="3" column="1">
2401         <widget class="QCheckBox" name="titlebarButtons_hoverFrame">
2402          <property name="toolTip">
2403           <string>&lt;p&gt;If enabled, the button background (or frame) will only be shown when under the mouse.</string>
2404          </property>
2405          <property name="text">
2406           <string>Show frame on mouse-over</string>
2407          </property>
2408         </widget>
2409        </item>
2410        <item row="4" column="1">
2411         <widget class="QCheckBox" name="titlebarButtons_hoverSymbol">
2412          <property name="toolTip">
2413           <string>&lt;p&gt;If enabled, the icon will only be shown at full strength when under the mouse - otherwise it will be blended with the background.</string>
2414          </property>
2415          <property name="text">
2416           <string>Highlight symbol on mouse-over</string>
2417          </property>
2418         </widget>
2419        </item>
2420        <item row="6" column="1">
2421         <widget class="QCheckBox" name="titlebarButtons_button">
2422          <property name="toolTip">
2423           <string>&lt;p&gt;If enabled, the titlebar buttons will be drawn using the standard button color - otherwise the titlebar color will be used.</string>
2424          </property>
2425          <property name="text">
2426           <string>Standard button color</string>
2427          </property>
2428         </widget>
2429        </item>
2430        <item row="7" column="1">
2431         <widget class="QCheckBox" name="titlebarButtons_custom">
2432          <property name="toolTip">
2433           <string>&lt;p&gt;If enabled, the titlebar buttons will be drawn using the custom colors defined in the next page.</string>
2434          </property>
2435          <property name="text">
2436           <string>Use custom background colors</string>
2437          </property>
2438         </widget>
2439        </item>
2440        <item row="9" column="1">
2441         <widget class="QCheckBox" name="titlebarButtons_colorOnMouseOver">
2442          <property name="toolTip">
2443           <string>&lt;p&gt;If enabled, the colors will only be used when the button is under the mouse.</string>
2444          </property>
2445          <property name="text">
2446           <string>Use color only for mouse-over</string>
2447          </property>
2448         </widget>
2449        </item>
2450        <item row="10" column="1">
2451         <widget class="QCheckBox" name="titlebarButtons_useHover">
2452          <property name="toolTip">
2453           <string>&lt;p&gt;If enabled, symbols will use the KDE hover color when moused-over.</string>
2454          </property>
2455          <property name="text">
2456           <string>Use hover color for mouse-over of symbols</string>
2457          </property>
2458         </widget>
2459        </item>
2460        <item row="11" column="1">
2461         <widget class="QCheckBox" name="titlebarButtons_sunkenBackground">
2462          <property name="toolTip">
2463           <string>&lt;p&gt;If enabled, a sunken background is drawn behind the buttons.</string>
2464          </property>
2465          <property name="text">
2466           <string>Sunken background</string>
2467          </property>
2468         </widget>
2469        </item>
2470        <item row="12" column="1">
2471         <widget class="QCheckBox" name="titlebarButtons_arrowMinMax">
2472          <property name="toolTip">
2473           <string>&lt;p&gt;If enabled, arrows are drawn as the icons for min and max buttons.</string>
2474          </property>
2475          <property name="text">
2476           <string>Use arrows for min/max buttons</string>
2477          </property>
2478         </widget>
2479        </item>
2480        <item row="13" column="1">
2481         <widget class="QCheckBox" name="titlebarButtons_hideOnInactiveWindow">
2482          <property name="toolTip">
2483           <string>&lt;p&gt;If enabled, buttons on inactive windows are only drawn when the mouse hovers over them.</string>
2484          </property>
2485          <property name="text">
2486           <string>Hide on inactive windows</string>
2487          </property>
2488         </widget>
2489        </item>
2490        <item row="14" column="0">
2491         <widget class="QLabel" name="label_57">
2492          <property name="text">
2493           <string>Custom colors:</string>
2494          </property>
2495         </widget>
2496        </item>
2497        <item row="14" column="1">
2498         <widget class="QCheckBox" name="titlebarButtons_colorSymbolsOnly">
2499          <property name="toolTip">
2500           <string>&lt;p&gt;If enabled, custom colors will be applied to the symbols, otherwise they will be applied to the button background.</string>
2501          </property>
2502          <property name="text">
2503           <string>Use only for symbols</string>
2504          </property>
2505         </widget>
2506        </item>
2507        <item row="15" column="1">
2508         <widget class="QCheckBox" name="titlebarButtons_colorInactive">
2509          <property name="toolTip">
2510           <string>&lt;p&gt;If enabled, custom colors will be applied to active and inactive windows, otherwise they will only be applied to active windows.</string>
2511          </property>
2512          <property name="text">
2513           <string>Also apply to inactive windows</string>
2514          </property>
2515         </widget>
2516        </item>
2517        <item row="5" column="1">
2518         <widget class="QCheckBox" name="titlebarButtons_hoverSymbolFull">
2519          <property name="toolTip">
2520           <string>&lt;p&gt;If enabled, the symbol will not be drawn unless under the mouse.</string>
2521          </property>
2522          <property name="text">
2523           <string>Hide symbol until mouse-over</string>
2524          </property>
2525         </widget>
2526        </item>
2527        <item row="8" column="1">
2528         <widget class="QCheckBox" name="titlebarButtons_customIcon">
2529          <property name="text">
2530           <string>Use custom icon colors</string>
2531          </property>
2532         </widget>
2533        </item>
2534       </layout>
2535      </widget>
2536      <widget class="QWidget" name="page_20">
2537       <layout class="QGridLayout" name="gridLayout_4">
2538        <item row="0" column="0">
2539         <layout class="QGridLayout" name="gridLayout_3">
2540          <item row="0" column="1">
2541           <widget class="QLabel" name="label_94">
2542            <property name="text">
2543             <string>Background</string>
2544            </property>
2545           </widget>
2546          </item>
2547          <item row="0" column="2">
2548           <widget class="QLabel" name="label_95">
2549            <property name="text">
2550             <string>Active Icon</string>
2551            </property>
2552           </widget>
2553          </item>
2554          <item row="0" column="3">
2555           <widget class="QLabel" name="label_96">
2556            <property name="text">
2557             <string>Inactive Icon</string>
2558            </property>
2559           </widget>
2560          </item>
2561          <item row="1" column="1">
2562           <widget class="KColorButton" name="titlebarButtons_colorClose">
2563            <property name="sizePolicy">
2564             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2565              <horstretch>0</horstretch>
2566              <verstretch>0</verstretch>
2567             </sizepolicy>
2568            </property>
2569            <property name="toolTip">
2570             <string>&lt;p&gt;Sets the custom color for 'Close' buttons.</string>
2571            </property>
2572           </widget>
2573          </item>
2574          <item row="2" column="1">
2575           <widget class="KColorButton" name="titlebarButtons_colorMin">
2576            <property name="sizePolicy">
2577             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2578              <horstretch>0</horstretch>
2579              <verstretch>0</verstretch>
2580             </sizepolicy>
2581            </property>
2582            <property name="toolTip">
2583             <string>&lt;p&gt;Sets the custom color for 'Minimise' buttons.</string>
2584            </property>
2585           </widget>
2586          </item>
2587          <item row="3" column="1">
2588           <widget class="KColorButton" name="titlebarButtons_colorMax">
2589            <property name="sizePolicy">
2590             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2591              <horstretch>0</horstretch>
2592              <verstretch>0</verstretch>
2593             </sizepolicy>
2594            </property>
2595            <property name="toolTip">
2596             <string>&lt;p&gt;Sets the custom color for 'Maximize' and 'Restore' buttons.</string>
2597            </property>
2598           </widget>
2599          </item>
2600          <item row="4" column="1">
2601           <widget class="KColorButton" name="titlebarButtons_colorHelp">
2602            <property name="sizePolicy">
2603             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2604              <horstretch>0</horstretch>
2605              <verstretch>0</verstretch>
2606             </sizepolicy>
2607            </property>
2608            <property name="toolTip">
2609             <string>&lt;p&gt;Sets the custom color for 'Help' buttons.</string>
2610            </property>
2611           </widget>
2612          </item>
2613          <item row="5" column="1">
2614           <widget class="KColorButton" name="titlebarButtons_colorMenu">
2615            <property name="sizePolicy">
2616             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2617              <horstretch>0</horstretch>
2618              <verstretch>0</verstretch>
2619             </sizepolicy>
2620            </property>
2621            <property name="toolTip">
2622             <string>&lt;p&gt;Sets the custom color for 'Menu' buttons.</string>
2623            </property>
2624           </widget>
2625          </item>
2626          <item row="6" column="1">
2627           <widget class="KColorButton" name="titlebarButtons_colorShade">
2628            <property name="sizePolicy">
2629             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2630              <horstretch>0</horstretch>
2631              <verstretch>0</verstretch>
2632             </sizepolicy>
2633            </property>
2634            <property name="toolTip">
2635             <string>&lt;p&gt;Sets the custom color for 'Shade', and 'Un-Shade', buttons.</string>
2636            </property>
2637           </widget>
2638          </item>
2639          <item row="7" column="1">
2640           <widget class="KColorButton" name="titlebarButtons_colorAllDesktops">
2641            <property name="sizePolicy">
2642             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2643              <horstretch>0</horstretch>
2644              <verstretch>0</verstretch>
2645             </sizepolicy>
2646            </property>
2647            <property name="toolTip">
2648             <string>&lt;p&gt;Sets the custom color for 'On All Desktop' buttons.</string>
2649            </property>
2650           </widget>
2651          </item>
2652          <item row="8" column="1">
2653           <widget class="KColorButton" name="titlebarButtons_colorKeepAbove">
2654            <property name="sizePolicy">
2655             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2656              <horstretch>0</horstretch>
2657              <verstretch>0</verstretch>
2658             </sizepolicy>
2659            </property>
2660            <property name="toolTip">
2661             <string>&lt;p&gt;Sets the custom color for 'Keep Above' buttons.</string>
2662            </property>
2663           </widget>
2664          </item>
2665          <item row="9" column="1">
2666           <widget class="KColorButton" name="titlebarButtons_colorKeepBelow">
2667            <property name="sizePolicy">
2668             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2669              <horstretch>0</horstretch>
2670              <verstretch>0</verstretch>
2671             </sizepolicy>
2672            </property>
2673            <property name="toolTip">
2674             <string>&lt;p&gt;Sets the custom color for 'Keep Below' buttons.</string>
2675            </property>
2676           </widget>
2677          </item>
2678          <item row="1" column="0">
2679           <widget class="QLabel" name="label_34">
2680            <property name="text">
2681             <string>Close:</string>
2682            </property>
2683            <property name="alignment">
2684             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2685            </property>
2686           </widget>
2687          </item>
2688          <item row="2" column="0">
2689           <widget class="QLabel" name="label_35">
2690            <property name="text">
2691             <string>Minimise:</string>
2692            </property>
2693            <property name="alignment">
2694             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2695            </property>
2696           </widget>
2697          </item>
2698          <item row="3" column="0">
2699           <widget class="QLabel" name="label_36">
2700            <property name="text">
2701             <string>Maximise:</string>
2702            </property>
2703            <property name="alignment">
2704             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2705            </property>
2706           </widget>
2707          </item>
2708          <item row="4" column="0">
2709           <widget class="QLabel" name="label_37">
2710            <property name="text">
2711             <string>Help:</string>
2712            </property>
2713            <property name="alignment">
2714             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2715            </property>
2716           </widget>
2717          </item>
2718          <item row="5" column="0">
2719           <widget class="QLabel" name="label_38">
2720            <property name="text">
2721             <string>Menu:</string>
2722            </property>
2723            <property name="alignment">
2724             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2725            </property>
2726           </widget>
2727          </item>
2728          <item row="6" column="0">
2729           <widget class="QLabel" name="label_39">
2730            <property name="text">
2731             <string>Shade:</string>
2732            </property>
2733            <property name="alignment">
2734             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2735            </property>
2736           </widget>
2737          </item>
2738          <item row="7" column="0">
2739           <widget class="QLabel" name="label_40">
2740            <property name="text">
2741             <string>All Desktops:</string>
2742            </property>
2743            <property name="alignment">
2744             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2745            </property>
2746           </widget>
2747          </item>
2748          <item row="8" column="0">
2749           <widget class="QLabel" name="label_41">
2750            <property name="text">
2751             <string>Keep Above:</string>
2752            </property>
2753            <property name="alignment">
2754             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2755            </property>
2756           </widget>
2757          </item>
2758          <item row="9" column="0">
2759           <widget class="QLabel" name="label_42">
2760            <property name="text">
2761             <string>Keep Below:</string>
2762            </property>
2763            <property name="alignment">
2764             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
2765            </property>
2766           </widget>
2767          </item>
2768          <item row="1" column="2">
2769           <widget class="KColorButton" name="titlebarButtons_colorCloseIcon">
2770            <property name="sizePolicy">
2771             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2772              <horstretch>0</horstretch>
2773              <verstretch>0</verstretch>
2774             </sizepolicy>
2775            </property>
2776           </widget>
2777          </item>
2778          <item row="2" column="2">
2779           <widget class="KColorButton" name="titlebarButtons_colorMinIcon">
2780            <property name="sizePolicy">
2781             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2782              <horstretch>0</horstretch>
2783              <verstretch>0</verstretch>
2784             </sizepolicy>
2785            </property>
2786           </widget>
2787          </item>
2788          <item row="3" column="2">
2789           <widget class="KColorButton" name="titlebarButtons_colorMaxIcon">
2790            <property name="sizePolicy">
2791             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2792              <horstretch>0</horstretch>
2793              <verstretch>0</verstretch>
2794             </sizepolicy>
2795            </property>
2796           </widget>
2797          </item>
2798          <item row="4" column="2">
2799           <widget class="KColorButton" name="titlebarButtons_colorHelpIcon">
2800            <property name="sizePolicy">
2801             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2802              <horstretch>0</horstretch>
2803              <verstretch>0</verstretch>
2804             </sizepolicy>
2805            </property>
2806           </widget>
2807          </item>
2808          <item row="5" column="2">
2809           <widget class="KColorButton" name="titlebarButtons_colorMenuIcon">
2810            <property name="sizePolicy">
2811             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2812              <horstretch>0</horstretch>
2813              <verstretch>0</verstretch>
2814             </sizepolicy>
2815            </property>
2816           </widget>
2817          </item>
2818          <item row="6" column="2">
2819           <widget class="KColorButton" name="titlebarButtons_colorShadeIcon">
2820            <property name="sizePolicy">
2821             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2822              <horstretch>0</horstretch>
2823              <verstretch>0</verstretch>
2824             </sizepolicy>
2825            </property>
2826           </widget>
2827          </item>
2828          <item row="7" column="2">
2829           <widget class="KColorButton" name="titlebarButtons_colorAllDesktopsIcon">
2830            <property name="sizePolicy">
2831             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2832              <horstretch>0</horstretch>
2833              <verstretch>0</verstretch>
2834             </sizepolicy>
2835            </property>
2836           </widget>
2837          </item>
2838          <item row="8" column="2">
2839           <widget class="KColorButton" name="titlebarButtons_colorKeepAboveIcon">
2840            <property name="sizePolicy">
2841             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2842              <horstretch>0</horstretch>
2843              <verstretch>0</verstretch>
2844             </sizepolicy>
2845            </property>
2846           </widget>
2847          </item>
2848          <item row="9" column="2">
2849           <widget class="KColorButton" name="titlebarButtons_colorKeepBelowIcon">
2850            <property name="sizePolicy">
2851             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2852              <horstretch>0</horstretch>
2853              <verstretch>0</verstretch>
2854             </sizepolicy>
2855            </property>
2856           </widget>
2857          </item>
2858          <item row="1" column="3">
2859           <widget class="KColorButton" name="titlebarButtons_colorCloseInactiveIcon">
2860            <property name="sizePolicy">
2861             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2862              <horstretch>0</horstretch>
2863              <verstretch>0</verstretch>
2864             </sizepolicy>
2865            </property>
2866           </widget>
2867          </item>
2868          <item row="2" column="3">
2869           <widget class="KColorButton" name="titlebarButtons_colorMinInactiveIcon">
2870            <property name="sizePolicy">
2871             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2872              <horstretch>0</horstretch>
2873              <verstretch>0</verstretch>
2874             </sizepolicy>
2875            </property>
2876           </widget>
2877          </item>
2878          <item row="3" column="3">
2879           <widget class="KColorButton" name="titlebarButtons_colorMaxInactiveIcon">
2880            <property name="sizePolicy">
2881             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2882              <horstretch>0</horstretch>
2883              <verstretch>0</verstretch>
2884             </sizepolicy>
2885            </property>
2886           </widget>
2887          </item>
2888          <item row="4" column="3">
2889           <widget class="KColorButton" name="titlebarButtons_colorHelpInactiveIcon">
2890            <property name="sizePolicy">
2891             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2892              <horstretch>0</horstretch>
2893              <verstretch>0</verstretch>
2894             </sizepolicy>
2895            </property>
2896           </widget>
2897          </item>
2898          <item row="5" column="3">
2899           <widget class="KColorButton" name="titlebarButtons_colorMenuInactiveIcon">
2900            <property name="sizePolicy">
2901             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2902              <horstretch>0</horstretch>
2903              <verstretch>0</verstretch>
2904             </sizepolicy>
2905            </property>
2906           </widget>
2907          </item>
2908          <item row="6" column="3">
2909           <widget class="KColorButton" name="titlebarButtons_colorShadeInactiveIcon">
2910            <property name="sizePolicy">
2911             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2912              <horstretch>0</horstretch>
2913              <verstretch>0</verstretch>
2914             </sizepolicy>
2915            </property>
2916           </widget>
2917          </item>
2918          <item row="7" column="3">
2919           <widget class="KColorButton" name="titlebarButtons_colorAllDesktopsInactiveIcon">
2920            <property name="sizePolicy">
2921             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2922              <horstretch>0</horstretch>
2923              <verstretch>0</verstretch>
2924             </sizepolicy>
2925            </property>
2926           </widget>
2927          </item>
2928          <item row="8" column="3">
2929           <widget class="KColorButton" name="titlebarButtons_colorKeepAboveInactiveIcon">
2930            <property name="sizePolicy">
2931             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2932              <horstretch>0</horstretch>
2933              <verstretch>0</verstretch>
2934             </sizepolicy>
2935            </property>
2936           </widget>
2937          </item>
2938          <item row="9" column="3">
2939           <widget class="KColorButton" name="titlebarButtons_colorKeepBelowInactiveIcon">
2940            <property name="sizePolicy">
2941             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
2942              <horstretch>0</horstretch>
2943              <verstretch>0</verstretch>
2944             </sizepolicy>
2945            </property>
2946           </widget>
2947          </item>
2948         </layout>
2949        </item>
2950        <item row="0" column="1">
2951         <spacer name="horizontalSpacer_2">
2952          <property name="orientation">
2953           <enum>Qt::Horizontal</enum>
2954          </property>
2955          <property name="sizeHint" stdset="0">
2956           <size>
2957            <width>239</width>
2958            <height>20</height>
2959           </size>
2960          </property>
2961         </spacer>
2962        </item>
2963        <item row="1" column="0">
2964         <spacer name="verticalSpacer_5">
2965          <property name="orientation">
2966           <enum>Qt::Vertical</enum>
2967          </property>
2968          <property name="sizeHint" stdset="0">
2969           <size>
2970            <width>20</width>
2971            <height>188</height>
2972           </size>
2973          </property>
2974         </spacer>
2975        </item>
2976       </layout>
2977      </widget>
2978      <widget class="QWidget" name="page_21">
2979       <layout class="QFormLayout" name="formLayout_17">
2980        <item row="0" column="0">
2981         <widget class="QLabel" name="textLabel1_4_3">
2982          <property name="text">
2983           <string>Appearance:</string>
2984          </property>
2985          <property name="wordWrap">
2986           <bool>false</bool>
2987          </property>
2988         </widget>
2989        </item>
2990        <item row="0" column="1">
2991         <widget class="QComboBox" name="menubarAppearance">
2992          <property name="toolTip">
2993           <string>&lt;p&gt;Defines the gradient used for the background of menubars.</string>
2994          </property>
2995         </widget>
2996        </item>
2997        <item row="1" column="1">
2998         <widget class="QPushButton" name="menubarBlend">
2999          <property name="toolTip">
3000           <string>&lt;p&gt;Sets the relevant config items, so that window titlebars and menubars are blended.</string>
3001          </property>
3002          <property name="text">
3003           <string>Blend with titlebar</string>
3004          </property>
3005         </widget>
3006        </item>
3007        <item row="2" column="0">
3008         <widget class="QLabel" name="textLabel1_4_2_5">
3009          <property name="text">
3010           <string>Coloration:</string>
3011          </property>
3012          <property name="wordWrap">
3013           <bool>false</bool>
3014          </property>
3015         </widget>
3016        </item>
3017        <item row="2" column="1">
3018         <widget class="QComboBox" name="shadeMenubars">
3019          <property name="toolTip">
3020           <string>&lt;p&gt;Defines the color applied to the background of menubars.</string>
3021          </property>
3022         </widget>
3023        </item>
3024        <item row="3" column="1">
3025         <widget class="KColorButton" name="customMenubarsColor">
3026          <property name="sizePolicy">
3027           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
3028            <horstretch>0</horstretch>
3029            <verstretch>0</verstretch>
3030           </sizepolicy>
3031          </property>
3032          <property name="toolTip">
3033           <string>&lt;p&gt;Sets the custom color.</string>
3034          </property>
3035          <property name="text">
3036           <string/>
3037          </property>
3038         </widget>
3039        </item>
3040        <item row="4" column="1">
3041         <widget class="QCheckBox" name="shadeMenubarOnlyWhenActive">
3042          <property name="toolTip">
3043           <string>&lt;p&gt;Defines whether the background coloration should be applied to all menubars, or just those in active windows.</string>
3044          </property>
3045          <property name="text">
3046           <string>Active window only</string>
3047          </property>
3048         </widget>
3049        </item>
3050        <item row="5" column="0">
3051         <widget class="QLabel" name="label_58">
3052          <property name="text">
3053           <string>Menubar text:</string>
3054          </property>
3055         </widget>
3056        </item>
3057        <item row="5" column="1">
3058         <widget class="QCheckBox" name="customMenuTextColor">
3059          <property name="sizePolicy">
3060           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
3061            <horstretch>0</horstretch>
3062            <verstretch>0</verstretch>
3063           </sizepolicy>
3064          </property>
3065          <property name="toolTip">
3066           <string>&lt;p&gt;If enabled, then the following two color boxes are used to set the text color to be used for normal and selected menubar items.</string>
3067          </property>
3068          <property name="text">
3069           <string>Custom colors (normal/selected)</string>
3070          </property>
3071         </widget>
3072        </item>
3073        <item row="6" column="1">
3074         <widget class="KColorButton" name="customMenuNormTextColor">
3075          <property name="sizePolicy">
3076           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
3077            <horstretch>0</horstretch>
3078            <verstretch>0</verstretch>
3079           </sizepolicy>
3080          </property>
3081          <property name="toolTip">
3082           <string>&lt;p&gt;Sets the text color of normal menubar items.</string>
3083          </property>
3084          <property name="text">
3085           <string/>
3086          </property>
3087         </widget>
3088        </item>
3089        <item row="7" column="1">
3090         <widget class="KColorButton" name="customMenuSelTextColor">
3091          <property name="sizePolicy">
3092           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
3093            <horstretch>0</horstretch>
3094            <verstretch>0</verstretch>
3095           </sizepolicy>
3096          </property>
3097          <property name="toolTip">
3098           <string>&lt;p&gt;Sets the text color of selected menubar items.</string>
3099          </property>
3100          <property name="text">
3101           <string/>
3102          </property>
3103         </widget>
3104        </item>
3105        <item row="8" column="0">
3106         <widget class="QLabel" name="label_59">
3107          <property name="text">
3108           <string>Menubar items:</string>
3109          </property>
3110         </widget>
3111        </item>
3112        <item row="8" column="1">
3113         <widget class="QComboBox" name="menuitemAppearance">
3114          <property name="toolTip">
3115           <string>&lt;p&gt;Defines the gradient to be applied to selected menubar items.</string>
3116          </property>
3117         </widget>
3118        </item>
3119        <item row="9" column="1">
3120         <widget class="QCheckBox" name="menubarMouseOver">
3121          <property name="toolTip">
3122           <string>&lt;p&gt;If enabled, menubar items will have their background gradient applied when the mouse hovers over them.</string>
3123          </property>
3124          <property name="text">
3125           <string>Enable mouse-over</string>
3126          </property>
3127         </widget>
3128        </item>
3129        <item row="10" column="1">
3130         <widget class="QCheckBox" name="colorMenubarMouseOver">
3131          <property name="toolTip">
3132           <string>&lt;p&gt;If enabled, when the mouse hovers over a menubar item (and 'Enable mouse-over' is enabled) then it will also be colored, otherwise it will use a shade of the background color.</string>
3133          </property>
3134          <property name="text">
3135           <string>Color on mouse-over</string>
3136          </property>
3137         </widget>
3138        </item>
3139        <item row="11" column="1">
3140         <widget class="QCheckBox" name="roundMbTopOnly">
3141          <property name="toolTip">
3142           <string>&lt;p&gt;If enabled, only the top (and not bottom) of selected menubar items will be rounded.</string>
3143          </property>
3144          <property name="text">
3145           <string>Round selected items on top only</string>
3146          </property>
3147         </widget>
3148        </item>
3149        <item row="12" column="0">
3150         <widget class="QLabel" name="label_68">
3151          <property name="text">
3152           <string>Hiding:</string>
3153          </property>
3154         </widget>
3155        </item>
3156        <item row="12" column="1">
3157         <widget class="QCheckBox" name="menubarHiding_keyboard">
3158          <property name="toolTip">
3159           <string>&lt;p&gt;If enabled, menubars may be hidden (and re-shown), by using the 'Ctrl-Alt-M' key combination.</string>
3160          </property>
3161          <property name="text">
3162           <string>Use Ctrl-Alt-M (experimental)</string>
3163          </property>
3164         </widget>
3165        </item>
3166        <item row="13" column="1">
3167         <widget class="QCheckBox" name="menubarHiding_kwin">
3168          <property name="toolTip">
3169           <string>&lt;p&gt;If enabled, menubars may be hidden (and re-shown), by using a special button in the QtCurve kwin decoration.</string>
3170          </property>
3171          <property name="text">
3172           <string>Window titlebar button (experimental)</string>
3173          </property>
3174         </widget>
3175        </item>
3176       </layout>
3177      </widget>
3178      <widget class="QWidget" name="page_23">
3179       <layout class="QFormLayout" name="formLayout_14">
3180        <item row="0" column="0">
3181         <widget class="QLabel" name="label_60">
3182          <property name="text">
3183           <string>Menu items:</string>
3184          </property>
3185         </widget>
3186        </item>
3187        <item row="0" column="1">
3188         <widget class="QCheckBox" name="borderMenuitems">
3189          <property name="toolTip">
3190           <string>&lt;p&gt;If enabled, selected menuitems will be drawn with a border around the gradient. This will cause them to have a rounded look if the general round setting is not set to none.</string>
3191          </property>
3192          <property name="text">
3193           <string>Border</string>
3194          </property>
3195         </widget>
3196        </item>
3197        <item row="1" column="1">
3198         <widget class="QCheckBox" name="useHighlightForMenu">
3199          <property name="toolTip">
3200           <string>&lt;p&gt;If enabled, selected menuitems will be drawn using the 'highlight' color, otherwise a darkened shade of the background color will be used instead.</string>
3201          </property>
3202          <property name="text">
3203           <string>Use 'highlight' color for active items</string>
3204          </property>
3205         </widget>
3206        </item>
3207        <item row="2" column="1">
3208         <widget class="QCheckBox" name="thin_menuitems">
3209          <property name="toolTip">
3210           <string>&lt;p&gt;Enable this to reduce the height of menuitems.</string>
3211          </property>
3212          <property name="text">
3213           <string>Thinner</string>
3214          </property>
3215         </widget>
3216        </item>
3217        <item row="3" column="1">
3218         <widget class="QCheckBox" name="menuIcons">
3219          <property name="toolTip">
3220           <string>&lt;p&gt;If enabled, then icons associated with menuitems will be drawn, otherwise they will be hidden (but the space they would have occupied will still be there).</string>
3221          </property>
3222          <property name="text">
3223           <string>Show icons</string>
3224          </property>
3225         </widget>
3226        </item>
3227        <item row="4" column="1">
3228         <widget class="QCheckBox" name="onlyTicksInMenu">
3229          <property name="toolTip">
3230           <string>&lt;p&gt;If enabled, checked menu items get only a check mark instead of a checkbox or radiobutton.</string>
3231          </property>
3232          <property name="text">
3233           <string>Check marks only</string>
3234          </property>
3235         </widget>
3236        </item>
3237        <item row="6" column="0">
3238         <widget class="QLabel" name="label_26">
3239          <property name="text">
3240           <string>Shade background by:</string>
3241          </property>
3242         </widget>
3243        </item>
3244        <item row="6" column="1">
3245         <widget class="QSpinBox" name="lighterPopupMenuBgnd">
3246          <property name="toolTip">
3247           <string>&lt;p&gt;Defines the amount by which the popup menu background will be lightened (or darkened).</string>
3248          </property>
3249          <property name="suffix">
3250           <string>%</string>
3251          </property>
3252         </widget>
3253        </item>
3254        <item row="7" column="0">
3255         <widget class="QLabel" name="label_75">
3256          <property name="text">
3257           <string>Background appearance:</string>
3258          </property>
3259         </widget>
3260        </item>
3261        <item row="7" column="1">
3262         <layout class="QHBoxLayout" name="horizontalLayout_6">
3263          <item>
3264           <widget class="QComboBox" name="menuBgndAppearance">
3265            <property name="toolTip">
3266             <string>&lt;p&gt;Defines the gradient applied to the background of the popup menus.</string>
3267            </property>
3268           </widget>
3269          </item>
3270          <item>
3271           <widget class="QToolButton" name="menuBgndAppearance_btn">
3272            <property name="text">
3273             <string>...</string>
3274            </property>
3275           </widget>
3276          </item>
3277         </layout>
3278        </item>
3279        <item row="8" column="1">
3280         <widget class="QComboBox" name="menuBgndGrad">
3281          <property name="toolTip">
3282           <string>&lt;p&gt;Defines background gradient orientation.</string>
3283          </property>
3284         </widget>
3285        </item>
3286        <item row="8" column="0">
3287         <widget class="QLabel" name="label_xx">
3288          <property name="text">
3289           <string>Background image:</string>
3290          </property>
3291         </widget>
3292        </item>
3293        <item row="9" column="1">
3294         <layout class="QHBoxLayout" name="horizontalLayout_7">
3295          <item>
3296           <widget class="QComboBox" name="menuBgndImage">
3297            <property name="toolTip">
3298             <string>&lt;p&gt;This adds a background image to popup menus.
3299             &lt;ul&gt;&lt;li&gt;None - No image.&lt;/li&gt;&lt;li&gt;Bordered rings - 'Air' like rings with borders.&lt;/li&gt;&lt;li&gt;Plain rings - 'Air' like rings, but without any border.&lt;/li&gt;&lt;li&gt;Square rings - 3 simple rounded squares.&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;</string>
3300            </property>
3301           </widget>
3302          </item>
3303          <item>
3304           <widget class="QToolButton" name="menuBgndImage_btn">
3305            <property name="text">
3306             <string>...</string>
3307            </property>
3308           </widget>
3309          </item>
3310         </layout>
3311        </item>
3312        <item row="10" column="0">
3313         <widget class="QLabel" name="label_45">
3314          <property name="text">
3315           <string>Sub-menu open delay:</string>
3316          </property>
3317         </widget>
3318        </item>
3319        <item row="10" column="1">
3320         <widget class="QSpinBox" name="menuDelay">
3321          <property name="toolTip">
3322           <string>&lt;p&gt;Defines the delay before a sub-menu appears.</string>
3323          </property>
3324          <property name="suffix">
3325           <string>ms</string>
3326          </property>
3327          <property name="prefix">
3328           <string/>
3329          </property>
3330         </widget>
3331        </item>
3332        <item row="12" column="0">
3333         <widget class="QLabel" name="label_44">
3334          <property name="text">
3335           <string>Stripe:</string>
3336          </property>
3337         </widget>
3338        </item>
3339        <item row="12" column="1">
3340         <widget class="QComboBox" name="menuStripe">
3341          <property name="toolTip">
3342           <string>&lt;p&gt;Defines the coloration of the menu-stripe that will be drawn on the left of popup menus - but only if this option is not set to 'none'.</string>
3343          </property>
3344         </widget>
3345        </item>
3346        <item row="13" column="1">
3347         <widget class="KColorButton" name="customMenuStripeColor">
3348          <property name="enabled">
3349           <bool>false</bool>
3350          </property>
3351          <property name="sizePolicy">
3352           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
3353            <horstretch>0</horstretch>
3354            <verstretch>0</verstretch>
3355           </sizepolicy>
3356          </property>
3357          <property name="toolTip">
3358           <string>&lt;p&gt;Sets the custom color.</string>
3359          </property>
3360         </widget>
3361        </item>
3362        <item row="14" column="1">
3363         <widget class="QComboBox" name="menuStripeAppearance">
3364          <property name="enabled">
3365           <bool>false</bool>
3366          </property>
3367          <property name="toolTip">
3368           <string>&lt;p&gt;Defines the gradient to be used for the menu stripe.</string>
3369          </property>
3370         </widget>
3371        </item>
3372        <item row="15" column="0">
3373         <widget class="QLabel" name="label_61">
3374          <property name="text">
3375           <string>Border popupmenus:</string>
3376          </property>
3377         </widget>
3378        </item>
3379        <item row="15" column="1">
3380         <widget class="QCheckBox" name="popupBorder">
3381          <property name="toolTip">
3382           <string>&lt;p&gt;If enabled, the whole popup menu will have a border, otherwise no border will be drawn. This option should be enabled unless you have also enabled shadows in your window manager.</string>
3383          </property>
3384          <property name="text">
3385           <string>Enabled</string>
3386          </property>
3387         </widget>
3388        </item>
3389        <item row="16" column="0">
3390         <widget class="QLabel" name="label_97">
3391          <property name="text">
3392           <string>Use menubar colour settings:</string>
3393          </property>
3394         </widget>
3395        </item>
3396        <item row="16" column="1">
3397         <widget class="QCheckBox" name="shadePopupMenu">
3398          <property name="text">
3399           <string>Enabled</string>
3400          </property>
3401         </widget>
3402        </item>
3403        <item row="5" column="1">
3404         <widget class="QCheckBox" name="buttonStyleMenuSections">
3405          <property name="toolTip">
3406           <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;When enabled, menu section titles look a bit like buttons.&lt;/p&gt;&lt;p&gt;When disabled, they are left-aligned under a separator line and use a bold, underlined typeface.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
3407          </property>
3408          <property name="text">
3409           <string>Use button-like menu section headers</string>
3410          </property>
3411          <property name="checked">
3412           <bool>true</bool>
3413          </property>
3414         </widget>
3415        </item>
3416        <item row="11" column="1">
3417         <widget class="QSpinBox" name="menuCloseDelay">
3418          <property name="toolTip">
3419           <string>Defines the delay before a sub-menu closes. Applicable on Qt5.5 or later</string>
3420          </property>
3421          <property name="suffix">
3422           <string>ms</string>
3423          </property>
3424         </widget>
3425        </item>
3426        <item row="11" column="0">
3427         <widget class="QLabel" name="label_72">
3428          <property name="text">
3429           <string>Sub-menu close delay:</string>
3430          </property>
3431         </widget>
3432        </item>
3433       </layout>
3434      </widget>
3435      <widget class="QWidget" name="page_22">
3436       <layout class="QFormLayout" name="formLayout_13">
3437        <item row="0" column="0">
3438         <widget class="QLabel" name="textLabel1_4_2_7">
3439          <property name="text">
3440           <string>Appearance:</string>
3441          </property>
3442          <property name="wordWrap">
3443           <bool>false</bool>
3444          </property>
3445         </widget>
3446        </item>
3447        <item row="0" column="1">
3448         <widget class="QComboBox" name="toolbarAppearance">
3449          <property name="toolTip">
3450           <string>&lt;p&gt;Defines the gradient used to draw the background of toolbars.</string>
3451          </property>
3452         </widget>
3453        </item>
3454        <item row="1" column="0">
3455         <widget class="QLabel" name="textLabel2">
3456          <property name="text">
3457           <string>Handles:</string>
3458          </property>
3459          <property name="wordWrap">
3460           <bool>false</bool>
3461          </property>
3462         </widget>
3463        </item>
3464        <item row="1" column="1">
3465         <widget class="QComboBox" name="handles">
3466          <property name="toolTip">
3467           <string>&lt;p&gt;Defines the look of the toolbar handles.</string>
3468          </property>
3469         </widget>
3470        </item>
3471        <item row="2" column="0">
3472         <widget class="QLabel" name="textLabel2_3">
3473          <property name="text">
3474           <string>Separators:</string>
3475          </property>
3476          <property name="wordWrap">
3477           <bool>false</bool>
3478          </property>
3479         </widget>
3480        </item>
3481        <item row="2" column="1">
3482         <widget class="QComboBox" name="toolbarSeparators">
3483          <property name="toolTip">
3484           <string>&lt;p&gt;Defines the style used to draw toolbar separators.</string>
3485          </property>
3486         </widget>
3487        </item>
3488        <item row="3" column="0">
3489         <widget class="QLabel" name="textLabel1_4">
3490          <property name="text">
3491           <string>Border:</string>
3492          </property>
3493          <property name="wordWrap">
3494           <bool>false</bool>
3495          </property>
3496         </widget>
3497        </item>
3498        <item row="3" column="1">
3499         <widget class="QComboBox" name="toolbarBorders">
3500          <property name="toolTip">
3501           <string>&lt;p&gt;Defines the border type drawn around the toolbar. (This setting also affects menubars).</string>
3502          </property>
3503         </widget>
3504        </item>
3505        <item row="4" column="0">
3506         <widget class="QLabel" name="textLabel1_4b">
3507          <property name="text">
3508           <string>Button style:</string>
3509          </property>
3510          <property name="wordWrap">
3511           <bool>false</bool>
3512          </property>
3513         </widget>
3514        </item>
3515        <item row="4" column="1">
3516         <widget class="QComboBox" name="tbarBtns">
3517          <property name="toolTip">
3518           <string>&lt;p&gt;Defines the style used for toolbar buttons.</string>
3519          </property>
3520         </widget>
3521        </item>
3522        <item row="7" column="0">
3523         <widget class="QLabel" name="label_84">
3524          <property name="text">
3525           <string>Colored mouse-over:</string>
3526          </property>
3527          <property name="alignment">
3528           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
3529          </property>
3530          <property name="margin">
3531           <number>1</number>
3532          </property>
3533         </widget>
3534        </item>
3535        <item row="7" column="1">
3536         <layout class="QVBoxLayout" name="verticalLayout_8">
3537          <property name="spacing">
3538           <number>0</number>
3539          </property>
3540          <item>
3541           <widget class="QRadioButton" name="coloredTbarMo_false">
3542            <property name="text">
3543             <string>Only for glow mouse-over style</string>
3544            </property>
3545           </widget>
3546          </item>
3547          <item>
3548           <widget class="QRadioButton" name="coloredTbarMo">
3549            <property name="text">
3550             <string>For all mouse-over styles</string>
3551            </property>
3552           </widget>
3553          </item>
3554         </layout>
3555        </item>
3556        <item row="5" column="0">
3557         <widget class="QLabel" name="label_78">
3558          <property name="text">
3559           <string>Button appearance:</string>
3560          </property>
3561         </widget>
3562        </item>
3563        <item row="5" column="1">
3564         <widget class="QComboBox" name="tbarBtnAppearance">
3565          <property name="toolTip">
3566           <string>&lt;p&gt;Defines the gradient used to draw buttons within toolbars.&lt;/p&gt;</string>
3567          </property>
3568         </widget>
3569        </item>
3570        <item row="6" column="0">
3571         <widget class="QLabel" name="label_102">
3572          <property name="text">
3573           <string>Button effect:</string>
3574          </property>
3575         </widget>
3576        </item>
3577        <item row="6" column="1">
3578         <widget class="QComboBox" name="tbarBtnEffect">
3579          <property name="toolTip">
3580           <string>&lt;p&gt;Control what effect should be applied to buttons in toolbars.&lt;/p&gt;</string>
3581          </property>
3582         </widget>
3583        </item>
3584       </layout>
3585      </widget>
3586      <widget class="QWidget" name="page_27">
3587       <layout class="QFormLayout" name="formLayout_21">
3588        <item row="0" column="0">
3589         <widget class="QLabel" name="label_90">
3590          <property name="text">
3591           <string>Frames around items:</string>
3592          </property>
3593         </widget>
3594        </item>
3595        <item row="0" column="1">
3596         <widget class="QCheckBox" name="drawStatusBarFrames">
3597          <property name="toolTip">
3598           <string>&lt;p&gt;Controls whether QtCurve should draw frames around items in statusbars.</string>
3599          </property>
3600          <property name="text">
3601           <string>Visible</string>
3602          </property>
3603         </widget>
3604        </item>
3605        <item row="1" column="0">
3606         <widget class="QLabel" name="label_91">
3607          <property name="text">
3608           <string>Hiding:</string>
3609          </property>
3610         </widget>
3611        </item>
3612        <item row="1" column="1">
3613         <widget class="QCheckBox" name="statusbarHiding_keyboard">
3614          <property name="toolTip">
3615           <string>&lt;p&gt;If enabled, statusbars may be hidden (and re-shown), by using the 'Ctrl-Alt-S' key combination.</string>
3616          </property>
3617          <property name="text">
3618           <string>Use Ctrl-Alt-S (experimental)</string>
3619          </property>
3620         </widget>
3621        </item>
3622        <item row="2" column="1">
3623         <widget class="QCheckBox" name="statusbarHiding_kwin">
3624          <property name="toolTip">
3625           <string>&lt;p&gt;If enabled, statusbars may be hidden (and re-shown), by using a special button in the QtCurve kwin decoration.</string>
3626          </property>
3627          <property name="text">
3628           <string>Window titlebar button (experimental)</string>
3629          </property>
3630         </widget>
3631        </item>
3632       </layout>
3633      </widget>
3634      <widget class="QWidget" name="page_11">
3635       <layout class="QFormLayout" name="formLayout_18">
3636        <item row="0" column="0">
3637         <widget class="QLabel" name="label_73">
3638          <property name="text">
3639           <string>Titlebar appearance:</string>
3640          </property>
3641         </widget>
3642        </item>
3643        <item row="0" column="1">
3644         <widget class="QComboBox" name="dwtAppearance">
3645          <property name="toolTip">
3646           <string>&lt;p&gt;Defines the gradient used to draw the background of the 'title' part of a dock windows.</string>
3647          </property>
3648         </widget>
3649        </item>
3650        <item row="1" column="1">
3651         <widget class="QCheckBox" name="dwtRoundTopOnly">
3652          <property name="toolTip">
3653           <string>&lt;p&gt;If enabled, only the top (for horizontal dock windows), or left (for vertical dock windows) will be rounded.</string>
3654          </property>
3655          <property name="text">
3656           <string>Round top/left only</string>
3657          </property>
3658         </widget>
3659        </item>
3660        <item row="2" column="0">
3661         <widget class="QLabel" name="label_76">
3662          <property name="text">
3663           <string>Use window settings for:</string>
3664          </property>
3665         </widget>
3666        </item>
3667        <item row="2" column="1">
3668         <widget class="QCheckBox" name="dwtBtnAsPerTitleBar">
3669          <property name="toolTip">
3670           <string>&lt;p&gt;If enabled, the buttons on dock windows will have a similar appearance (and behaviour) to the buttons on standard windows, otherwise they will only have their symbols drawn until the mouse hovers over (when the button background will be drawn).</string>
3671          </property>
3672          <property name="text">
3673           <string>Button appearance</string>
3674          </property>
3675         </widget>
3676        </item>
3677        <item row="3" column="1">
3678         <widget class="QCheckBox" name="dwtColAsPerTitleBar">
3679          <property name="toolTip">
3680           <string>&lt;p&gt;If enabled, the background of dock window titlebars will have use the color settings of standard windows, otherwise they will use the standard background color.</string>
3681          </property>
3682          <property name="text">
3683           <string>Background colors</string>
3684          </property>
3685         </widget>
3686        </item>
3687        <item row="5" column="1">
3688         <widget class="QCheckBox" name="dwtFontAsPerTitleBar">
3689          <property name="toolTip">
3690           <string>&lt;p&gt;If enabled, the font of dock window titlebars will have use the font settings of standard windows, otherwise they will use the standard font.</string>
3691          </property>
3692          <property name="text">
3693           <string>Font</string>
3694          </property>
3695         </widget>
3696        </item>
3697        <item row="6" column="1">
3698         <widget class="QCheckBox" name="dwtTextAsPerTitleBar">
3699          <property name="toolTip">
3700           <string>&lt;p&gt;If enabled, the text of dock window titlebars will have use the text alignment settings of standard windows, otherwise they will be left aligned.</string>
3701          </property>
3702          <property name="text">
3703           <string>Text alignment</string>
3704          </property>
3705         </widget>
3706        </item>
3707        <item row="7" column="1">
3708         <widget class="QCheckBox" name="dwtEffectAsPerTitleBar">
3709          <property name="toolTip">
3710           <string>&lt;p&gt;If enabled, the text of dock window titlebars will have use the text effect settings of standard windows, otherwise they will be drawn with no effect.</string>
3711          </property>
3712          <property name="text">
3713           <string>Text effect</string>
3714          </property>
3715         </widget>
3716        </item>
3717        <item row="4" column="1">
3718         <widget class="QCheckBox" name="dwtIconColAsPerTitleBar">
3719          <property name="toolTip">
3720           <string>&lt;p&gt;If enabled, the icons of dock window titlebars will have use the colors of standard window icons, otherwise they will use the text colour setting.</string>
3721          </property>
3722          <property name="text">
3723           <string>Icon colors</string>
3724          </property>
3725         </widget>
3726        </item>
3727       </layout>
3728      </widget>
3729      <widget class="QWidget" name="page_12">
3730       <layout class="QFormLayout" name="formLayout_19">
3731        <property name="fieldGrowthPolicy">
3732         <enum>QFormLayout::ExpandingFieldsGrow</enum>
3733        </property>
3734        <item row="0" column="0">
3735         <widget class="QLabel" name="label_80">
3736          <property name="text">
3737           <string>Dialog buttons:</string>
3738          </property>
3739         </widget>
3740        </item>
3741        <item row="0" column="1">
3742         <widget class="QCheckBox" name="gtkButtonOrder">
3743          <property name="toolTip">
3744           <string>&lt;p&gt;If enabled, dialogs will use the 'Cancel / OK' button order as used in the GNOME and OSX desktops, otherwise the 'OK / Cancel' order will be used.</string>
3745          </property>
3746          <property name="text">
3747           <string>Use Gtk button order</string>
3748          </property>
3749         </widget>
3750        </item>
3751        <item row="1" column="1">
3752         <widget class="QCheckBox" name="reorderGtkButtons">
3753          <property name="toolTip">
3754           <string>&lt;p&gt;If this is enabled and 'Use Gtk button order' is not, QtCurve will attempt to manually set the order of buttons in Gtk dialogs.&lt;/p&gt;&lt;p&gt;&lt;b&gt;NOTE:&lt;/b&gt; This is experimental, and may produce unexpected results!&lt;/p&gt;</string>
3755          </property>
3756          <property name="text">
3757           <string>Manually re-order Gtk buttons</string>
3758          </property>
3759         </widget>
3760        </item>
3761        <item row="2" column="1">
3762         <widget class="QCheckBox" name="stdBtnSizes">
3763          <property name="toolTip">
3764           <string>&lt;p&gt;Auto-default buttons are buttons that can become 'default' buttons - i.e. will react the user pressing 'return'.&lt;/p&gt;
3765 &lt;p&gt;In Gtk2 applications, most 'auto-default' buttons have a taller appearance than standard buttons. QtCurve attempts to mimic this for KDE applications - this may be disabled by enabling this option.&lt;/p&gt;</string>
3766          </property>
3767          <property name="text">
3768           <string>Use standard size for 'auto-default' buttons (KDE)</string>
3769          </property>
3770         </widget>
3771        </item>
3772        <item row="3" column="0">
3773         <widget class="QLabel" name="label_79">
3774          <property name="text">
3775           <string>Gtk icons</string>
3776          </property>
3777         </widget>
3778        </item>
3779        <item row="3" column="1">
3780         <widget class="QCheckBox" name="mapKdeIcons">
3781          <property name="toolTip">
3782           <string>&lt;p&gt;Enable this option so that QtCurve can attempt to map from the KDE icon names to their Gtk equivalent for Gtk applications.</string>
3783          </property>
3784          <property name="text">
3785           <string>Use KDE equivalent</string>
3786          </property>
3787         </widget>
3788        </item>
3789        <item row="4" column="0">
3790         <widget class="QLabel" name="label">
3791          <property name="text">
3792           <string>Password character:</string>
3793          </property>
3794         </widget>
3795        </item>
3796        <item row="4" column="1">
3797         <widget class="QPushButton" name="passwordChar">
3798          <property name="sizePolicy">
3799           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
3800            <horstretch>0</horstretch>
3801            <verstretch>0</verstretch>
3802           </sizepolicy>
3803          </property>
3804          <property name="toolTip">
3805           <string>&lt;p&gt;Sets the character used to hide password entries.</string>
3806          </property>
3807         </widget>
3808        </item>
3809        <item row="5" column="0">
3810         <widget class="QLabel" name="label_77">
3811          <property name="text">
3812           <string>Gtk expander highlight:</string>
3813          </property>
3814         </widget>
3815        </item>
3816        <item row="5" column="1">
3817         <widget class="QSpinBox" name="expanderHighlight">
3818          <property name="toolTip">
3819           <string>&lt;p&gt;Defines the amount by which the popup menu background will be lightened (or darkened).</string>
3820          </property>
3821          <property name="suffix">
3822           <string>%</string>
3823          </property>
3824         </widget>
3825        </item>
3826        <item row="6" column="0">
3827         <widget class="QLabel" name="shadowSizeLabel">
3828          <property name="text">
3829           <string>Drop shadow size:</string>
3830          </property>
3831         </widget>
3832        </item>
3833        <item row="6" column="1">
3834         <widget class="QSpinBox" name="dropShadowSize">
3835          <property name="toolTip">
3836           <string>&lt;p&gt;Sets the base value used for determining drop shadow sizes.&lt;/p&gt;&lt;p&gt;X11 only.&lt;/p&gt;</string>
3837          </property>
3838         </widget>
3839        </item>
3840       </layout>
3841      </widget>
3842      <widget class="QWidget" name="page_26">
3843       <layout class="QVBoxLayout" name="verticalLayout_17">
3844        <item>
3845         <layout class="QFormLayout" name="formLayout_20">
3846          <property name="fieldGrowthPolicy">
3847           <enum>QFormLayout::ExpandingFieldsGrow</enum>
3848          </property>
3849          <item row="0" column="0">
3850           <widget class="QLabel" name="label_81">
3851            <property name="text">
3852             <string>No background gradient:</string>
3853            </property>
3854           </widget>
3855          </item>
3856          <item row="0" column="1">
3857           <widget class="KLineEdit" name="noBgndGradientApps">
3858            <property name="toolTip">
3859             <string>&lt;p&gt;Comma separated list of names of applications which should not use the background gradient setting. &lt;/p&gt;&lt;p&gt;Use &lt;i&gt;gtk&lt;/i&gt; to disable for all Gtk2 applications.&lt;/p&gt;</string>
3860            </property>
3861           </widget>
3862          </item>
3863          <item row="1" column="0">
3864           <widget class="QLabel" name="label_82">
3865            <property name="text">
3866             <string>No background image:</string>
3867            </property>
3868           </widget>
3869          </item>
3870          <item row="1" column="1">
3871           <widget class="KLineEdit" name="noBgndImageApps">
3872            <property name="toolTip">
3873             <string>&lt;p&gt;Comma separated list of names of applications which should not use the background image setting. &lt;/p&gt;&lt;p&gt;Use &lt;i&gt;gtk&lt;/i&gt; to disable for all Gtk2 applications.&lt;/p&gt;</string>
3874            </property>
3875           </widget>
3876          </item>
3877          <item row="2" column="0">
3878           <widget class="QLabel" name="label_81b">
3879            <property name="text">
3880             <string>No background opacity:</string>
3881            </property>
3882           </widget>
3883          </item>
3884          <item row="2" column="1">
3885           <widget class="KLineEdit" name="noBgndOpacityApps">
3886            <property name="toolTip">
3887             <string>&lt;p&gt;Comma separated list of names of applications which should not use the background opacity setting. &lt;/p&gt;&lt;p&gt;Use &lt;i&gt;gtk&lt;/i&gt; to disable for all Gtk2 applications.&lt;/p&gt;</string>
3888            </property>
3889           </widget>
3890          </item>
3891          <item row="3" column="0">
3892           <widget class="QLabel" name="label_81mnu">
3893            <property name="text">
3894             <string>No menu opacity (and no alpha channel for Gtk2):</string>
3895            </property>
3896           </widget>
3897          </item>
3898          <item row="3" column="1">
3899           <widget class="KLineEdit" name="noMenuBgndOpacityApps">
3900            <property name="toolTip">
3901             <string>&lt;p&gt;Comma separated list of names of applications which should not use the menu opacity setting.&lt;/p&gt;&lt;p&gt;&lt;i&gt;For Gtk2, this option also disables using an alpha-channel to smoothly round tooltips and popup menus.&lt;/i&gt;&lt;/p&gt;&lt;p&gt;Use &lt;i&gt;gtk&lt;/i&gt; to disable for all Gtk2 applications.&lt;/p&gt;</string>
3902            </property>
3903           </widget>
3904          </item>
3905          <item row="4" column="0">
3906           <widget class="QLabel" name="label_82y">
3907            <property name="text">
3908             <string>No menu stripe:</string>
3909            </property>
3910           </widget>
3911          </item>
3912          <item row="4" column="1">
3913           <widget class="KLineEdit" name="noMenuStripeApps">
3914            <property name="toolTip">
3915             <string>&lt;p&gt;Comma separated list of names of applications which should not use the menu stripe setting. &lt;/p&gt;&lt;p&gt;Use &lt;i&gt;gtk&lt;/i&gt; to disable for all Gtk2 applications.&lt;/p&gt;</string>
3916            </property>
3917           </widget>
3918          </item>
3919          <item row="5" column="0">
3920           <widget class="QLabel" name="label_83">
3921            <property name="text">
3922             <string>Use Qt file dialog:</string>
3923            </property>
3924           </widget>
3925          </item>
3926          <item row="5" column="1">
3927           <widget class="KLineEdit" name="useQtFileDialogApps">
3928            <property name="toolTip">
3929             <string>&lt;p&gt;Comma separated list of names of Qt4 applications which should not use the KDE file dialog.</string>
3930            </property>
3931           </widget>
3932          </item>
3933          <item row="6" column="0">
3934           <widget class="QLabel" name="label_83a">
3935            <property name="text">
3936             <string>Save menubar visibility:</string>
3937            </property>
3938           </widget>
3939          </item>
3940          <item row="6" column="1">
3941           <widget class="KLineEdit" name="menubarApps">
3942            <property name="toolTip">
3943             <string>&lt;p&gt;Comma separated list of names of KDE applications where QtCurve needs to manually save whether the menubar is hidden or not.&lt;/p&gt;&lt;p&gt;Use &lt;i&gt;kde&lt;/i&gt; to set for all KDE applications. The menubar state of Gtk2 applications is always manually saved.&lt;/p&gt;</string>
3944            </property>
3945           </widget>
3946          </item>
3947          <item row="7" column="0">
3948           <widget class="QLabel" name="label_89">
3949            <property name="text">
3950             <string>Save statusbar visibility:</string>
3951            </property>
3952           </widget>
3953          </item>
3954          <item row="7" column="1">
3955           <widget class="KLineEdit" name="statusbarApps">
3956            <property name="toolTip">
3957             <string>&lt;p&gt;Comma separated list of names of KDE applications where QtCurve needs to manually save whether the statusbar is hidden or not.&lt;/p&gt;&lt;p&gt;Use &lt;i&gt;kde&lt;/i&gt; to set for all KDE applications. The statusbar state of Gtk2 applications is always manually saved.&lt;/p&gt;</string>
3958            </property>
3959           </widget>
3960          </item>
3961          <item row="8" column="0">
3962           <widget class="QLabel" name="label_89a">
3963            <property name="text">
3964             <string>Force non-native menubar:</string>
3965            </property>
3966           </widget>
3967          </item>
3968          <item row="8" column="1">
3969           <widget class="KLineEdit" name="nonnativeMenubarApps">
3970            <property name="toolTip">
3971             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Comma separated list of names of KDE/Qt applications where QtCurve needs to instruct Qt not to use the native menubar.&lt;/p&gt;&lt;p&gt;Try this on Mac for applications where certain menu items do not behave as expected when they are part of the menus of the Mac-style toplevel menubar, but behave correctly for instance when they are part of a popup/context menu. Applications need to be restarted for changes to take effect.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
3972            </property>
3973           </widget>
3974          </item>
3975         </layout>
3976        </item>
3977        <item>
3978         <spacer name="verticalSpacer_6">
3979          <property name="orientation">
3980           <enum>Qt::Vertical</enum>
3981          </property>
3982          <property name="sizeType">
3983           <enum>QSizePolicy::Fixed</enum>
3984          </property>
3985          <property name="sizeHint" stdset="0">
3986           <size>
3987            <width>8</width>
3988            <height>8</height>
3989           </size>
3990          </property>
3991         </spacer>
3992        </item>
3993        <item>
3994         <widget class="QLabel" name="label_101">
3995          <property name="text">
3996           <string>&lt;i&gt;&lt;p&gt;In the above lists, you need to enter the executable name. e.g For Google Earth this is actually &quot;googleearth-bin&quot;. You may use &quot;gtk2&quot; to disable for all Gtk2 applications, or &quot;kde&quot; for all KDE/Qt applications.&lt;/p&gt;
3997 &lt;p&gt;To determine the name that QtCurve will detect, you can start an application from a konsole window using the following syntax (example is for Firefox):&lt;/p&gt;
3998 &lt;p&gt;&lt;code&gt;QTCURVE_DEBUG=1 firefox&lt;/code&gt;&lt;/p&gt;
3999 &lt;p&gt;This will cause QtCurve to display the detected process name, as follows:&lt;/p&gt;
4000 &lt;p&gt;&lt;code&gt;QtCurve: Application name: &quot;firefox&quot;&lt;/code&gt;&lt;/p&gt;&lt;/i&gt;</string>
4001          </property>
4002          <property name="alignment">
4003           <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
4004          </property>
4005          <property name="wordWrap">
4006           <bool>true</bool>
4007          </property>
4008         </widget>
4009        </item>
4010       </layout>
4011      </widget>
4012      <widget class="QWidget" name="page_25">
4013       <layout class="QVBoxLayout" name="verticalLayout_16">
4014        <item>
4015         <widget class="QPushButton" name="exportKde3Button">
4016          <property name="toolTip">
4017           <string>&lt;p&gt;Exports your current color palette and font settings so that they may be used by KDE3 applications. This creates the relevant entries within the KDE3 kdeglobals file.</string>
4018          </property>
4019          <property name="text">
4020           <string>Export colors and fonts for KDE3 applications...</string>
4021          </property>
4022         </widget>
4023        </item>
4024        <item>
4025         <widget class="QPushButton" name="exportQt3Button">
4026          <property name="toolTip">
4027           <string>&lt;p&gt;Exports your current color palette and font settings so that they may be used by pure-Qt3 applications. This creates the relevant entries within the Qt3 ~/.qt/qtrc file.</string>
4028          </property>
4029          <property name="text">
4030           <string>Export colors and fonts for pure-Qt3 applications...</string>
4031          </property>
4032         </widget>
4033        </item>
4034        <item>
4035         <spacer name="verticalSpacer_4">
4036          <property name="orientation">
4037           <enum>Qt::Vertical</enum>
4038          </property>
4039          <property name="sizeHint" stdset="0">
4040           <size>
4041            <width>20</width>
4042            <height>359</height>
4043           </size>
4044          </property>
4045         </spacer>
4046        </item>
4047       </layout>
4048      </widget>
4049      <widget class="QWidget" name="page_13">
4050       <layout class="QGridLayout" name="gridLayout_2">
4051        <item row="0" column="0">
4052         <widget class="QComboBox" name="gradCombo">
4053          <property name="toolTip">
4054           <string>&lt;p&gt;Select the custom gradient to be configured.</string>
4055          </property>
4056         </widget>
4057        </item>
4058        <item row="0" column="1">
4059         <widget class="QToolButton" name="copyGradientButton">
4060          <property name="text">
4061           <string/>
4062          </property>
4063          <property name="autoRaise">
4064           <bool>true</bool>
4065          </property>
4066         </widget>
4067        </item>
4068        <item row="1" column="0" colspan="2">
4069         <widget class="QSplitter" name="splitter">
4070          <property name="orientation">
4071           <enum>Qt::Vertical</enum>
4072          </property>
4073          <widget class="QGroupBox" name="groupBox_b">
4074           <property name="title">
4075            <string>Settings</string>
4076           </property>
4077           <layout class="QGridLayout">
4078            <item row="0" column="0" rowspan="2">
4079             <widget class="QTreeWidget" name="gradStops">
4080              <property name="sizePolicy">
4081               <sizepolicy hsizetype="Minimum" vsizetype="Expanding">
4082                <horstretch>0</horstretch>
4083                <verstretch>0</verstretch>
4084               </sizepolicy>
4085              </property>
4086              <property name="indentation">
4087               <number>0</number>
4088              </property>
4089              <property name="rootIsDecorated">
4090               <bool>false</bool>
4091              </property>
4092              <column>
4093               <property name="text">
4094                <string>Position (%)</string>
4095               </property>
4096              </column>
4097              <column>
4098               <property name="text">
4099                <string>Value (%)</string>
4100               </property>
4101              </column>
4102              <column>
4103               <property name="text">
4104                <string>Alpha (%)</string>
4105               </property>
4106              </column>
4107             </widget>
4108            </item>
4109            <item row="2" column="0">
4110             <widget class="QComboBox" name="gradBorder">
4111              <property name="toolTip">
4112               <string>&lt;p&gt;Defines the inner border used when drawing buttons, etc., with this gradient.&lt;/p&gt;
4113 &lt;ul&gt;
4114 &lt;li&gt;&lt;i&gt;No border&lt;/i&gt; - no inner border is drawn, and the gradient will extend to the outer edges.&lt;/li&gt;
4115 &lt;li&gt;&lt;i&gt;Light border&lt;/i&gt; - A 'light' line is drawn around all edges.&lt;/li&gt;
4116 &lt;li&gt;&lt;i&gt;3D border (light only)&lt;/i&gt; - A 'light' line is drawn around the top and left edges.&lt;/li&gt;
4117 &lt;li&gt;&lt;i&gt;3D border (dark and light)&lt;/i&gt; - A 'light' line is drawn around the top and left edges, and a darker one around the bottom and right edges.&lt;/li&gt;
4118 &lt;li&gt;&lt;i&gt;Shine&lt;/i&gt; - A shine is added to the top (or left) edge when this gradient is drawn on buttons or scrollbars.&lt;/li&gt;
4119 &lt;/ul&gt;
4120 &lt;p&gt;&lt;i&gt;Note: This setting is not used when drawing the preview below.&lt;/i&gt;&lt;/p&gt;
4121 
4122 </string>
4123              </property>
4124             </widget>
4125            </item>
4126            <item row="0" column="2">
4127             <widget class="QGroupBox" name="groupBox_2">
4128              <property name="sizePolicy">
4129               <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
4130                <horstretch>0</horstretch>
4131                <verstretch>0</verstretch>
4132               </sizepolicy>
4133              </property>
4134              <property name="title">
4135               <string>Gradient Stop</string>
4136              </property>
4137              <layout class="QVBoxLayout" name="verticalLayout">
4138               <property name="spacing">
4139                <number>-1</number>
4140               </property>
4141               <property name="bottomMargin">
4142                <number>0</number>
4143               </property>
4144               <item>
4145                <layout class="QFormLayout" name="formLayout_12">
4146                 <property name="fieldGrowthPolicy">
4147                  <enum>QFormLayout::ExpandingFieldsGrow</enum>
4148                 </property>
4149                 <item row="0" column="0">
4150                  <widget class="QLabel" name="label_5">
4151                   <property name="text">
4152                    <string>Position:</string>
4153                   </property>
4154                  </widget>
4155                 </item>
4156                 <item row="1" column="0">
4157                  <widget class="QLabel" name="label_6">
4158                   <property name="text">
4159                    <string>Value:</string>
4160                   </property>
4161                  </widget>
4162                 </item>
4163                 <item row="2" column="0">
4164                  <widget class="QLabel" name="label_6alpha">
4165                   <property name="text">
4166                    <string>Alpha:</string>
4167                   </property>
4168                  </widget>
4169                 </item>
4170                 <item row="0" column="1">
4171                  <widget class="QSpinBox" name="stopPosition">
4172                   <property name="sizePolicy">
4173                    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
4174                     <horstretch>0</horstretch>
4175                     <verstretch>0</verstretch>
4176                    </sizepolicy>
4177                   </property>
4178                   <property name="toolTip">
4179                    <string>&lt;p&gt;Set the position of the gradient value. 0% means the top of horizontal gradients, and the left for vertical gradients.</string>
4180                   </property>
4181                   <property name="suffix">
4182                    <string>%</string>
4183                   </property>
4184                   <property name="maximum">
4185                    <number>100</number>
4186                   </property>
4187                  </widget>
4188                 </item>
4189                 <item row="1" column="1">
4190                  <widget class="QSpinBox" name="stopValue">
4191                   <property name="sizePolicy">
4192                    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
4193                     <horstretch>0</horstretch>
4194                     <verstretch>0</verstretch>
4195                    </sizepolicy>
4196                   </property>
4197                   <property name="toolTip">
4198                    <string>&lt;p&gt;Sets the strength of the gradient at the defined position. 110% would lighten a color by 10%, 90% would darken it by 10%, and 100% would be the original color.</string>
4199                   </property>
4200                   <property name="suffix">
4201                    <string>%</string>
4202                   </property>
4203                   <property name="maximum">
4204                    <number>200</number>
4205                   </property>
4206                  </widget>
4207                 </item>
4208                 <item row="2" column="1">
4209                  <widget class="QSpinBox" name="stopAlpha">
4210                   <property name="sizePolicy">
4211                    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
4212                     <horstretch>0</horstretch>
4213                     <verstretch>0</verstretch>
4214                    </sizepolicy>
4215                   </property>
4216                   <property name="toolTip">
4217                    <string>&lt;p&gt;Sets the alpha value of the gradient at the defined position.</string>
4218                   </property>
4219                   <property name="suffix">
4220                    <string>%</string>
4221                   </property>
4222                   <property name="maximum">
4223                    <number>100</number>
4224                   </property>
4225                  </widget>
4226                 </item>
4227                </layout>
4228               </item>
4229               <item>
4230                <layout class="QHBoxLayout" name="horizontalLayout">
4231                 <item>
4232                  <widget class="QPushButton" name="updateButton">
4233                   <property name="sizePolicy">
4234                    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
4235                     <horstretch>0</horstretch>
4236                     <verstretch>0</verstretch>
4237                    </sizepolicy>
4238                   </property>
4239                  </widget>
4240                 </item>
4241                 <item>
4242                  <widget class="QPushButton" name="addButton">
4243                   <property name="sizePolicy">
4244                    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
4245                     <horstretch>0</horstretch>
4246                     <verstretch>0</verstretch>
4247                    </sizepolicy>
4248                   </property>
4249                  </widget>
4250                 </item>
4251                 <item>
4252                  <widget class="QPushButton" name="removeButton">
4253                   <property name="sizePolicy">
4254                    <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
4255                     <horstretch>0</horstretch>
4256                     <verstretch>0</verstretch>
4257                    </sizepolicy>
4258                   </property>
4259                  </widget>
4260                 </item>
4261                </layout>
4262               </item>
4263               <item>
4264                <widget class="QLabel" name="label_3">
4265                 <property name="sizePolicy">
4266                  <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
4267                   <horstretch>0</horstretch>
4268                   <verstretch>0</verstretch>
4269                  </sizepolicy>
4270                 </property>
4271                 <property name="text">
4272                  <string>&lt;p&gt;&lt;b&gt;NOTE: &lt;/b&gt;&lt;/p&gt;
4273 &lt;p&gt;&lt;i&gt;&lt;u&gt;Position&lt;/u&gt; has a range of 0% to 100% - 0% being top/left, and 100% being bottom/right.&lt;/i&gt;&lt;/p&gt;
4274 &lt;p&gt;&lt;i&gt;&lt;u&gt;Value&lt;/u&gt; has a range of 0% to 200%. A value of 120% implies lightening by 20%, and a value of 80% implies darkening by 20%&lt;/i&gt;&lt;/p&gt;</string>
4275                 </property>
4276                 <property name="alignment">
4277                  <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
4278                 </property>
4279                 <property name="wordWrap">
4280                  <bool>true</bool>
4281                 </property>
4282                </widget>
4283               </item>
4284              </layout>
4285             </widget>
4286            </item>
4287           </layout>
4288          </widget>
4289          <widget class="QGroupBox" name="gradPreviewBox">
4290           <property name="sizePolicy">
4291            <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
4292             <horstretch>0</horstretch>
4293             <verstretch>0</verstretch>
4294            </sizepolicy>
4295           </property>
4296           <property name="title">
4297            <string>Preview</string>
4298           </property>
4299           <layout class="QHBoxLayout">
4300            <item>
4301             <widget class="QWidget" name="previewWidgetContainer" native="true"/>
4302            </item>
4303            <item>
4304             <widget class="KColorButton" name="previewColor">
4305              <property name="sizePolicy">
4306               <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
4307                <horstretch>0</horstretch>
4308                <verstretch>0</verstretch>
4309               </sizepolicy>
4310              </property>
4311              <property name="toolTip">
4312               <string>&lt;p&gt;Set the color to be used in the preview.</string>
4313              </property>
4314             </widget>
4315            </item>
4316           </layout>
4317          </widget>
4318         </widget>
4319        </item>
4320       </layout>
4321      </widget>
4322      <widget class="QWidget" name="page_14">
4323       <layout class="QGridLayout">
4324        <item row="0" column="0">
4325         <widget class="QLabel" name="label_2">
4326          <property name="text">
4327           <string>Shading routine:</string>
4328          </property>
4329         </widget>
4330        </item>
4331        <item row="0" column="1">
4332         <widget class="QComboBox" name="shading">
4333          <property name="sizePolicy">
4334           <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
4335            <horstretch>0</horstretch>
4336            <verstretch>0</verstretch>
4337           </sizepolicy>
4338          </property>
4339          <property name="toolTip">
4340           <string>&lt;p&gt;Sets the color space that is used when shading a color.</string>
4341          </property>
4342         </widget>
4343        </item>
4344        <item row="1" column="0" colspan="2">
4345         <widget class="QGroupBox" name="customShading">
4346          <property name="title">
4347           <string>Use Custom Shades</string>
4348          </property>
4349          <property name="checkable">
4350           <bool>true</bool>
4351          </property>
4352          <layout class="QGridLayout">
4353           <item row="0" column="0">
4354            <widget class="QDoubleSpinBox" name="shade0">
4355             <property name="sizePolicy">
4356              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
4357               <horstretch>0</horstretch>
4358               <verstretch>0</verstretch>
4359              </sizepolicy>
4360             </property>
4361            </widget>
4362           </item>
4363           <item row="0" column="1" rowspan="7">
4364            <widget class="QLabel" name="label_4">
4365             <property name="text">
4366              <string>&lt;i&gt;&lt;p&gt;QtCurve uses various hard-coded shading values to draw elements such as button frames, the background for pressed buttons, etc. The following is a brief overview of how each shade is used - use this as a guide only, as shades are used for various things.&lt;/p&gt;
4367 &lt;p&gt;&lt;ol&gt;
4368 &lt;li&gt;Is used for the light part of 3d elements - such as the border of tab widgets.&lt;/li&gt;
4369 &lt;li&gt;Is used for the lighter shade of striped progressbars.&lt;/li&gt;
4370 &lt;li&gt;Is used for the dark part of 3d elements - such as the border of tab widgets.&lt;/li&gt;
4371 &lt;li&gt;Is used for the shaded border of checks and radios, toolbar borders (when set to dark), the dark part of sunken/raised slider handles, etc.&lt;/li&gt;
4372 &lt;li&gt;Is used for the background of pressed widgets, and the border of toolbars (when not dark).&lt;/li&gt;
4373 &lt;li&gt;Is used as the border of most widgets.&lt;/li&gt;
4374 &lt;/ol&gt;&lt;/p&gt;&lt;/i&gt;</string>
4375             </property>
4376             <property name="alignment">
4377              <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
4378             </property>
4379             <property name="wordWrap">
4380              <bool>true</bool>
4381             </property>
4382            </widget>
4383           </item>
4384           <item row="1" column="0">
4385            <widget class="QDoubleSpinBox" name="shade1">
4386             <property name="sizePolicy">
4387              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
4388               <horstretch>0</horstretch>
4389               <verstretch>0</verstretch>
4390              </sizepolicy>
4391             </property>
4392            </widget>
4393           </item>
4394           <item row="2" column="0">
4395            <widget class="QDoubleSpinBox" name="shade2">
4396             <property name="sizePolicy">
4397              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
4398               <horstretch>0</horstretch>
4399               <verstretch>0</verstretch>
4400              </sizepolicy>
4401             </property>
4402            </widget>
4403           </item>
4404           <item row="3" column="0">
4405            <widget class="QDoubleSpinBox" name="shade3">
4406             <property name="sizePolicy">
4407              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
4408               <horstretch>0</horstretch>
4409               <verstretch>0</verstretch>
4410              </sizepolicy>
4411             </property>
4412            </widget>
4413           </item>
4414           <item row="4" column="0">
4415            <widget class="QDoubleSpinBox" name="shade4">
4416             <property name="sizePolicy">
4417              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
4418               <horstretch>0</horstretch>
4419               <verstretch>0</verstretch>
4420              </sizepolicy>
4421             </property>
4422            </widget>
4423           </item>
4424           <item row="5" column="0">
4425            <widget class="QDoubleSpinBox" name="shade5">
4426             <property name="sizePolicy">
4427              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
4428               <horstretch>0</horstretch>
4429               <verstretch>0</verstretch>
4430              </sizepolicy>
4431             </property>
4432            </widget>
4433           </item>
4434           <item row="6" column="0">
4435            <spacer name="verticalSpacer_7">
4436             <property name="orientation">
4437              <enum>Qt::Vertical</enum>
4438             </property>
4439             <property name="sizeType">
4440              <enum>QSizePolicy::Fixed</enum>
4441             </property>
4442             <property name="sizeHint" stdset="0">
4443              <size>
4444               <width>20</width>
4445               <height>36</height>
4446              </size>
4447             </property>
4448            </spacer>
4449           </item>
4450          </layout>
4451         </widget>
4452        </item>
4453        <item row="2" column="0" colspan="2">
4454         <widget class="QGroupBox" name="customAlphas">
4455          <property name="title">
4456           <string>Use Custom Alpha Values</string>
4457          </property>
4458          <property name="checkable">
4459           <bool>true</bool>
4460          </property>
4461          <layout class="QGridLayout">
4462           <item row="0" column="0">
4463            <widget class="QLabel" name="label_light_alpha">
4464             <property name="text">
4465              <string>Light:</string>
4466             </property>
4467             <property name="alignment">
4468              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4469             </property>
4470            </widget>
4471           </item>
4472           <item row="0" column="1">
4473            <widget class="QDoubleSpinBox" name="alpha0">
4474             <property name="sizePolicy">
4475              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
4476               <horstretch>0</horstretch>
4477               <verstretch>0</verstretch>
4478              </sizepolicy>
4479             </property>
4480            </widget>
4481           </item>
4482           <item row="0" column="2" rowspan="3">
4483            <widget class="QLabel" name="label_4b">
4484             <property name="sizePolicy">
4485              <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
4486               <horstretch>0</horstretch>
4487               <verstretch>0</verstretch>
4488              </sizepolicy>
4489             </property>
4490             <property name="text">
4491              <string>&lt;p&gt;&lt;i&gt;QtCurve uses dark/light borders to create etch and shadow effects. By default QtCurve tries to lighten (or darken) the parent's background to achieve this - if no parent can be found, then white/black is used with an alpha value set. This behaviour may be overridden, and alpha values always used, by checking the option above.&lt;/i&gt;&lt;/p&gt;</string>
4492             </property>
4493             <property name="alignment">
4494              <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
4495             </property>
4496             <property name="wordWrap">
4497              <bool>true</bool>
4498             </property>
4499            </widget>
4500           </item>
4501           <item row="1" column="0">
4502            <widget class="QLabel" name="label_dark_alpha">
4503             <property name="text">
4504              <string>Dark:</string>
4505             </property>
4506             <property name="alignment">
4507              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
4508             </property>
4509            </widget>
4510           </item>
4511           <item row="1" column="1">
4512            <widget class="QDoubleSpinBox" name="alpha1">
4513             <property name="sizePolicy">
4514              <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
4515               <horstretch>0</horstretch>
4516               <verstretch>0</verstretch>
4517              </sizepolicy>
4518             </property>
4519            </widget>
4520           </item>
4521          </layout>
4522         </widget>
4523        </item>
4524       </layout>
4525      </widget>
4526     </widget>
4527    </item>
4528   </layout>
4529  </widget>
4530  <layoutdefault spacing="6" margin="11"/>
4531  <customwidgets>
4532   <customwidget>
4533    <class>KLineEdit</class>
4534    <extends>QLineEdit</extends>
4535    <header>klineedit.h</header>
4536   </customwidget>
4537   <customwidget>
4538    <class>KColorButton</class>
4539    <extends>QPushButton</extends>
4540    <header>kcolorbutton.h</header>
4541   </customwidget>
4542  </customwidgets>
4543  <tabstops>
4544   <tabstop>stackList</tabstop>
4545   <tabstop>presetsCombo</tabstop>
4546   <tabstop>saveButton</tabstop>
4547   <tabstop>deleteButton</tabstop>
4548   <tabstop>importButton</tabstop>
4549   <tabstop>exportButton</tabstop>
4550   <tabstop>appearance</tabstop>
4551   <tabstop>bgndAppearance</tabstop>
4552   <tabstop>bgndAppearance_btn</tabstop>
4553   <tabstop>bgndGrad</tabstop>
4554   <tabstop>bgndImage</tabstop>
4555   <tabstop>bgndImage_btn</tabstop>
4556   <tabstop>sunkenAppearance</tabstop>
4557   <tabstop>buttonEffect</tabstop>
4558   <tabstop>thin_buttons</tabstop>
4559   <tabstop>etchEntry</tabstop>
4560   <tabstop>focus</tabstop>
4561   <tabstop>tooltipAppearance</tabstop>
4562   <tabstop>vArrows</tabstop>
4563   <tabstop>stdSidebarButtons</tabstop>
4564   <tabstop>darkerBorders</tabstop>
4565   <tabstop>fadeLines</tabstop>
4566   <tabstop>thin_frames</tabstop>
4567   <tabstop>hideShortcutUnderline</tabstop>
4568   <tabstop>round</tabstop>
4569   <tabstop>squareEntry</tabstop>
4570   <tabstop>squareProgress</tabstop>
4571   <tabstop>squareScrollViews</tabstop>
4572   <tabstop>squareLvSelection</tabstop>
4573   <tabstop>squareTabFrame</tabstop>
4574   <tabstop>squareFrame</tabstop>
4575   <tabstop>squareSlider</tabstop>
4576   <tabstop>squareScrollbarSlider</tabstop>
4577   <tabstop>squareWindows</tabstop>
4578   <tabstop>squareTooltips</tabstop>
4579   <tabstop>squarePopupMenus</tabstop>
4580   <tabstop>bgndOpacity</tabstop>
4581   <tabstop>dlgOpacity</tabstop>
4582   <tabstop>menuBgndOpacity</tabstop>
4583   <tabstop>groupBox</tabstop>
4584   <tabstop>gbFactor</tabstop>
4585   <tabstop>gbLabel_bold</tabstop>
4586   <tabstop>gbLabel_textPos</tabstop>
4587   <tabstop>gbLabel_centred</tabstop>
4588   <tabstop>comboBtn</tabstop>
4589   <tabstop>customComboBtnColor</tabstop>
4590   <tabstop>comboSplitter</tabstop>
4591   <tabstop>unifyCombo</tabstop>
4592   <tabstop>gtkComboMenus</tabstop>
4593   <tabstop>doubleGtkComboArrow</tabstop>
4594   <tabstop>unifySpinBtns</tabstop>
4595   <tabstop>unifySpin</tabstop>
4596   <tabstop>splitters</tabstop>
4597   <tabstop>splitterHighlight</tabstop>
4598   <tabstop>sliderAppearance</tabstop>
4599   <tabstop>shadeSliders</tabstop>
4600   <tabstop>customSlidersColor</tabstop>
4601   <tabstop>stripedSbar</tabstop>
4602   <tabstop>colorSliderMouseOver</tabstop>
4603   <tabstop>sliderStyle</tabstop>
4604   <tabstop>fillSlider</tabstop>
4605   <tabstop>sliderFill</tabstop>
4606   <tabstop>grooveAppearance</tabstop>
4607   <tabstop>thinSbarGroove</tabstop>
4608   <tabstop>borderSbarGroove</tabstop>
4609   <tabstop>scrollbarType</tabstop>
4610   <tabstop>flatSbarButtons</tabstop>
4611   <tabstop>sbarBgndAppearance</tabstop>
4612   <tabstop>sliderThumbs</tabstop>
4613   <tabstop>progressAppearance</tabstop>
4614   <tabstop>progressColor</tabstop>
4615   <tabstop>customProgressColor</tabstop>
4616   <tabstop>stripedProgress</tabstop>
4617   <tabstop>animatedProgress</tabstop>
4618   <tabstop>glowProgress</tabstop>
4619   <tabstop>fillProgress</tabstop>
4620   <tabstop>progressGrooveAppearance</tabstop>
4621   <tabstop>progressGrooveColor</tabstop>
4622   <tabstop>borderProgress</tabstop>
4623   <tabstop>boldProgress_false</tabstop>
4624   <tabstop>boldProgress</tabstop>
4625   <tabstop>defBtnIndicator</tabstop>
4626   <tabstop>embolden</tabstop>
4627   <tabstop>coloredMouseOver</tabstop>
4628   <tabstop>highlightFactor</tabstop>
4629   <tabstop>lvAppearance</tabstop>
4630   <tabstop>lvButton</tabstop>
4631   <tabstop>sortedLv</tabstop>
4632   <tabstop>customSortedLvColor</tabstop>
4633   <tabstop>selectionAppearance</tabstop>
4634   <tabstop>borderSelection</tabstop>
4635   <tabstop>lvLines</tabstop>
4636   <tabstop>gtkScrollViews</tabstop>
4637   <tabstop>highlightScrollViews</tabstop>
4638   <tabstop>activeTabAppearance</tabstop>
4639   <tabstop>highlightTab</tabstop>
4640   <tabstop>colorSelTab</tabstop>
4641   <tabstop>tabAppearance</tabstop>
4642   <tabstop>tabMouseOver</tabstop>
4643   <tabstop>tabBgnd</tabstop>
4644   <tabstop>roundAllTabs_false</tabstop>
4645   <tabstop>roundAllTabs</tabstop>
4646   <tabstop>borderTab_false</tabstop>
4647   <tabstop>borderTab</tabstop>
4648   <tabstop>borderInactiveTab_false</tabstop>
4649   <tabstop>borderInactiveTab</tabstop>
4650   <tabstop>invertBotTab_false</tabstop>
4651   <tabstop>invertBotTab</tabstop>
4652   <tabstop>toolbarTabs</tabstop>
4653   <tabstop>toolbarTabs_false</tabstop>
4654   <tabstop>centerTabText_false</tabstop>
4655   <tabstop>centerTabText</tabstop>
4656   <tabstop>shadeCheckRadio</tabstop>
4657   <tabstop>customCheckRadioColor</tabstop>
4658   <tabstop>crSize</tabstop>
4659   <tabstop>xCheck_false</tabstop>
4660   <tabstop>xCheck</tabstop>
4661   <tabstop>smallRadio_false</tabstop>
4662   <tabstop>smallRadio</tabstop>
4663   <tabstop>crHighlight</tabstop>
4664   <tabstop>crButton</tabstop>
4665   <tabstop>crColor</tabstop>
4666   <tabstop>customCrBgndColor</tabstop>
4667   <tabstop>titlebarAppearance</tabstop>
4668   <tabstop>inactiveTitlebarAppearance</tabstop>
4669   <tabstop>titlebarAlignment</tabstop>
4670   <tabstop>titlebarEffect</tabstop>
4671   <tabstop>titlebarIcon</tabstop>
4672   <tabstop>windowBorder_colorTitlebarOnly</tabstop>
4673   <tabstop>windowBorder_blend</tabstop>
4674   <tabstop>windowBorder_menuColor</tabstop>
4675   <tabstop>windowBorder_addLightBorder</tabstop>
4676   <tabstop>windowBorder_separator</tabstop>
4677   <tabstop>windowDrag</tabstop>
4678   <tabstop>titlebarButtonAppearance</tabstop>
4679   <tabstop>titlebarButtons_noFrame</tabstop>
4680   <tabstop>titlebarButtons_round</tabstop>
4681   <tabstop>titlebarButtons_hoverFrame</tabstop>
4682   <tabstop>titlebarButtons_hoverSymbol</tabstop>
4683   <tabstop>titlebarButtons_hoverSymbolFull</tabstop>
4684   <tabstop>titlebarButtons_button</tabstop>
4685   <tabstop>titlebarButtons_custom</tabstop>
4686   <tabstop>titlebarButtons_customIcon</tabstop>
4687   <tabstop>titlebarButtons_colorOnMouseOver</tabstop>
4688   <tabstop>titlebarButtons_useHover</tabstop>
4689   <tabstop>titlebarButtons_sunkenBackground</tabstop>
4690   <tabstop>titlebarButtons_arrowMinMax</tabstop>
4691   <tabstop>titlebarButtons_hideOnInactiveWindow</tabstop>
4692   <tabstop>titlebarButtons_colorSymbolsOnly</tabstop>
4693   <tabstop>titlebarButtons_colorInactive</tabstop>
4694   <tabstop>titlebarButtons_colorClose</tabstop>
4695   <tabstop>titlebarButtons_colorMin</tabstop>
4696   <tabstop>titlebarButtons_colorMax</tabstop>
4697   <tabstop>titlebarButtons_colorHelp</tabstop>
4698   <tabstop>titlebarButtons_colorMenu</tabstop>
4699   <tabstop>titlebarButtons_colorShade</tabstop>
4700   <tabstop>titlebarButtons_colorAllDesktops</tabstop>
4701   <tabstop>titlebarButtons_colorKeepAbove</tabstop>
4702   <tabstop>titlebarButtons_colorKeepBelow</tabstop>
4703   <tabstop>titlebarButtons_colorCloseIcon</tabstop>
4704   <tabstop>titlebarButtons_colorMinIcon</tabstop>
4705   <tabstop>titlebarButtons_colorMaxIcon</tabstop>
4706   <tabstop>titlebarButtons_colorHelpIcon</tabstop>
4707   <tabstop>titlebarButtons_colorMenuIcon</tabstop>
4708   <tabstop>titlebarButtons_colorShadeIcon</tabstop>
4709   <tabstop>titlebarButtons_colorAllDesktopsIcon</tabstop>
4710   <tabstop>titlebarButtons_colorKeepAboveIcon</tabstop>
4711   <tabstop>titlebarButtons_colorKeepBelowIcon</tabstop>
4712   <tabstop>titlebarButtons_colorCloseInactiveIcon</tabstop>
4713   <tabstop>titlebarButtons_colorMinInactiveIcon</tabstop>
4714   <tabstop>titlebarButtons_colorMaxInactiveIcon</tabstop>
4715   <tabstop>titlebarButtons_colorHelpInactiveIcon</tabstop>
4716   <tabstop>titlebarButtons_colorMenuInactiveIcon</tabstop>
4717   <tabstop>titlebarButtons_colorShadeInactiveIcon</tabstop>
4718   <tabstop>titlebarButtons_colorAllDesktopsInactiveIcon</tabstop>
4719   <tabstop>titlebarButtons_colorKeepAboveInactiveIcon</tabstop>
4720   <tabstop>titlebarButtons_colorKeepBelowInactiveIcon</tabstop>
4721   <tabstop>menubarAppearance</tabstop>
4722   <tabstop>shadeMenubars</tabstop>
4723   <tabstop>customMenubarsColor</tabstop>
4724   <tabstop>shadeMenubarOnlyWhenActive</tabstop>
4725   <tabstop>customMenuTextColor</tabstop>
4726   <tabstop>customMenuNormTextColor</tabstop>
4727   <tabstop>customMenuSelTextColor</tabstop>
4728   <tabstop>menuitemAppearance</tabstop>
4729   <tabstop>menubarMouseOver</tabstop>
4730   <tabstop>colorMenubarMouseOver</tabstop>
4731   <tabstop>roundMbTopOnly</tabstop>
4732   <tabstop>menubarHiding_keyboard</tabstop>
4733   <tabstop>menubarHiding_kwin</tabstop>
4734   <tabstop>borderMenuitems</tabstop>
4735   <tabstop>shadePopupMenu</tabstop>
4736   <tabstop>useHighlightForMenu</tabstop>
4737   <tabstop>thin_menuitems</tabstop>
4738   <tabstop>menuBgndAppearance</tabstop>
4739   <tabstop>menuBgndAppearance_btn</tabstop>
4740   <tabstop>menuBgndGrad</tabstop>
4741   <tabstop>menuBgndImage</tabstop>
4742   <tabstop>menuBgndImage_btn</tabstop>
4743   <tabstop>menuStripe</tabstop>
4744   <tabstop>customMenuStripeColor</tabstop>
4745   <tabstop>menuStripeAppearance</tabstop>
4746   <tabstop>popupBorder</tabstop>
4747   <tabstop>toolbarAppearance</tabstop>
4748   <tabstop>handles</tabstop>
4749   <tabstop>toolbarSeparators</tabstop>
4750   <tabstop>toolbarBorders</tabstop>
4751   <tabstop>tbarBtns</tabstop>
4752   <tabstop>tbarBtnAppearance</tabstop>
4753   <tabstop>tbarBtnEffect</tabstop>
4754   <tabstop>coloredTbarMo_false</tabstop>
4755   <tabstop>coloredTbarMo</tabstop>
4756   <tabstop>drawStatusBarFrames</tabstop>
4757   <tabstop>statusbarHiding_keyboard</tabstop>
4758   <tabstop>statusbarHiding_kwin</tabstop>
4759   <tabstop>dwtAppearance</tabstop>
4760   <tabstop>dwtRoundTopOnly</tabstop>
4761   <tabstop>dwtBtnAsPerTitleBar</tabstop>
4762   <tabstop>dwtColAsPerTitleBar</tabstop>
4763   <tabstop>dwtIconColAsPerTitleBar</tabstop>
4764   <tabstop>dwtFontAsPerTitleBar</tabstop>
4765   <tabstop>dwtTextAsPerTitleBar</tabstop>
4766   <tabstop>dwtEffectAsPerTitleBar</tabstop>
4767   <tabstop>gtkButtonOrder</tabstop>
4768   <tabstop>reorderGtkButtons</tabstop>
4769   <tabstop>stdBtnSizes</tabstop>
4770   <tabstop>mapKdeIcons</tabstop>
4771   <tabstop>passwordChar</tabstop>
4772   <tabstop>expanderHighlight</tabstop>
4773   <tabstop>noBgndGradientApps</tabstop>
4774   <tabstop>noBgndImageApps</tabstop>
4775   <tabstop>noBgndOpacityApps</tabstop>
4776   <tabstop>noMenuBgndOpacityApps</tabstop>
4777   <tabstop>noMenuStripeApps</tabstop>
4778   <tabstop>useQtFileDialogApps</tabstop>
4779   <tabstop>menubarApps</tabstop>
4780   <tabstop>statusbarApps</tabstop>
4781   <tabstop>exportKde3Button</tabstop>
4782   <tabstop>exportQt3Button</tabstop>
4783   <tabstop>gradCombo</tabstop>
4784   <tabstop>gradStops</tabstop>
4785   <tabstop>updateButton</tabstop>
4786   <tabstop>addButton</tabstop>
4787   <tabstop>removeButton</tabstop>
4788   <tabstop>gradBorder</tabstop>
4789   <tabstop>previewColor</tabstop>
4790   <tabstop>shading</tabstop>
4791   <tabstop>customShading</tabstop>
4792   <tabstop>shade0</tabstop>
4793   <tabstop>shade1</tabstop>
4794   <tabstop>shade2</tabstop>
4795   <tabstop>shade3</tabstop>
4796   <tabstop>shade4</tabstop>
4797   <tabstop>shade5</tabstop>
4798   <tabstop>customAlphas</tabstop>
4799   <tabstop>alpha0</tabstop>
4800   <tabstop>alpha1</tabstop>
4801  </tabstops>
4802  <includes>
4803   <include location="local">kcolorbutton.h</include>
4804   <include location="local">kcolorbutton.h</include>
4805   <include location="local">kcolorbutton.h</include>
4806   <include location="local">kcolorbutton.h</include>
4807   <include location="local">kcolorbutton.h</include>
4808  </includes>
4809  <resources/>
4810  <connections>
4811   <connection>
4812    <sender>flatSbarButtons</sender>
4813    <signal>toggled(bool)</signal>
4814    <receiver>thinSbarGroove</receiver>
4815    <slot>setEnabled(bool)</slot>
4816    <hints>
4817     <hint type="sourcelabel">
4818      <x>367</x>
4819      <y>57</y>
4820     </hint>
4821     <hint type="destinationlabel">
4822      <x>367</x>
4823      <y>57</y>
4824     </hint>
4825    </hints>
4826   </connection>
4827   <connection>
4828    <sender>exportKde3Button</sender>
4829    <signal>clicked(bool)</signal>
4830    <receiver>QtCurveConfigBase</receiver>
4831    <slot>exportKDE3()</slot>
4832    <hints>
4833     <hint type="sourcelabel">
4834      <x>367</x>
4835      <y>57</y>
4836     </hint>
4837     <hint type="destinationlabel">
4838      <x>662</x>
4839      <y>0</y>
4840     </hint>
4841    </hints>
4842   </connection>
4843   <connection>
4844    <sender>exportQt3Button</sender>
4845    <signal>clicked(bool)</signal>
4846    <receiver>QtCurveConfigBase</receiver>
4847    <slot>exportQt()</slot>
4848    <hints>
4849     <hint type="sourcelabel">
4850      <x>367</x>
4851      <y>57</y>
4852     </hint>
4853     <hint type="destinationlabel">
4854      <x>532</x>
4855      <y>0</y>
4856     </hint>
4857    </hints>
4858   </connection>
4859   <connection>
4860    <sender>crButton</sender>
4861    <signal>toggled(bool)</signal>
4862    <receiver>crColor</receiver>
4863    <slot>setEnabled(bool)</slot>
4864    <hints>
4865     <hint type="sourcelabel">
4866      <x>367</x>
4867      <y>57</y>
4868     </hint>
4869     <hint type="destinationlabel">
4870      <x>367</x>
4871      <y>57</y>
4872     </hint>
4873    </hints>
4874   </connection>
4875   <connection>
4876    <sender>crButton</sender>
4877    <signal>toggled(bool)</signal>
4878    <receiver>customCrBgndColor</receiver>
4879    <slot>setEnabled(bool)</slot>
4880    <hints>
4881     <hint type="sourcelabel">
4882      <x>367</x>
4883      <y>57</y>
4884     </hint>
4885     <hint type="destinationlabel">
4886      <x>367</x>
4887      <y>57</y>
4888     </hint>
4889    </hints>
4890   </connection>
4891  </connections>
4892  <slots>
4893   <slot>exportKDE3()</slot>
4894   <slot>exportQt()</slot>
4895  </slots>
4896 </ui>