213 lines
6.4 KiB
Text
213 lines
6.4 KiB
Text
|
<?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>
|
||
|
<height>212</height>
|
||
|
</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">
|
||
|
<cstring>zoomStepsSpinBox</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="0" column="1">
|
||
|
<widget class="QDoubleSpinBox" name="zoomStepsSpinBox">
|
||
|
<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">
|
||
|
<widget class="QCheckBox" name="focusTrackingCheckBox">
|
||
|
<property name="toolTip">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="whatsThis">
|
||
|
<string>Enable tracking of the focused location. This needs QAccessible to be enabled per application ("export QT_ACCESSIBILITY=1").</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Enable Focus Tracking</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="5" column="0" colspan="2">
|
||
|
<widget class="QCheckBox" name="followFocusCheckBox">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="whatsThis">
|
||
|
<string>When the focus changes, move the zoom area to the focused location.</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Follow Focus</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<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">
|
||
|
<cstring>mousePointerComboBox</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item row="2" column="1">
|
||
|
<widget class="QComboBox" name="mousePointerComboBox">
|
||
|
<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">
|
||
|
<widget class="QComboBox" name="mouseTrackingComboBox">
|
||
|
<property name="whatsThis">
|
||
|
<string>Track moving of the mouse.</string>
|
||
|
</property>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Proportional</string>
|
||
|
</property>
|
||
|
</item>
|
||
|
<item>
|
||
|
<property name="text">
|
||
|
<string>Centred</string>
|
||
|
</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">
|
||
|
<cstring>mouseTrackingComboBox</cstring>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="KWin::GlobalShortcutsEditor" name="editor" native="true">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<customwidgets>
|
||
|
<customwidget>
|
||
|
<class>KWin::GlobalShortcutsEditor</class>
|
||
|
<extends>QWidget</extends>
|
||
|
<header location="global">kwineffects.h</header>
|
||
|
<container>1</container>
|
||
|
</customwidget>
|
||
|
</customwidgets>
|
||
|
<tabstops>
|
||
|
<tabstop>zoomStepsSpinBox</tabstop>
|
||
|
<tabstop>mousePointerComboBox</tabstop>
|
||
|
<tabstop>mouseTrackingComboBox</tabstop>
|
||
|
<tabstop>focusTrackingCheckBox</tabstop>
|
||
|
<tabstop>followFocusCheckBox</tabstop>
|
||
|
</tabstops>
|
||
|
<resources/>
|
||
|
<connections>
|
||
|
<connection>
|
||
|
<sender>focusTrackingCheckBox</sender>
|
||
|
<signal>toggled(bool)</signal>
|
||
|
<receiver>followFocusCheckBox</receiver>
|
||
|
<slot>setEnabled(bool)</slot>
|
||
|
<hints>
|
||
|
<hint type="sourcelabel">
|
||
|
<x>152</x>
|
||
|
<y>73</y>
|
||
|
</hint>
|
||
|
<hint type="destinationlabel">
|
||
|
<x>152</x>
|
||
|
<y>98</y>
|
||
|
</hint>
|
||
|
</hints>
|
||
|
</connection>
|
||
|
</connections>
|
||
|
</ui>
|