2022-09-21 04:41:08 +03:00
<?xml version="1.0" encoding="System"?>
<ui version="4.0">
2014-11-13 01:04:59 +02:00
<class>KShortcutsDialog</class>
2022-09-21 04:41:08 +03:00
<widget class="QWidget" name="KShortcutsDialog">
<property name="geometry">
2014-11-13 01:04:59 +02:00
<rect>
<x>0</x>
<y>0</y>
<width>761</width>
<height>549</height>
</rect>
</property>
2022-09-21 04:41:08 +03:00
<layout class="QVBoxLayout" name="verticalLayout">
2014-11-13 01:04:59 +02:00
<item>
2022-09-21 04:41:08 +03:00
<widget class="KTreeWidgetSearchLineWidget" name="searchFilter">
<property name="whatsThis">
2014-11-13 01:04:59 +02:00
<string>Search interactively for shortcut names (e.g. Copy) or combination of keys (e.g. Ctrl+C) by typing them here.</string>
</property>
</widget>
</item>
<item>
2022-09-21 04:41:08 +03:00
<widget class="QTreeWidget" name="list">
<property name="whatsThis">
2014-11-13 01:04:59 +02:00
<string>Here you can see a list of key bindings, i.e. associations between actions (e.g. 'Copy') shown in the left column and keys or combination of keys (e.g. Ctrl+V) shown in the right column.</string>
</property>
2022-09-21 04:41:08 +03:00
<property name="rootIsDecorated">
2014-11-13 01:04:59 +02:00
<bool>true</bool>
</property>
2022-09-21 04:41:08 +03:00
<property name="sortingEnabled">
2014-11-13 01:04:59 +02:00
<bool>true</bool>
</property>
<column>
2022-09-21 04:41:08 +03:00
<property name="text">
2014-11-13 01:04:59 +02:00
<string>Action</string>
</property>
</column>
<column>
2022-09-21 04:41:08 +03:00
<property name="text">
2014-11-13 01:04:59 +02:00
<string>Shortcut</string>
</property>
</column>
<column>
2022-09-21 04:41:08 +03:00
<property name="text">
2014-11-13 01:04:59 +02:00
<string>Alternate</string>
</property>
</column>
<column>
2022-09-21 04:41:08 +03:00
<property name="text">
2014-11-13 01:04:59 +02:00
<string>Global</string>
</property>
</column>
<column>
2022-09-21 04:41:08 +03:00
<property name="text">
2014-11-13 01:04:59 +02:00
<string>Global Alternate</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>KTreeWidgetSearchLineWidget</class>
<extends>QWidget</extends>
<header>ktreewidgetsearchline.h</header>
</customwidget>
</customwidgets>
<connections/>
</ui>