Warning, /plasma/oxygen/kstyle/config/ui/oxygenstyleconfig.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>OxygenStyleConfig</class>
0004  <widget class="QWidget" name="OxygenStyleConfig">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>450</width>
0010     <height>250</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <property name="minimumSize">
0020    <size>
0021     <width>450</width>
0022     <height>200</height>
0023    </size>
0024   </property>
0025   <property name="windowTitle">
0026    <string>Dialog</string>
0027   </property>
0028   <layout class="QVBoxLayout" name="verticalLayout">
0029    <property name="margin">
0030     <number>0</number>
0031    </property>
0032    <item>
0033     <widget class="QTabWidget" name="tabWidget">
0034      <property name="sizePolicy">
0035       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0036        <horstretch>0</horstretch>
0037        <verstretch>0</verstretch>
0038       </sizepolicy>
0039      </property>
0040      <property name="currentIndex">
0041       <number>0</number>
0042      </property>
0043      <widget class="QWidget" name="tab_1">
0044       <attribute name="title">
0045        <string>General</string>
0046       </attribute>
0047       <layout class="QGridLayout" name="gridLayout" columnstretch="0,0,1">
0048        <item row="4" column="1">
0049         <widget class="KComboBox" name="_windowDragMode">
0050          <item>
0051           <property name="text">
0052            <string>Drag windows from titlebar only</string>
0053           </property>
0054          </item>
0055          <item>
0056           <property name="text">
0057            <string>Drag windows from titlebar, menubar and toolbars</string>
0058           </property>
0059          </item>
0060          <item>
0061           <property name="text">
0062            <string>Drag windows from all empty areas</string>
0063           </property>
0064          </item>
0065         </widget>
0066        </item>
0067        <item row="3" column="0">
0068         <widget class="QLabel" name="_mnemonicsLabel">
0069          <property name="text">
0070           <string>Keyboard accelerators visibility:</string>
0071          </property>
0072          <property name="alignment">
0073           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0074          </property>
0075          <property name="buddy">
0076           <cstring>_mnemonicsMode</cstring>
0077          </property>
0078         </widget>
0079        </item>
0080        <item row="3" column="1">
0081         <widget class="KComboBox" name="_mnemonicsMode">
0082          <item>
0083           <property name="text">
0084            <string>Always hide</string>
0085           </property>
0086          </item>
0087          <item>
0088           <property name="text">
0089            <string>Show when Alt key is pressed</string>
0090           </property>
0091          </item>
0092          <item>
0093           <property name="text">
0094            <string>Always show</string>
0095           </property>
0096          </item>
0097         </widget>
0098        </item>
0099        <item row="4" column="0">
0100         <widget class="QLabel" name="label_3">
0101          <property name="sizePolicy">
0102           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0103            <horstretch>0</horstretch>
0104            <verstretch>0</verstretch>
0105           </sizepolicy>
0106          </property>
0107          <property name="text">
0108           <string>Windows' &amp;drag mode:</string>
0109          </property>
0110          <property name="alignment">
0111           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0112          </property>
0113          <property name="buddy">
0114           <cstring>_windowDragMode</cstring>
0115          </property>
0116         </widget>
0117        </item>
0118        <item row="3" column="2">
0119         <spacer name="horizontalSpacer_4">
0120          <property name="orientation">
0121           <enum>Qt::Horizontal</enum>
0122          </property>
0123          <property name="sizeHint" stdset="0">
0124           <size>
0125            <width>40</width>
0126            <height>20</height>
0127           </size>
0128          </property>
0129         </spacer>
0130        </item>
0131        <item row="1" column="0" colspan="3">
0132         <widget class="QCheckBox" name="_toolBarDrawItemSeparator">
0133          <property name="text">
0134           <string>Draw toolbar item separators</string>
0135          </property>
0136         </widget>
0137        </item>
0138        <item row="2" column="0" colspan="3">
0139         <widget class="QCheckBox" name="_splitterProxyEnabled">
0140          <property name="text">
0141           <string>Enable extended resize handles</string>
0142          </property>
0143         </widget>
0144        </item>
0145        <item row="0" column="0" colspan="3">
0146         <widget class="QCheckBox" name="_useBackgroundGradient">
0147          <property name="text">
0148           <string>Draw window background gradient</string>
0149          </property>
0150         </widget>
0151        </item>
0152        <item row="5" column="0" colspan="3">
0153         <spacer name="verticalSpacer_2">
0154          <property name="orientation">
0155           <enum>Qt::Vertical</enum>
0156          </property>
0157          <property name="sizeHint" stdset="0">
0158           <size>
0159            <width>20</width>
0160            <height>40</height>
0161           </size>
0162          </property>
0163         </spacer>
0164        </item>
0165       </layout>
0166      </widget>
0167      <widget class="QWidget" name="tab">
0168       <attribute name="title">
0169        <string>Animations</string>
0170       </attribute>
0171       <layout class="QVBoxLayout" name="verticalLayout_4">
0172        <item>
0173         <widget class="Oxygen::AnimationConfigWidget" name="_animationConfigWidget" native="true"/>
0174        </item>
0175       </layout>
0176      </widget>
0177      <widget class="QWidget" name="tab_2">
0178       <attribute name="title">
0179        <string>Views</string>
0180       </attribute>
0181       <layout class="QGridLayout" name="gridLayout_5">
0182        <item row="1" column="0" colspan="2">
0183         <widget class="QCheckBox" name="_viewDrawTreeBranchLines">
0184          <property name="text">
0185           <string>Draw tree branch lines</string>
0186          </property>
0187         </widget>
0188        </item>
0189        <item row="2" column="1">
0190         <widget class="QWidget" name="_viewsExpertWidget" native="true">
0191          <layout class="QHBoxLayout" name="horizontalLayout">
0192           <property name="margin">
0193            <number>0</number>
0194           </property>
0195           <item>
0196            <widget class="QLabel" name="label_4">
0197             <property name="text">
0198              <string>&amp;Tree expander size:</string>
0199             </property>
0200             <property name="buddy">
0201              <cstring>_viewTriangularExpanderSize</cstring>
0202             </property>
0203            </widget>
0204           </item>
0205           <item>
0206            <widget class="KComboBox" name="_viewTriangularExpanderSize">
0207             <item>
0208              <property name="text">
0209               <string comment="triangle size">Tiny</string>
0210              </property>
0211             </item>
0212             <item>
0213              <property name="text">
0214               <string comment="triangle size">Small</string>
0215              </property>
0216             </item>
0217             <item>
0218              <property name="text">
0219               <string comment="triangle size">Normal</string>
0220              </property>
0221             </item>
0222            </widget>
0223           </item>
0224           <item>
0225            <spacer name="horizontalSpacer_3">
0226             <property name="orientation">
0227              <enum>Qt::Horizontal</enum>
0228             </property>
0229             <property name="sizeHint" stdset="0">
0230              <size>
0231               <width>40</width>
0232               <height>20</height>
0233              </size>
0234             </property>
0235            </spacer>
0236           </item>
0237          </layout>
0238         </widget>
0239        </item>
0240        <item row="3" column="0" colspan="2">
0241         <spacer name="verticalSpacer_3">
0242          <property name="orientation">
0243           <enum>Qt::Vertical</enum>
0244          </property>
0245          <property name="sizeHint" stdset="0">
0246           <size>
0247            <width>259</width>
0248            <height>70</height>
0249           </size>
0250          </property>
0251         </spacer>
0252        </item>
0253        <item row="0" column="0" colspan="2">
0254         <widget class="QCheckBox" name="_viewDrawFocusIndicator">
0255          <property name="text">
0256           <string>Draw focus indicator in lists</string>
0257          </property>
0258         </widget>
0259        </item>
0260       </layout>
0261      </widget>
0262      <widget class="QWidget" name="tab_4">
0263       <attribute name="title">
0264        <string>Scrollbars</string>
0265       </attribute>
0266       <layout class="QVBoxLayout" name="verticalLayout_2">
0267        <item>
0268         <layout class="QHBoxLayout" name="horizontalLayout_3">
0269          <item>
0270           <widget class="QLabel" name="label">
0271            <property name="text">
0272             <string>Scrollbar wi&amp;dth:</string>
0273            </property>
0274            <property name="alignment">
0275             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0276            </property>
0277            <property name="buddy">
0278             <cstring>_scrollBarWidthSlider</cstring>
0279            </property>
0280           </widget>
0281          </item>
0282          <item>
0283           <widget class="QSlider" name="_scrollBarWidthSlider">
0284            <property name="minimum">
0285             <number>10</number>
0286            </property>
0287            <property name="maximum">
0288             <number>30</number>
0289            </property>
0290            <property name="pageStep">
0291             <number>5</number>
0292            </property>
0293            <property name="orientation">
0294             <enum>Qt::Horizontal</enum>
0295            </property>
0296            <property name="tickPosition">
0297             <enum>QSlider::TicksBelow</enum>
0298            </property>
0299            <property name="tickInterval">
0300             <number>5</number>
0301            </property>
0302           </widget>
0303          </item>
0304          <item>
0305           <widget class="QSpinBox" name="_scrollBarWidth">
0306            <property name="alignment">
0307             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0308            </property>
0309            <property name="suffix">
0310             <string>px</string>
0311            </property>
0312            <property name="minimum">
0313             <number>10</number>
0314            </property>
0315            <property name="maximum">
0316             <number>30</number>
0317            </property>
0318           </widget>
0319          </item>
0320          <item>
0321           <spacer name="horizontalSpacer_2">
0322            <property name="orientation">
0323             <enum>Qt::Horizontal</enum>
0324            </property>
0325            <property name="sizeHint" stdset="0">
0326             <size>
0327              <width>40</width>
0328              <height>20</height>
0329             </size>
0330            </property>
0331           </spacer>
0332          </item>
0333         </layout>
0334        </item>
0335        <item>
0336         <layout class="QGridLayout" name="gridLayout_4">
0337          <item row="0" column="0">
0338           <widget class="QLabel" name="label_5">
0339            <property name="text">
0340             <string>Top arrow button type:</string>
0341            </property>
0342            <property name="alignment">
0343             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0344            </property>
0345           </widget>
0346          </item>
0347          <item row="1" column="0">
0348           <widget class="QLabel" name="label_6">
0349            <property name="text">
0350             <string>Bottom arrow button type:</string>
0351            </property>
0352            <property name="alignment">
0353             <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0354            </property>
0355           </widget>
0356          </item>
0357          <item row="0" column="1">
0358           <widget class="KComboBox" name="_scrollBarSubLineButtons">
0359            <item>
0360             <property name="text">
0361              <string>No buttons</string>
0362             </property>
0363            </item>
0364            <item>
0365             <property name="text">
0366              <string>One button</string>
0367             </property>
0368            </item>
0369            <item>
0370             <property name="text">
0371              <string>Two buttons</string>
0372             </property>
0373            </item>
0374           </widget>
0375          </item>
0376          <item row="0" column="2">
0377           <spacer name="horizontalSpacer">
0378            <property name="orientation">
0379             <enum>Qt::Horizontal</enum>
0380            </property>
0381            <property name="sizeHint" stdset="0">
0382             <size>
0383              <width>40</width>
0384              <height>20</height>
0385             </size>
0386            </property>
0387           </spacer>
0388          </item>
0389          <item row="1" column="1">
0390           <widget class="KComboBox" name="_scrollBarAddLineButtons">
0391            <item>
0392             <property name="text">
0393              <string>No button</string>
0394             </property>
0395            </item>
0396            <item>
0397             <property name="text">
0398              <string>One button</string>
0399             </property>
0400            </item>
0401            <item>
0402             <property name="text">
0403              <string>Two buttons</string>
0404             </property>
0405            </item>
0406           </widget>
0407          </item>
0408         </layout>
0409        </item>
0410        <item>
0411         <spacer name="verticalSpacer">
0412          <property name="orientation">
0413           <enum>Qt::Vertical</enum>
0414          </property>
0415          <property name="sizeHint" stdset="0">
0416           <size>
0417            <width>20</width>
0418            <height>40</height>
0419           </size>
0420          </property>
0421         </spacer>
0422        </item>
0423       </layout>
0424      </widget>
0425      <widget class="QWidget" name="tab_5">
0426       <attribute name="title">
0427        <string>Menu Highlight</string>
0428       </attribute>
0429       <layout class="QGridLayout" name="gridLayout_3">
0430        <item row="0" column="0">
0431         <widget class="QRadioButton" name="_menuHighlightDark">
0432          <property name="text">
0433           <string>Use dar&amp;k color</string>
0434          </property>
0435         </widget>
0436        </item>
0437        <item row="1" column="0">
0438         <widget class="QRadioButton" name="_menuHighlightStrong">
0439          <property name="text">
0440           <string>&amp;Use selection color (plain)</string>
0441          </property>
0442         </widget>
0443        </item>
0444        <item row="2" column="0">
0445         <widget class="QRadioButton" name="_menuHighlightSubtle">
0446          <property name="text">
0447           <string>Use selec&amp;tion color (subtle)</string>
0448          </property>
0449         </widget>
0450        </item>
0451        <item row="3" column="0">
0452         <spacer name="verticalSpacer_5">
0453          <property name="orientation">
0454           <enum>Qt::Vertical</enum>
0455          </property>
0456          <property name="sizeHint" stdset="0">
0457           <size>
0458            <width>20</width>
0459            <height>40</height>
0460           </size>
0461          </property>
0462         </spacer>
0463        </item>
0464       </layout>
0465      </widget>
0466     </widget>
0467    </item>
0468   </layout>
0469  </widget>
0470  <customwidgets>
0471   <customwidget>
0472    <class>KComboBox</class>
0473    <extends>QComboBox</extends>
0474    <header>kcombobox.h</header>
0475   </customwidget>
0476   <customwidget>
0477    <class>Oxygen::AnimationConfigWidget</class>
0478    <extends>QWidget</extends>
0479    <header>oxygenanimationconfigwidget.h</header>
0480    <container>1</container>
0481   </customwidget>
0482  </customwidgets>
0483  <tabstops>
0484   <tabstop>tabWidget</tabstop>
0485   <tabstop>_useBackgroundGradient</tabstop>
0486   <tabstop>_toolBarDrawItemSeparator</tabstop>
0487   <tabstop>_splitterProxyEnabled</tabstop>
0488   <tabstop>_mnemonicsMode</tabstop>
0489   <tabstop>_windowDragMode</tabstop>
0490   <tabstop>_viewDrawFocusIndicator</tabstop>
0491   <tabstop>_viewDrawTreeBranchLines</tabstop>
0492   <tabstop>_viewTriangularExpanderSize</tabstop>
0493   <tabstop>_scrollBarWidthSlider</tabstop>
0494   <tabstop>_scrollBarWidth</tabstop>
0495   <tabstop>_scrollBarSubLineButtons</tabstop>
0496   <tabstop>_scrollBarAddLineButtons</tabstop>
0497   <tabstop>_menuHighlightDark</tabstop>
0498   <tabstop>_menuHighlightStrong</tabstop>
0499   <tabstop>_menuHighlightSubtle</tabstop>
0500  </tabstops>
0501  <resources/>
0502  <connections>
0503   <connection>
0504    <sender>_scrollBarWidth</sender>
0505    <signal>valueChanged(int)</signal>
0506    <receiver>_scrollBarWidthSlider</receiver>
0507    <slot>setValue(int)</slot>
0508    <hints>
0509     <hint type="sourcelabel">
0510      <x>276</x>
0511      <y>50</y>
0512     </hint>
0513     <hint type="destinationlabel">
0514      <x>160</x>
0515      <y>51</y>
0516     </hint>
0517    </hints>
0518   </connection>
0519   <connection>
0520    <sender>_scrollBarWidthSlider</sender>
0521    <signal>valueChanged(int)</signal>
0522    <receiver>_scrollBarWidth</receiver>
0523    <slot>setValue(int)</slot>
0524    <hints>
0525     <hint type="sourcelabel">
0526      <x>156</x>
0527      <y>52</y>
0528     </hint>
0529     <hint type="destinationlabel">
0530      <x>280</x>
0531      <y>51</y>
0532     </hint>
0533    </hints>
0534   </connection>
0535  </connections>
0536 </ui>