Warning, /plasma/kwin/src/effects/desktopgrid/desktopgrid_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::DesktopGridEffectConfigForm</class>
0004  <widget class="QWidget" name="KWin::DesktopGridEffectConfigForm">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>574</width>
0010     <height>312</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout" name="horizontalLayout_2">
0014    <item>
0015     <widget class="QGroupBox" name="groupBox">
0016      <property name="title">
0017       <string>Appearance</string>
0018      </property>
0019      <layout class="QGridLayout" name="gridLayout">
0020       <item row="1" column="1">
0021        <widget class="QComboBox" name="kcfg_DesktopLayoutMode">
0022         <property name="sizePolicy">
0023          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0024           <horstretch>0</horstretch>
0025           <verstretch>0</verstretch>
0026          </sizepolicy>
0027         </property>
0028         <item>
0029          <property name="text">
0030           <string>Pager</string>
0031          </property>
0032         </item>
0033         <item>
0034          <property name="text">
0035           <string>Automatic</string>
0036          </property>
0037         </item>
0038         <item>
0039          <property name="text">
0040           <string>Custom</string>
0041          </property>
0042         </item>
0043        </widget>
0044       </item>
0045       <item row="3" column="0">
0046        <widget class="QLabel" name="layoutRowsLabel">
0047         <property name="text">
0048          <string>N&amp;umber of rows:</string>
0049         </property>
0050         <property name="alignment">
0051          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0052         </property>
0053         <property name="buddy">
0054          <cstring>kcfg_CustomLayoutRows</cstring>
0055         </property>
0056        </widget>
0057       </item>
0058       <item row="3" column="1">
0059        <widget class="QSpinBox" name="kcfg_CustomLayoutRows">
0060         <property name="sizePolicy">
0061          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0062           <horstretch>0</horstretch>
0063           <verstretch>0</verstretch>
0064          </sizepolicy>
0065         </property>
0066         <property name="minimum">
0067          <number>1</number>
0068         </property>
0069         <property name="maximum">
0070          <number>20</number>
0071         </property>
0072         <property name="value">
0073          <number>2</number>
0074         </property>
0075        </widget>
0076       </item>
0077       <item row="5" column="0" colspan="2">
0078        <spacer name="verticalSpacer">
0079         <property name="orientation">
0080          <enum>Qt::Vertical</enum>
0081         </property>
0082         <property name="sizeHint" stdset="0">
0083          <size>
0084           <width>20</width>
0085           <height>0</height>
0086          </size>
0087         </property>
0088        </spacer>
0089       </item>
0090       <item row="0" column="1">
0091        <widget class="QComboBox" name="desktopNameAlignmentCombo">
0092         <property name="sizePolicy">
0093          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0094           <horstretch>0</horstretch>
0095           <verstretch>0</verstretch>
0096          </sizepolicy>
0097         </property>
0098        </widget>
0099       </item>
0100       <item row="0" column="0">
0101        <widget class="QLabel" name="label_6">
0102         <property name="text">
0103          <string>Desktop &amp;name alignment:</string>
0104         </property>
0105         <property name="alignment">
0106          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0107         </property>
0108         <property name="buddy">
0109          <cstring>desktopNameAlignmentCombo</cstring>
0110         </property>
0111        </widget>
0112       </item>
0113       <item row="4" column="0" colspan="2">
0114        <widget class="QCheckBox" name="kcfg_ShowAddRemove">
0115         <property name="text">
0116          <string>Show buttons to alter count of virtual desktops</string>
0117         </property>
0118        </widget>
0119       </item>
0120       <item row="1" column="0">
0121        <widget class="QLabel" name="label_7">
0122         <property name="text">
0123          <string>&amp;Grid layout mode:</string>
0124         </property>
0125         <property name="alignment">
0126          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0127         </property>
0128         <property name="buddy">
0129          <cstring>kcfg_DesktopLayoutMode</cstring>
0130         </property>
0131        </widget>
0132       </item>
0133       <item row="2" column="1">
0134        <widget class="QComboBox" name="kcfg_LayoutMode">
0135         <item>
0136          <property name="text">
0137           <string>Closest</string>
0138          </property>
0139         </item>
0140         <item>
0141          <property name="text">
0142           <string>Natural</string>
0143          </property>
0144         </item>
0145         <item>
0146          <property name="text">
0147           <string>None</string>
0148          </property>
0149         </item>
0150        </widget>
0151       </item>
0152       <item row="2" column="0">
0153        <widget class="QLabel" name="label">
0154         <property name="text">
0155          <string>Windows layout:</string>
0156         </property>
0157         <property name="alignment">
0158          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0159         </property>
0160         <property name="buddy">
0161          <cstring>kcfg_LayoutMode</cstring>
0162         </property>
0163        </widget>
0164       </item>
0165      </layout>
0166     </widget>
0167    </item>
0168    <item>
0169     <widget class="QGroupBox" name="groupBox_2">
0170      <property name="title">
0171       <string>Activation</string>
0172      </property>
0173      <layout class="QGridLayout" name="gridLayout_2">
0174       <item row="0" column="0" colspan="2">
0175        <widget class="KShortcutsEditor" name="shortcutEditor">
0176         <property name="sizePolicy">
0177          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0178           <horstretch>0</horstretch>
0179           <verstretch>0</verstretch>
0180          </sizepolicy>
0181         </property>
0182        </widget>
0183       </item>
0184      </layout>
0185     </widget>
0186    </item>
0187   </layout>
0188  </widget>
0189  <customwidgets>
0190   <customwidget>
0191    <class>KShortcutsEditor</class>
0192    <extends>QWidget</extends>
0193    <header>kshortcutseditor.h</header>
0194    <container>1</container>
0195   </customwidget>
0196  </customwidgets>
0197  <tabstops>
0198   <tabstop>desktopNameAlignmentCombo</tabstop>
0199   <tabstop>kcfg_DesktopLayoutMode</tabstop>
0200   <tabstop>kcfg_LayoutMode</tabstop>
0201   <tabstop>kcfg_CustomLayoutRows</tabstop>
0202   <tabstop>kcfg_ShowAddRemove</tabstop>
0203  </tabstops>
0204  <resources/>
0205  <connections/>
0206 </ui>