Warning, /plasma/kwin/src/plugins/zoom/zoom_config.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>KWin::ZoomEffectConfigForm</class>
0004  <widget class="QWidget" name="KWin::ZoomEffectConfigForm">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>304</width>
0010     <height>288</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_2">
0014    <item>
0015     <widget class="QGroupBox" name="groupSize">
0016      <property name="title">
0017       <string/>
0018      </property>
0019      <layout class="QHBoxLayout" name="horizontalLayout">
0020       <item>
0021        <layout class="QGridLayout" name="gridLayout">
0022         <item row="0" column="0">
0023          <widget class="QLabel" name="label">
0024           <property name="whatsThis">
0025            <string>On zoom-in and zoom-out change the zoom by the defined zoom-factor.</string>
0026           </property>
0027           <property name="text">
0028            <string>Zoom Factor:</string>
0029           </property>
0030           <property name="alignment">
0031            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0032           </property>
0033           <property name="buddy">
0034            <cstring>kcfg_ZoomFactor</cstring>
0035           </property>
0036          </widget>
0037         </item>
0038         <item row="0" column="1">
0039          <widget class="QDoubleSpinBox" name="kcfg_ZoomFactor">
0040           <property name="whatsThis">
0041            <string>On zoom-in and zoom-out change the zoom by the defined zoom-factor.</string>
0042           </property>
0043           <property name="suffix">
0044            <string/>
0045           </property>
0046           <property name="decimals">
0047            <number>2</number>
0048           </property>
0049           <property name="maximum">
0050            <double>9999.000000000000000</double>
0051           </property>
0052           <property name="singleStep">
0053            <double>0.050000000000000</double>
0054           </property>
0055           <property name="value">
0056            <double>1.250000000000000</double>
0057           </property>
0058          </widget>
0059         </item>
0060         <item row="4" column="0" colspan="2">
0061          <widget class="QCheckBox" name="kcfg_EnableFocusTracking">
0062           <property name="toolTip">
0063            <string/>
0064           </property>
0065           <property name="whatsThis">
0066            <string>Enable tracking of the focused location. This needs QAccessible to be enabled per application (&quot;export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1&quot;).</string>
0067           </property>
0068           <property name="text">
0069            <string>Enable Focus Tracking</string>
0070           </property>
0071          </widget>
0072         </item>
0073         <item row="5" column="0" colspan="2">
0074          <widget class="QCheckBox" name="kcfg_EnableTextCaretTracking">
0075           <property name="whatsThis">
0076            <string>Enable tracking of the text cursor. This needs QAccessible to be enabled per application (&quot;export QT_LINUX_ACCESSIBILITY_ALWAYS_ON=1&quot;).</string>
0077           </property>
0078           <property name="text">
0079            <string>Enable Text Cursor Tracking</string>
0080           </property>
0081          </widget>
0082         </item>
0083         <item row="2" column="0">
0084          <widget class="QLabel" name="label_2">
0085           <property name="text">
0086            <string>Mouse Pointer:</string>
0087           </property>
0088           <property name="alignment">
0089            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0090           </property>
0091           <property name="buddy">
0092            <cstring>kcfg_MousePointer</cstring>
0093           </property>
0094          </widget>
0095         </item>
0096         <item row="2" column="1">
0097          <widget class="QComboBox" name="kcfg_MousePointer">
0098           <property name="whatsThis">
0099            <string>Visibility of the mouse-pointer.</string>
0100           </property>
0101           <item>
0102            <property name="text">
0103             <string>Scale</string>
0104            </property>
0105           </item>
0106           <item>
0107            <property name="text">
0108             <string>Keep</string>
0109            </property>
0110           </item>
0111           <item>
0112            <property name="text">
0113             <string>Hide</string>
0114            </property>
0115           </item>
0116          </widget>
0117         </item>
0118         <item row="3" column="1">
0119          <widget class="QComboBox" name="kcfg_MouseTracking">
0120           <property name="whatsThis">
0121            <string>Track moving of the mouse.</string>
0122           </property>
0123           <item>
0124            <property name="text">
0125             <string>Proportional</string>
0126            </property>
0127           </item>
0128           <item>
0129            <property name="text">
0130             <string>Centered</string>
0131            </property>
0132           </item>
0133           <item>
0134            <property name="text">
0135             <string>Push</string>
0136            </property>
0137           </item>
0138           <item>
0139            <property name="text">
0140             <string>Disabled</string>
0141            </property>
0142           </item>
0143          </widget>
0144         </item>
0145         <item row="3" column="0">
0146          <widget class="QLabel" name="label_3">
0147           <property name="text">
0148            <string>Mouse Tracking:</string>
0149           </property>
0150           <property name="alignment">
0151            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0152           </property>
0153           <property name="buddy">
0154            <cstring>kcfg_MouseTracking</cstring>
0155           </property>
0156          </widget>
0157         </item>
0158        </layout>
0159       </item>
0160      </layout>
0161     </widget>
0162    </item>
0163    <item>
0164     <widget class="KShortcutsEditor" name="editor">
0165      <property name="sizePolicy">
0166       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0167        <horstretch>0</horstretch>
0168        <verstretch>0</verstretch>
0169       </sizepolicy>
0170      </property>
0171      <property name="actionTypes">
0172        <enum>KShortcutsEditor::GlobalAction</enum>
0173      </property>
0174     </widget>
0175    </item>
0176   </layout>
0177  </widget>
0178  <customwidgets>
0179   <customwidget>
0180    <class>KShortcutsEditor</class>
0181    <extends>QWidget</extends>
0182    <header>kshortcutseditor.h</header>
0183    <container>1</container>
0184   </customwidget>
0185  </customwidgets>
0186  <tabstops>
0187   <tabstop>kcfg_ZoomFactor</tabstop>
0188   <tabstop>kcfg_MousePointer</tabstop>
0189   <tabstop>kcfg_MouseTracking</tabstop>
0190   <tabstop>kcfg_EnableFocusTracking</tabstop>
0191   <tabstop>kcfg_EnableTextCaretTracking</tabstop>
0192  </tabstops>
0193  <resources/>
0194  <connections/>
0195 </ui>