Warning, /plasma/plasma-desktop/kcms/keyboard/kcm_keyboard.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>TabWidget</class>
0004  <widget class="QTabWidget" name="TabWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>677</width>
0010     <height>485</height>
0011    </rect>
0012   </property>
0013   <property name="currentIndex">
0014    <number>1</number>
0015   </property>
0016   <widget class="QWidget" name="tabHardware">
0017    <attribute name="title">
0018     <string>Hardware</string>
0019    </attribute>
0020    <layout class="QFormLayout" name="formLayout">
0021     <property name="verticalSpacing">
0022      <number>0</number>
0023     </property>
0024     <item row="0" column="0">
0025      <widget class="QLabel" name="label_4">
0026       <property name="sizePolicy">
0027        <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0028         <horstretch>1</horstretch>
0029         <verstretch>0</verstretch>
0030        </sizepolicy>
0031       </property>
0032       <property name="text">
0033        <string>Keyboard &amp;model:</string>
0034       </property>
0035       <property name="alignment">
0036        <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0037       </property>
0038       <property name="buddy">
0039        <cstring>keyboardModelComboBox</cstring>
0040       </property>
0041      </widget>
0042     </item>
0043     <item row="0" column="1">
0044      <widget class="QComboBox" name="keyboardModelComboBox">
0045       <property name="sizePolicy">
0046        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0047         <horstretch>2</horstretch>
0048         <verstretch>0</verstretch>
0049        </sizepolicy>
0050       </property>
0051       <property name="whatsThis">
0052        <string>Here you can choose a keyboard model. This setting is independent of your keyboard layout and refers to the &quot;hardware&quot; model, i.e. the way your keyboard is manufactured. Modern keyboards that come with your computer usually have two extra keys and are referred to as &quot;104-key&quot; models, which is probably what you want if you do not know what kind of keyboard you have.
0053 </string>
0054       </property>
0055       <property name="maxVisibleItems">
0056        <number>15</number>
0057       </property>
0058       <property name="sizeAdjustPolicy">
0059        <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
0060       </property>
0061      </widget>
0062     </item>
0063     <item row="1" column="0" colspan="2">
0064      <widget class="QWidget" name="lowerHardwareWidget" native="true">
0065       <property name="sizePolicy">
0066        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0067         <horstretch>1</horstretch>
0068         <verstretch>1</verstretch>
0069        </sizepolicy>
0070       </property>
0071       <property name="minimumSize">
0072        <size>
0073         <width>0</width>
0074         <height>100</height>
0075        </size>
0076       </property>
0077       <property name="baseSize">
0078        <size>
0079         <width>0</width>
0080         <height>0</height>
0081        </size>
0082       </property>
0083       <layout class="QVBoxLayout" name="verticalLayout_2">
0084        <property name="margin">
0085         <number>0</number>
0086        </property>
0087       </layout>
0088      </widget>
0089     </item>
0090    </layout>
0091   </widget>
0092   <widget class="QWidget" name="tabLayouts">
0093    <attribute name="title">
0094     <string>Layouts</string>
0095    </attribute>
0096    <layout class="QGridLayout" name="gridLayout_2">
0097     <item row="0" column="0">
0098      <layout class="QHBoxLayout" name="horizontalLayout_3">
0099       <item>
0100        <widget class="QGroupBox" name="switchingPolicyGroupBox">
0101         <property name="whatsThis">
0102          <string>If you select &quot;Application&quot; or &quot;Window&quot; switching policy, changing the keyboard layout will only affect the current application or window.</string>
0103         </property>
0104         <property name="title">
0105          <string>Switching Policy</string>
0106         </property>
0107         <layout class="QGridLayout">
0108          <item row="0" column="0">
0109           <widget class="QRadioButton" name="switchByGlobalRadioBtn">
0110            <property name="text">
0111             <string>&amp;Global</string>
0112            </property>
0113            <property name="checked">
0114             <bool>true</bool>
0115            </property>
0116            <attribute name="buttonGroup">
0117             <string notr="true">switchingPolicyButtonGroup</string>
0118            </attribute>
0119           </widget>
0120          </item>
0121          <item row="1" column="0">
0122           <widget class="QRadioButton" name="switchByDesktopRadioBtn">
0123            <property name="text">
0124             <string>&amp;Desktop</string>
0125            </property>
0126            <attribute name="buttonGroup">
0127             <string notr="true">switchingPolicyButtonGroup</string>
0128            </attribute>
0129           </widget>
0130          </item>
0131          <item row="2" column="0">
0132           <widget class="QRadioButton" name="switchByApplicationRadioBtn">
0133            <property name="text">
0134             <string>&amp;Application</string>
0135            </property>
0136            <attribute name="buttonGroup">
0137             <string notr="true">switchingPolicyButtonGroup</string>
0138            </attribute>
0139           </widget>
0140          </item>
0141          <item row="3" column="0">
0142           <widget class="QRadioButton" name="switchByWindowRadioBtn">
0143            <property name="text">
0144             <string>&amp;Window</string>
0145            </property>
0146            <attribute name="buttonGroup">
0147             <string notr="true">switchingPolicyButtonGroup</string>
0148            </attribute>
0149           </widget>
0150          </item>
0151         </layout>
0152        </widget>
0153       </item>
0154       <item>
0155        <widget class="QGroupBox" name="shortcutsGroupBox">
0156         <property name="title">
0157          <string>Shortcuts for Switching Layout</string>
0158         </property>
0159         <layout class="QGridLayout" name="_2">
0160          <item row="0" column="0">
0161           <widget class="QLabel" name="label">
0162            <property name="text">
0163             <string>Main shortcuts:</string>
0164            </property>
0165            <property name="alignment">
0166             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0167            </property>
0168            <property name="buddy">
0169             <cstring>xkbGrpShortcutBtn</cstring>
0170            </property>
0171           </widget>
0172          </item>
0173          <item row="0" column="1">
0174           <widget class="QPushButton" name="xkbGrpShortcutBtn">
0175            <property name="whatsThis">
0176             <string>This is a shortcut for switching layouts which is handled by X.org. It allows modifier-only shortcuts.</string>
0177            </property>
0178            <property name="text">
0179             <string comment="no shortcut defined">None</string>
0180            </property>
0181           </widget>
0182          </item>
0183          <item row="0" column="2">
0184           <widget class="QToolButton" name="xkbGrpClearBtn">
0185            <property name="text">
0186             <string>…</string>
0187            </property>
0188           </widget>
0189          </item>
0190          <item row="1" column="0">
0191           <widget class="QLabel" name="label_3">
0192            <property name="text">
0193             <string>3rd level shortcuts:</string>
0194            </property>
0195            <property name="alignment">
0196             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0197            </property>
0198            <property name="buddy">
0199             <cstring>xkb3rdLevelShortcutBtn</cstring>
0200            </property>
0201           </widget>
0202          </item>
0203          <item row="1" column="1">
0204           <widget class="QPushButton" name="xkb3rdLevelShortcutBtn">
0205            <property name="whatsThis">
0206             <string>This is a shortcut for switching to a third level of the active layout (if it has one) which is handled by X.org. It allows modifier-only shortcuts.</string>
0207            </property>
0208            <property name="text">
0209             <string comment="no shortcut defined">None</string>
0210            </property>
0211           </widget>
0212          </item>
0213          <item row="1" column="2">
0214           <widget class="QToolButton" name="xkb3rdLevelClearBtn">
0215            <property name="text">
0216             <string>…</string>
0217            </property>
0218           </widget>
0219          </item>
0220          <item row="2" column="0">
0221           <widget class="QLabel" name="label_2">
0222            <property name="text">
0223             <string>Alternative shortcut:</string>
0224            </property>
0225            <property name="alignment">
0226             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0227            </property>
0228            <property name="buddy">
0229             <cstring>kdeKeySequence</cstring>
0230            </property>
0231           </widget>
0232          </item>
0233          <item row="2" column="1" colspan="2">
0234           <widget class="KKeySequenceWidget" name="kdeKeySequence">
0235            <property name="whatsThis">
0236             <string>This is a shortcut for switching layouts. It does not support modifier-only shortcuts and also may not work in some situations (e.g. if popup is active or from screensaver).</string>
0237            </property>
0238            <property name="multiKeyShortcutsAllowed">
0239             <bool>false</bool>
0240            </property>
0241           </widget>
0242          </item>
0243          <item row="3" column="0">
0244           <widget class="QCheckBox" name="kcfg_osdKbdLayoutChangedEnabled">
0245            <property name="layoutDirection">
0246             <enum>Qt::RightToLeft</enum>
0247            </property>
0248           </widget>
0249          </item>
0250         </layout>
0251        </widget>
0252       </item>
0253      </layout>
0254     </item>
0255     <item row="1" column="0">
0256      <widget class="QGroupBox" name="kcfg_configureLayouts">
0257       <property name="enabled">
0258        <bool>true</bool>
0259       </property>
0260       <property name="title">
0261        <string>Configure layouts</string>
0262       </property>
0263       <property name="flat">
0264        <bool>false</bool>
0265       </property>
0266       <property name="checkable">
0267        <bool>true</bool>
0268       </property>
0269       <layout class="QGridLayout" name="gridLayout_5">
0270        <item row="0" column="0" colspan="2">
0271         <layout class="QHBoxLayout" name="horizontalLayout">
0272          <item>
0273           <widget class="QPushButton" name="addLayoutBtn">
0274            <property name="text">
0275             <string>Add</string>
0276            </property>
0277           </widget>
0278          </item>
0279          <item>
0280           <widget class="QPushButton" name="removeLayoutBtn">
0281            <property name="enabled">
0282             <bool>false</bool>
0283            </property>
0284            <property name="text">
0285             <string>Remove</string>
0286            </property>
0287           </widget>
0288          </item>
0289          <item>
0290           <widget class="QPushButton" name="moveUpBtn">
0291            <property name="enabled">
0292             <bool>false</bool>
0293            </property>
0294            <property name="text">
0295             <string>Move Up</string>
0296            </property>
0297           </widget>
0298          </item>
0299          <item>
0300           <widget class="QPushButton" name="moveDownBtn">
0301            <property name="enabled">
0302             <bool>false</bool>
0303            </property>
0304            <property name="text">
0305             <string>Move Down</string>
0306            </property>
0307           </widget>
0308          </item>
0309          <item>
0310           <widget class="QPushButton" name="previewButton">
0311            <property name="enabled">
0312             <bool>false</bool>
0313            </property>
0314            <property name="text">
0315             <string>Preview</string>
0316            </property>
0317           </widget>
0318          </item>
0319          <item>
0320           <spacer name="horizontalSpacer">
0321            <property name="orientation">
0322             <enum>Qt::Horizontal</enum>
0323            </property>
0324            <property name="sizeHint" stdset="0">
0325             <size>
0326              <width>40</width>
0327              <height>20</height>
0328             </size>
0329            </property>
0330           </spacer>
0331          </item>
0332         </layout>
0333        </item>
0334        <item row="1" column="0" colspan="2">
0335         <widget class="QTableView" name="layoutsTableView">
0336          <property name="selectionBehavior">
0337           <enum>QAbstractItemView::SelectRows</enum>
0338          </property>
0339          <property name="showGrid">
0340           <bool>false</bool>
0341          </property>
0342          <attribute name="verticalHeaderVisible">
0343           <bool>false</bool>
0344          </attribute>
0345         </widget>
0346        </item>
0347        <item row="2" column="0" colspan="2">
0348         <widget class="QCheckBox" name="layoutLoopingCheckBox">
0349          <property name="text">
0350           <string>Spare layouts</string>
0351          </property>
0352         </widget>
0353        </item>
0354        <item row="3" column="0">
0355         <spacer name="horizontalSpacer_2">
0356          <property name="orientation">
0357           <enum>Qt::Horizontal</enum>
0358          </property>
0359          <property name="sizeType">
0360           <enum>QSizePolicy::Fixed</enum>
0361          </property>
0362          <property name="sizeHint" stdset="0">
0363           <size>
0364            <width>15</width>
0365            <height>20</height>
0366           </size>
0367          </property>
0368         </spacer>
0369        </item>
0370        <item row="3" column="1">
0371         <widget class="QGroupBox" name="layoutLoopingGroupBox">
0372          <property name="title">
0373           <string/>
0374          </property>
0375          <property name="flat">
0376           <bool>true</bool>
0377          </property>
0378          <layout class="QGridLayout" name="gridLayout_4">
0379           <item row="0" column="0">
0380            <widget class="QLabel" name="label_5">
0381             <property name="text">
0382              <string>Main layout count:</string>
0383             </property>
0384            </widget>
0385           </item>
0386           <item row="0" column="1">
0387            <widget class="QSpinBox" name="layoutLoopCountSpinBox"/>
0388           </item>
0389           <item row="0" column="2">
0390            <spacer name="horizontalSpacer_3">
0391             <property name="orientation">
0392              <enum>Qt::Horizontal</enum>
0393             </property>
0394             <property name="sizeHint" stdset="0">
0395              <size>
0396               <width>431</width>
0397               <height>20</height>
0398              </size>
0399             </property>
0400            </spacer>
0401           </item>
0402          </layout>
0403         </widget>
0404        </item>
0405       </layout>
0406      </widget>
0407     </item>
0408    </layout>
0409   </widget>
0410   <widget class="QWidget" name="tabAdvanced">
0411    <attribute name="title">
0412     <string>Advanced</string>
0413    </attribute>
0414    <layout class="QGridLayout" name="gridLayout_1">
0415     <item row="0" column="0" colspan="2">
0416      <widget class="QCheckBox" name="kcfg_resetOldXkbOptions">
0417       <property name="text">
0418        <string>&amp;Configure keyboard options</string>
0419       </property>
0420      </widget>
0421     </item>
0422     <item row="1" column="0">
0423      <widget class="QTreeView" name="xkbOptionsTreeView">
0424       <property name="enabled">
0425        <bool>false</bool>
0426       </property>
0427       <property name="headerHidden">
0428        <bool>true</bool>
0429       </property>
0430      </widget>
0431     </item>
0432    </layout>
0433   </widget>
0434  </widget>
0435  <customwidgets>
0436   <customwidget>
0437    <class>KKeySequenceWidget</class>
0438    <extends>QWidget</extends>
0439    <header>kkeysequencewidget.h</header>
0440   </customwidget>
0441  </customwidgets>
0442  <resources/>
0443  <connections/>
0444  <slots>
0445   <signal>changed(bool)</signal>
0446  </slots>
0447  <buttongroups>
0448   <buttongroup name="switchingPolicyButtonGroup"/>
0449  </buttongroups>
0450 </ui>