KDEUI
kshortcutseditor.h
Go to the documentation of this file.
98 KShortcutsEditor(KActionCollection *collection, QWidget *parent, ActionTypes actionTypes = AllActions, LetterShortcuts allowLetterShortcuts = LetterShortcutsAllowed);
110 explicit KShortcutsEditor( QWidget* parent, ActionTypes actionTypes = AllActions, LetterShortcuts allowLetterShortcuts = LetterShortcutsAllowed );
Widget for configuration of KAccel and KGlobalAccel.
Definition kshortcutseditor.h:61
friend class KShortcutsEditorPrivate
Definition kshortcutseditor.h:233
@ LetterShortcutsDisallowed
Shortcuts without a modifier are not allowed, so 'A' would not be valid, whereas 'Ctrl+A' would be.
Definition kshortcutseditor.h:84
KShortcutsEditor(KActionCollection *collection, QWidget *parent, ActionTypes actionTypes=AllActions, LetterShortcuts allowLetterShortcuts=LetterShortcutsAllowed)
Constructor.
Definition kshortcutseditor.cpp:56
void printShortcuts() const
Opens a printing dialog to print all the shortcuts.
Definition kshortcutseditor.cpp:279
@ WidgetAction
Actions which are triggered by any keypress in a widget which has the action added to it.
Definition kshortcutseditor.h:67
@ GlobalAction
Actions which are triggered by any keypress in the windowing system.
Definition kshortcutseditor.h:73
@ ApplicationAction
Actions which are triggered by any keypress in the application.
Definition kshortcutseditor.h:71
@ WindowAction
Actions which are triggered by any keypress in a window which has the action added to it or its child...
Definition kshortcutseditor.h:69
void allDefault()
Set all shortcuts to their default values (bindings).
Definition kshortcutseditor.cpp:273
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.