2009-10-31 04:25:38 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>OxygenConfigurationUI</class>
|
|
|
|
<widget class="QWidget" name="OxygenConfigurationUI">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-08-27 21:00:44 +00:00
|
|
|
<width>538</width>
|
|
|
|
<height>388</height>
|
2009-10-31 04:25:38 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
2009-12-07 23:32:24 +00:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2009-10-31 04:25:38 +00:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2010-04-23 23:00:43 +00:00
|
|
|
<property name="margin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2009-10-31 04:25:38 +00:00
|
|
|
<item>
|
2011-07-18 07:49:15 +00:00
|
|
|
<widget class="KTabWidget" name="tabWidget">
|
2009-10-31 04:25:38 +00:00
|
|
|
<property name="currentIndex">
|
2011-05-05 21:43:11 +00:00
|
|
|
<number>0</number>
|
2009-10-31 04:25:38 +00:00
|
|
|
</property>
|
2011-07-18 07:49:15 +00:00
|
|
|
<property name="usesScrollButtons">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-10-31 04:25:38 +00:00
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>General</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
2011-06-30 09:20:50 +00:00
|
|
|
<item row="0" column="0" colspan="2">
|
2009-10-31 04:25:38 +00:00
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Border size:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2010-05-24 11:53:17 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>frameBorder</cstring>
|
|
|
|
</property>
|
2009-10-31 04:25:38 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-06-30 09:20:50 +00:00
|
|
|
<item row="0" column="2">
|
2009-10-31 04:25:38 +00:00
|
|
|
<widget class="KComboBox" name="frameBorder"/>
|
|
|
|
</item>
|
2011-06-30 09:20:50 +00:00
|
|
|
<item row="1" column="0" colspan="2">
|
2009-10-31 04:25:38 +00:00
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Title alignment:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2010-05-24 11:53:17 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>titleAlignment</cstring>
|
|
|
|
</property>
|
2009-10-31 04:25:38 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-06-30 09:20:50 +00:00
|
|
|
<item row="1" column="2">
|
2009-10-31 04:25:38 +00:00
|
|
|
<widget class="KComboBox" name="titleAlignment"/>
|
|
|
|
</item>
|
2011-06-30 09:20:50 +00:00
|
|
|
<item row="1" column="3">
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="2">
|
2009-10-31 04:25:38 +00:00
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>Button size:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2010-05-24 11:53:17 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>buttonSize</cstring>
|
|
|
|
</property>
|
2009-10-31 04:25:38 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
2011-06-30 09:20:50 +00:00
|
|
|
<item row="2" column="2">
|
2009-10-31 04:25:38 +00:00
|
|
|
<widget class="KComboBox" name="buttonSize"/>
|
|
|
|
</item>
|
2010-05-01 22:25:45 +00:00
|
|
|
<item row="3" column="0" colspan="3">
|
2011-07-18 05:36:44 +00:00
|
|
|
<widget class="QCheckBox" name="animationsEnabled">
|
2010-02-12 01:18:46 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Enable animations</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-07-18 05:36:44 +00:00
|
|
|
<item row="4" column="0" colspan="2">
|
2011-06-30 09:20:50 +00:00
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-10-31 04:25:38 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Fine Tuning</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
2009-11-24 18:58:57 +00:00
|
|
|
<property name="margin">
|
2009-11-25 02:39:32 +00:00
|
|
|
<number>4</number>
|
2009-11-24 18:58:57 +00:00
|
|
|
</property>
|
2012-08-27 21:00:44 +00:00
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>Separator display:</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>separatorMode</cstring>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-10-31 04:25:38 +00:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>Background style: </string>
|
|
|
|
</property>
|
2010-05-01 22:25:45 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
2010-05-24 11:53:17 +00:00
|
|
|
<property name="buddy">
|
|
|
|
<cstring>blendColor</cstring>
|
|
|
|
</property>
|
2009-10-31 04:25:38 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="KComboBox" name="blendColor"/>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-05-01 22:25:45 +00:00
|
|
|
<item row="4" column="0" colspan="3">
|
2009-10-31 04:25:38 +00:00
|
|
|
<widget class="QCheckBox" name="titleOutline">
|
|
|
|
<property name="text">
|
|
|
|
<string>Outline active window title</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-27 21:00:44 +00:00
|
|
|
<item row="7" column="0">
|
2009-12-07 23:32:24 +00:00
|
|
|
<spacer name="verticalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2012-08-27 21:00:44 +00:00
|
|
|
<item row="6" column="0" colspan="3">
|
|
|
|
<widget class="QCheckBox" name="narrowButtonSpacing">
|
|
|
|
<property name="text">
|
|
|
|
<string>Use narrow space between decoration buttons</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-08-25 13:09:59 +00:00
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="KComboBox" name="sizeGripMode"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="sizeGripModeLabel">
|
2010-05-01 22:25:45 +00:00
|
|
|
<property name="text">
|
2010-08-25 13:09:59 +00:00
|
|
|
<string>Extra size grip display: </string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buddy">
|
|
|
|
<cstring>sizeGripMode</cstring>
|
2010-05-01 22:25:45 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-10-03 02:22:56 +00:00
|
|
|
<item row="2" column="1">
|
2010-12-22 22:30:33 +00:00
|
|
|
<widget class="KComboBox" name="separatorMode">
|
2010-10-03 02:22:56 +00:00
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Never Draw Separator</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Draw Separator When Window is Active</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<property name="text">
|
|
|
|
<string>Always Draw Separator</string>
|
|
|
|
</property>
|
|
|
|
</item>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-27 21:00:44 +00:00
|
|
|
<item row="5" column="0" colspan="3">
|
|
|
|
<widget class="QCheckBox" name="closeFromMenuButton">
|
2010-10-03 02:22:56 +00:00
|
|
|
<property name="text">
|
2012-08-27 21:00:44 +00:00
|
|
|
<string>Close windows by double clicking the menu button</string>
|
2010-10-03 02:22:56 +00:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-10-31 04:25:38 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_3">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Shadows</string>
|
|
|
|
</attribute>
|
2010-06-09 04:01:57 +00:00
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
2010-05-01 22:25:45 +00:00
|
|
|
<item row="0" column="0">
|
2010-04-25 20:28:02 +00:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
|
<item>
|
2010-05-02 18:34:08 +00:00
|
|
|
<widget class="Oxygen::ShadowConfigurationUi" name="inactiveShadowConfiguration">
|
2010-04-25 20:28:02 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Window Drop-Down Shadow</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-05-02 18:34:08 +00:00
|
|
|
<widget class="Oxygen::ShadowConfigurationUi" name="activeShadowConfiguration">
|
2010-04-25 20:28:02 +00:00
|
|
|
<property name="title">
|
|
|
|
<string>Active Window Glow</string>
|
|
|
|
</property>
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2009-10-31 04:25:38 +00:00
|
|
|
</item>
|
2011-07-17 11:13:44 +00:00
|
|
|
<item row="1" column="0">
|
2010-05-01 22:25:45 +00:00
|
|
|
<spacer name="shadowSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2009-10-31 04:25:38 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_4">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Window-Specific Overrides</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
2010-05-02 18:34:08 +00:00
|
|
|
<widget class="Oxygen::ExceptionListWidget" name="exceptions" native="true"/>
|
2009-10-31 04:25:38 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-06-30 09:20:50 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QWidget" name="_expertModeContainer" native="true">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_5">
|
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QPushButton" name="_expertModeButton">
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="3">
|
|
|
|
<widget class="QFrame" name="frame_2">
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::HLine</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow">
|
|
|
|
<enum>QFrame::Raised</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-10-31 04:25:38 +00:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>KComboBox</class>
|
|
|
|
<extends>QComboBox</extends>
|
|
|
|
<header>kcombobox.h</header>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>KTabWidget</class>
|
|
|
|
<extends>QTabWidget</extends>
|
|
|
|
<header>ktabwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
2010-05-02 18:34:08 +00:00
|
|
|
<class>Oxygen::ShadowConfigurationUi</class>
|
2009-10-31 04:25:38 +00:00
|
|
|
<extends>QGroupBox</extends>
|
|
|
|
<header>oxygenshadowconfigurationui.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
2010-05-02 18:34:08 +00:00
|
|
|
<class>Oxygen::ExceptionListWidget</class>
|
2009-10-31 04:25:38 +00:00
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>oxygenexceptionlistwidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2012-02-29 07:57:41 +00:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>tabWidget</tabstop>
|
|
|
|
<tabstop>frameBorder</tabstop>
|
|
|
|
<tabstop>titleAlignment</tabstop>
|
|
|
|
<tabstop>buttonSize</tabstop>
|
|
|
|
<tabstop>animationsEnabled</tabstop>
|
|
|
|
<tabstop>_expertModeButton</tabstop>
|
|
|
|
<tabstop>blendColor</tabstop>
|
|
|
|
<tabstop>sizeGripMode</tabstop>
|
|
|
|
<tabstop>separatorMode</tabstop>
|
|
|
|
<tabstop>titleOutline</tabstop>
|
2012-08-27 21:00:44 +00:00
|
|
|
<tabstop>closeFromMenuButton</tabstop>
|
2012-02-29 07:57:41 +00:00
|
|
|
<tabstop>narrowButtonSpacing</tabstop>
|
|
|
|
<tabstop>inactiveShadowConfiguration</tabstop>
|
|
|
|
<tabstop>activeShadowConfiguration</tabstop>
|
|
|
|
</tabstops>
|
2009-10-31 04:25:38 +00:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|