Warning, /graphics/krita/libs/widgetutils/xmlgui/KisShortcutsDialog.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  <author>
0004     SPDX-FileCopyrightText: none
0005     SPDX-License-Identifier: GPL-3.0-or-later
0006   </author>
0007  <class>KisShortcutsDialog</class>
0008  <widget class="QWidget" name="KisShortcutsDialog">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>761</width>
0014     <height>549</height>
0015    </rect>
0016   </property>
0017   <layout class="QVBoxLayout" name="verticalLayout">
0018    <item>
0019     <widget class="KTreeWidgetSearchLineWidget" name="searchFilter">
0020      <property name="whatsThis">
0021       <string>Search interactively for shortcut names (e.g. Copy) or combination of keys (e.g. Ctrl+C) by typing them here.</string>
0022      </property>
0023     </widget>
0024    </item>
0025    <item>
0026     <widget class="QTreeWidget" name="list">
0027      <property name="whatsThis">
0028       <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>
0029      </property>
0030      <property name="rootIsDecorated">
0031       <bool>true</bool>
0032      </property>
0033      <property name="sortingEnabled">
0034       <bool>true</bool>
0035      </property>
0036      <column>
0037       <property name="text">
0038        <string>Action</string>
0039       </property>
0040      </column>
0041      <column>
0042       <property name="text">
0043        <string>Shortcut</string>
0044       </property>
0045      </column>
0046      <column>
0047       <property name="text">
0048        <string>Alternate</string>
0049       </property>
0050      </column>
0051     </widget>
0052    </item>
0053   </layout>
0054  </widget>
0055  <customwidgets>
0056   <customwidget>
0057    <class>KTreeWidgetSearchLineWidget</class>
0058    <extends>QWidget</extends>
0059    <header>ktreewidgetsearchlinewidget.h</header>
0060   </customwidget>
0061  </customwidgets>
0062  <resources/>
0063  <connections/>
0064 </ui>