Warning, /plasma/breeze/kstyle/breeze.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
0005 
0006   <kcfgfile name="breezerc"/>
0007 
0008   <!-- common options -->
0009   <group name="Common">
0010 
0011     <!-- shadow -->
0012     <entry name="ShadowStrength" type = "Int">
0013        <default>255</default>
0014        <min>25</min>
0015        <max>255</max>
0016     </entry>
0017 
0018     <!-- shadow -->
0019     <entry name="ShadowSize" type = "Enum">
0020       <choices>
0021           <choice name="ShadowNone"/>
0022           <choice name="ShadowSmall"/>
0023           <choice name="ShadowMedium"/>
0024           <choice name="ShadowLarge"/>
0025           <choice name="ShadowVeryLarge"/>
0026       </choices>
0027       <default>ShadowLarge</default>
0028     </entry>
0029 
0030     <entry name="ShadowColor" type = "Color">
0031        <default>0, 0, 0</default>
0032     </entry>
0033 
0034     <!-- close button -->
0035     <entry name="OutlineCloseButton" type = "Bool">
0036         <default>false</default>
0037     </entry>
0038 
0039   </group>
0040 
0041   <!-- widget style -->
0042   <group name="Style">
0043 
0044     <!-- animations -->
0045     <entry name="AnimationsEnabled" type="Bool">
0046       <default>true</default>
0047     </entry>
0048 
0049     <entry name="AnimationSteps" type = "Int">
0050        <default>10</default>
0051     </entry>
0052 
0053     <entry name="AnimationsDuration" type="Int">
0054       <default>100</default>
0055     </entry>
0056 
0057    <!-- transition flags -->
0058     <entry name="StackedWidgetTransitionsEnabled" type="Bool">
0059       <default>false</default>
0060     </entry>
0061 
0062     <!-- busy progress bars -->
0063     <entry name="ProgressBarAnimated" type="Bool">
0064       <default>true</default>
0065     </entry>
0066 
0067     <!-- progress bar animation durations -->
0068     <entry name="ProgressBarBusyStepDuration" type="Int">
0069       <default>800</default>
0070     </entry>
0071 
0072     <!-- scrollbar buttons -->
0073     <entry name="ScrollBarAddLineButtons" type="Int">
0074       <default>0</default>
0075     </entry>
0076 
0077     <entry name="ScrollBarSubLineButtons" type="Int">
0078       <default>0</default>
0079     </entry>
0080 
0081     <!-- mnemonics -->
0082     <entry name="MnemonicsMode" type="Enum">
0083       <choices>
0084           <choice name="MN_NEVER" />
0085           <choice name="MN_AUTO" />
0086           <choice name="MN_ALWAYS" />
0087       </choices>
0088       <default>MN_AUTO</default>
0089     </entry>
0090 
0091     <!-- toolbars -->
0092     <entry name="ToolBarDrawItemSeparator" type="Bool">
0093       <default>true</default>
0094     </entry>
0095 
0096     <!-- views -->
0097     <entry name="ViewDrawFocusIndicator" type="Bool">
0098       <default>true</default>
0099     </entry>
0100 
0101     <!-- sliders -->
0102     <entry name="SliderDrawTickMarks" type="Bool">
0103       <default>true</default>
0104     </entry>
0105 
0106     <!-- tree views -->
0107     <entry name="ViewDrawTreeBranchLines" type="Bool">
0108       <default>true</default>
0109     </entry>
0110 
0111     <!-- Direction of sort order arrow in table view headers -->
0112     <!-- True means the arrow points down when biggest stuff is on top -->
0113     <entry name="ViewInvertSortIndicator" type="Bool">
0114       <default>true</default>
0115     </entry>
0116 
0117     <!-- tab bars -->
0118     <entry name="TabBarDrawCenteredTabs" type="Bool">
0119       <default>false</default>
0120     </entry>
0121 
0122     <entry name="DockWidgetDrawFrame" type="Bool">
0123       <default>false</default>
0124     </entry>
0125 
0126     <entry name="SidePanelDrawFrame" type="Bool">
0127       <default>false</default>
0128     </entry>
0129 
0130     <entry name="MenuItemDrawStrongFocus" type="Bool">
0131       <default>true</default>
0132     </entry>
0133 
0134     <!-- window dragging -->
0135     <entry name="WindowDragMode" type="Enum">
0136       <choices>
0137           <choice name="WD_NONE" />
0138           <choice name="WD_MINIMAL" />
0139           <choice name="WD_FULL" />
0140       </choices>
0141       <default>WD_FULL</default>
0142     </entry>
0143 
0144     <!--
0145         this is the comma separated list of special per-app widgets on which
0146         window dragging can be installed (in addition to the build-in list of
0147         standard widgets. They are reference by the widget class name.
0148     -->
0149     <entry name="WindowDragWhiteList" type="StringList">
0150        <default></default>
0151     </entry>
0152 
0153     <!--
0154         this is the comma separated list of special per-app widgets on which
0155         window dragging must be disabled (in addition to the build-in list of
0156         standard widgets). They are reference by the widget class name.
0157     -->
0158     <entry name="WindowDragBlackList" type="StringList">
0159        <default></default>
0160     </entry>
0161 
0162     <!-- splitter proxy -->
0163     <entry name="SplitterProxyEnabled" type="Bool">
0164       <default>true</default>
0165     </entry>
0166 
0167     <entry name="SplitterProxyWidth" type="Int">
0168       <default>12</default>
0169     </entry>
0170 
0171     <!-- debugging -->
0172     <entry name="WidgetExplorerEnabled" type="Bool">
0173       <default>false</default>
0174     </entry>
0175 
0176     <entry name="DrawWidgetRects" type="Bool">
0177       <default>false</default>
0178     </entry>
0179 
0180     <!-- transparency -->
0181     <entry name="MenuOpacity" type="Int">
0182         <default>100</default>
0183     </entry>
0184 
0185   </group>
0186 
0187 </kcfg>