2010-08-11 11:55:26 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>KWin::ZoomEffectConfigForm</class>
<widget class="QWidget" name="KWin::ZoomEffectConfigForm">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>304</width>
2020-05-17 06:26:41 +00:00
<height>288</height>
2010-08-11 11:55:26 +00:00
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QGroupBox" name="groupSize">
<property name="title">
<string/>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="whatsThis">
<string>On zoom-in and zoom-out change the zoom by the defined zoom-factor.</string>
</property>
<property name="text">
<string>Zoom Factor:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
2012-09-09 16:01:07 +00:00
<cstring>kcfg_ZoomFactor</cstring>
2010-08-11 11:55:26 +00:00
</property>
</widget>
</item>
<item row="0" column="1">
2012-09-09 16:01:07 +00:00
<widget class="QDoubleSpinBox" name="kcfg_ZoomFactor">
2010-08-11 11:55:26 +00:00
<property name="whatsThis">
<string>On zoom-in and zoom-out change the zoom by the defined zoom-factor.</string>
</property>
<property name="suffix">
<string/>
</property>
<property name="decimals">
<number>2</number>
</property>
<property name="maximum">
<double>9999.000000000000000</double>
</property>
<property name="singleStep">
<double>0.050000000000000</double>
</property>
<property name="value">
<double>1.250000000000000</double>
</property>
</widget>
</item>
<item row="4" column="0" colspan="2">
2012-09-09 16:01:07 +00:00
<widget class="QCheckBox" name="kcfg_EnableFocusTracking">
2010-08-11 11:55:26 +00:00
<property name="toolTip">
<string/>
</property>
<property name="whatsThis">
2020-05-17 06:26:41 +00:00
<string>Enable tracking of the focused location. This needs QAccessible to be enabled per application ("export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1").</string>
2010-08-11 11:55:26 +00:00
</property>
<property name="text">
<string>Enable Focus Tracking</string>
</property>
</widget>
</item>
2020-05-17 08:49:05 +00:00
<item row="5" column="0" colspan="2">
<widget class="QCheckBox" name="kcfg_EnableTextCaretTracking">
<property name="whatsThis">
<string>Enable tracking of the text cursor. This needs QAccessible to be enabled per application ("export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1").</string>
</property>
<property name="text">
<string>Enable Text Cursor Tracking</string>
</property>
</widget>
</item>
2010-08-11 11:55:26 +00:00
<item row="2" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Mouse Pointer:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
2012-09-09 16:01:07 +00:00
<cstring>kcfg_MousePointer</cstring>
2010-08-11 11:55:26 +00:00
</property>
</widget>
</item>
<item row="2" column="1">
2012-09-09 16:01:07 +00:00
<widget class="QComboBox" name="kcfg_MousePointer">
2010-08-11 11:55:26 +00:00
<property name="whatsThis">
<string>Visibility of the mouse-pointer.</string>
</property>
<item>
<property name="text">
<string>Scale</string>
</property>
</item>
<item>
<property name="text">
<string>Keep</string>
</property>
</item>
<item>
<property name="text">
<string>Hide</string>
</property>
</item>
</widget>
</item>
<item row="3" column="1">
2012-09-09 16:01:07 +00:00
<widget class="QComboBox" name="kcfg_MouseTracking">
2010-08-11 11:55:26 +00:00
<property name="whatsThis">
<string>Track moving of the mouse.</string>
</property>
<item>
<property name="text">
<string>Proportional</string>
</property>
</item>
<item>
<property name="text">
2010-08-14 17:47:39 +00:00
<string>Centered</string>
2010-08-11 11:55:26 +00:00
</property>
</item>
<item>
<property name="text">
<string>Push</string>
</property>
</item>
<item>
<property name="text">
<string>Disabled</string>
</property>
</item>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Mouse Tracking:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
2012-09-09 16:01:07 +00:00
<cstring>kcfg_MouseTracking</cstring>
2010-08-11 11:55:26 +00:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
2020-05-17 06:26:41 +00:00
<widget class="KShortcutsEditor" name="editor">
2010-08-11 11:55:26 +00:00
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
2013-09-09 04:57:06 +00:00
<class>KShortcutsEditor</class>
2010-08-11 11:55:26 +00:00
<extends>QWidget</extends>
2020-05-17 06:26:41 +00:00
<header>kshortcutseditor.h</header>
2010-08-11 11:55:26 +00:00
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
2012-09-09 16:01:07 +00:00
<tabstop>kcfg_ZoomFactor</tabstop>
<tabstop>kcfg_MousePointer</tabstop>
<tabstop>kcfg_MouseTracking</tabstop>
<tabstop>kcfg_EnableFocusTracking</tabstop>
2020-05-17 08:49:05 +00:00
<tabstop>kcfg_EnableTextCaretTracking</tabstop>
2010-08-11 11:55:26 +00:00
</tabstops>
<resources/>
2020-05-17 06:26:41 +00:00
<connections/>
2010-08-11 11:55:26 +00:00
</ui>