Warning, /plasma/kwin/src/plugins/magnifier/magnifier_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::MagnifierEffectConfigForm</class>
0004  <widget class="QWidget" name="KWin::MagnifierEffectConfigForm">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>246</width>
0010     <height>181</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <widget class="QGroupBox" name="groupSize">
0016      <property name="title">
0017       <string>Size</string>
0018      </property>
0019      <layout class="QGridLayout" name="gridLayout">
0020       <item row="0" column="0">
0021        <widget class="QLabel" name="label">
0022         <property name="text">
0023          <string>&amp;Width:</string>
0024         </property>
0025         <property name="alignment">
0026          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0027         </property>
0028         <property name="buddy">
0029          <cstring>kcfg_Width</cstring>
0030         </property>
0031        </widget>
0032       </item>
0033       <item row="0" column="1">
0034        <widget class="QSpinBox" name="kcfg_Width">
0035         <property name="sizePolicy">
0036          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0037           <horstretch>0</horstretch>
0038           <verstretch>0</verstretch>
0039          </sizepolicy>
0040         </property>
0041         <property name="suffix">
0042          <string> px</string>
0043         </property>
0044         <property name="maximum">
0045          <number>9999</number>
0046         </property>
0047         <property name="singleStep">
0048          <number>10</number>
0049         </property>
0050        </widget>
0051       </item>
0052       <item row="1" column="0">
0053        <widget class="QLabel" name="label_2">
0054         <property name="text">
0055          <string>&amp;Height:</string>
0056         </property>
0057         <property name="alignment">
0058          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0059         </property>
0060         <property name="buddy">
0061          <cstring>kcfg_Height</cstring>
0062         </property>
0063        </widget>
0064       </item>
0065       <item row="1" column="1">
0066        <widget class="QSpinBox" name="kcfg_Height">
0067         <property name="sizePolicy">
0068          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0069           <horstretch>0</horstretch>
0070           <verstretch>0</verstretch>
0071          </sizepolicy>
0072         </property>
0073         <property name="suffix">
0074          <string> px</string>
0075         </property>
0076         <property name="maximum">
0077          <number>9999</number>
0078         </property>
0079         <property name="singleStep">
0080          <number>10</number>
0081         </property>
0082        </widget>
0083       </item>
0084      </layout>
0085     </widget>
0086    </item>
0087    <item>
0088     <widget class="KShortcutsEditor" name="editor" native="true">
0089         <property name="actionTypes">
0090             <enum>KShortcutsEditor::GlobalAction</enum>
0091         </property>
0092     </widget>
0093    </item>
0094   </layout>
0095  </widget>
0096  <customwidgets>
0097   <customwidget>
0098    <class>KShortcutsEditor</class>
0099    <extends>QWidget</extends>
0100    <header location="global">KShortcutsEditor</header>
0101    <container>1</container>
0102   </customwidget>
0103  </customwidgets>
0104  <resources/>
0105  <connections/>
0106 </ui>