Warning, /utilities/konsole/src/widgets/EditProfileKeyboardPage.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>EditProfileKeyboardPage</class>
0004  <widget class="QWidget" name="EditProfileKeyboardPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>400</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout">
0014    <item>
0015     <widget class="QLabel" name="note">
0016      <property name="text">
0017       <string comment="@info">Key bindings control how combinations of keystrokes in the terminal window are converted into the stream of characters that is then sent to the current terminal program. For more information on how to customize the key bindings check the Konsole Handbook.</string>
0018      </property>
0019      <property name="wordWrap">
0020       <bool>true</bool>
0021      </property>
0022     </widget>
0023    </item>
0024    <item>
0025     <widget class="QWidget" name="keyBindingsGroup" native="true">
0026      <layout class="QGridLayout" rowstretch="0,1">
0027       <property name="leftMargin">
0028        <number>0</number>
0029       </property>
0030       <property name="topMargin">
0031        <number>0</number>
0032       </property>
0033       <property name="rightMargin">
0034        <number>0</number>
0035       </property>
0036       <property name="bottomMargin">
0037        <number>0</number>
0038       </property>
0039       <property name="verticalSpacing">
0040        <number>0</number>
0041       </property>
0042       <item row="0" column="0" rowspan="2">
0043        <widget class="QListView" name="keyBindingList">
0044         <property name="iconSize">
0045          <size>
0046           <width>32</width>
0047           <height>32</height>
0048          </size>
0049         </property>
0050        </widget>
0051       </item>
0052       <item row="0" column="1">
0053        <layout class="QVBoxLayout">
0054         <property name="spacing">
0055          <number>6</number>
0056         </property>
0057         <item>
0058          <widget class="QPushButton" name="newKeyBindingsButton">
0059           <property name="toolTip">
0060            <string>Create a new key bindings scheme based upon the selected bindings</string>
0061           </property>
0062           <property name="text">
0063            <string comment="@action:button Create an alternate key binding">New...</string>
0064           </property>
0065          </widget>
0066         </item>
0067         <item>
0068          <widget class="QPushButton" name="editKeyBindingsButton">
0069           <property name="toolTip">
0070            <string>Edit the selected key bindings scheme</string>
0071           </property>
0072           <property name="text">
0073            <string>Edit...</string>
0074           </property>
0075          </widget>
0076         </item>
0077         <item>
0078          <widget class="QPushButton" name="removeKeyBindingsButton">
0079           <property name="toolTip">
0080            <string>Delete the selected key bindings scheme</string>
0081           </property>
0082           <property name="text">
0083            <string>Remove</string>
0084           </property>
0085          </widget>
0086         </item>
0087         <item>
0088          <widget class="QPushButton" name="resetKeyBindingsButton">
0089           <property name="toolTip">
0090            <string>Reset the selected key bindings scheme to its default values</string>
0091           </property>
0092           <property name="text">
0093            <string>Defaults</string>
0094           </property>
0095          </widget>
0096         </item>
0097        </layout>
0098       </item>
0099       <item row="1" column="1">
0100        <spacer>
0101         <property name="orientation">
0102          <enum>Qt::Vertical</enum>
0103         </property>
0104         <property name="sizeHint" stdset="0">
0105          <size>
0106           <width>20</width>
0107           <height>20</height>
0108          </size>
0109         </property>
0110        </spacer>
0111       </item>
0112      </layout>
0113     </widget>
0114    </item>
0115   </layout>
0116  </widget>
0117  <tabstops>
0118   <tabstop>keyBindingList</tabstop>
0119   <tabstop>newKeyBindingsButton</tabstop>
0120   <tabstop>editKeyBindingsButton</tabstop>
0121   <tabstop>removeKeyBindingsButton</tabstop>
0122   <tabstop>resetKeyBindingsButton</tabstop>
0123  </tabstops>
0124  <resources/>
0125  <connections/>
0126 </ui>