13#ifndef KISSHORTCUTSDIALOG_H
14#define KISSHORTCUTSDIALOG_H
106 QWidget *parent = 0);
125 QSize sizeHint()
const override;
138 void importConfiguration(
const QString &path);
143 void exportConfiguration(
const QString &path)
const;
148 void loadCustomShortcuts(
const QString &path);
153 void saveCustomShortcuts(
const QString &path)
const;
156 Q_PRIVATE_SLOT(d,
void changeShortcutScheme(
const QString &))
157 Q_PRIVATE_SLOT(d,
void undo())
const auto defaultActionTypes
Dialog for configuration of KisKActionCollection and KGlobalAccel.
A container for a set of QAction objects.
class KisShortcutsDialogPrivate *const d
@ WidgetAction
Actions which are triggered by any keypress in a widget which has the action added to it.
@ ApplicationAction
Actions which are triggered by any keypress in the application.
@ WindowAction
Actions which are triggered by any keypress in a window which has the action added to it or its child...
@ LetterShortcutsAllowed
Letter shortcuts are allowed.