Warning, /pim/trojita/src/Gui/ShortcutHandler/ShortcutConfigWidget.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>ShortcutConfigWidget</class>
0004  <widget class="QWidget" name="ShortcutConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>350</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Configure Shortcuts</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0" colspan="3">
0018     <widget class="QLabel" name="descriptionLabel">
0019      <property name="text">
0020       <string>Select an action and press a key combination to change its shortcut:</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="1" column="0" colspan="3">
0025     <widget class="QTreeWidget" name="shortcutTreeWidget">
0026      <property name="whatsThis">
0027       <string>&lt;p&gt;Select an action (with the mouse or the arrow keys). Its shortcut can then be changed by simply pressing the new shortcut.&lt;/p&gt;&lt;p&gt;Note that a few shortcuts cannot be used: &quot;Up&quot;, &quot;Down&quot;, &quot;Left&quot;, &quot;Right&quot;, &quot;Page Up&quot;, &quot;Page Down&quot;, &quot;Tab&quot;, &quot;Shift+Tab&quot;, &quot;Enter&quot; and &quot;Escape&quot;.&lt;/p&gt;</string>
0028      </property>
0029      <column>
0030       <property name="text">
0031        <string>Action</string>
0032       </property>
0033      </column>
0034      <column>
0035       <property name="text">
0036        <string>Shortcut</string>
0037       </property>
0038      </column>
0039     </widget>
0040    </item>
0041    <item row="2" column="0" colspan="3">
0042     <layout class="QHBoxLayout" name="searchHorizontalLayout">
0043      <item>
0044       <widget class="QLabel" name="searchLabel">
0045        <property name="whatsThis">
0046         <string>&lt;p&gt;Search interactively for shortcut names (e.g. Copy) or combination of keys (e.g. Ctrl+C) by typing them.&lt;/p&gt;</string>
0047        </property>
0048        <property name="text">
0049         <string comment="Label of search field">Search:</string>
0050        </property>
0051        <property name="buddy">
0052         <cstring>searchLineEdit</cstring>
0053        </property>
0054       </widget>
0055      </item>
0056      <item>
0057       <widget class="LineEdit" name="searchLineEdit">
0058        <property name="sizePolicy">
0059         <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
0060          <horstretch>0</horstretch>
0061          <verstretch>0</verstretch>
0062         </sizepolicy>
0063        </property>
0064        <property name="whatsThis">
0065         <string>&lt;p&gt;Search interactively for shortcut names (e.g. Copy) or combination of keys (e.g. Ctrl+C) by typing them.&lt;/p&gt;</string>
0066        </property>
0067       </widget>
0068      </item>
0069     </layout>
0070    </item>
0071    <item row="3" column="0">
0072     <widget class="QPushButton" name="clearPushButton">
0073      <property name="whatsThis">
0074       <string>&lt;p&gt;Remove the shortcut of the currently highlighted action.&lt;/p&gt;</string>
0075      </property>
0076      <property name="text">
0077       <string comment="Action for clearing shortcut">Clear</string>
0078      </property>
0079     </widget>
0080    </item>
0081    <item row="3" column="1">
0082     <widget class="QPushButton" name="useDefaultPushButton">
0083      <property name="whatsThis">
0084       <string>&lt;p&gt;Restore the default shortcut for the currently highlighted action.&lt;/p&gt;</string>
0085      </property>
0086      <property name="text">
0087       <string comment="Action for restoring default shortcut">Default</string>
0088      </property>
0089     </widget>
0090    </item>
0091   </layout>
0092  </widget>
0093  <customwidgets>
0094   <customwidget>
0095    <class>LineEdit</class>
0096    <extends>QLineEdit</extends>
0097    <header>LineEdit.h</header>
0098   </customwidget>
0099  </customwidgets>
0100  <resources/>
0101  <connections/>
0102 </ui>