KXmlGui
kshortcutseditor.h
61 /// Actions which are triggered by any keypress in a window which has the action added to it or its child widget(s)
110 explicit KShortcutsEditor(QWidget *parent, ActionTypes actionTypes = AllActions, LetterShortcuts allowLetterShortcuts = LetterShortcutsAllowed);
Widget for configuration of KAccel and KGlobalAccel.
Definition kshortcutseditor.h:50
@ LetterShortcutsDisallowed
Shortcuts without a modifier are not allowed, so 'A' would not be valid, whereas 'Ctrl+A' would be.
Definition kshortcutseditor.h:81
KShortcutsEditor(KActionCollection *collection, QWidget *parent, ActionTypes actionTypes=AllActions, LetterShortcuts allowLetterShortcuts=LetterShortcutsAllowed)
Constructor.
Definition kshortcutseditor.cpp:48
@ WidgetAction
Actions which are triggered by any keypress in a widget which has the action added to it.
Definition kshortcutseditor.h:60
@ GlobalAction
Actions which are triggered by any keypress in the windowing system.
Definition kshortcutseditor.h:67
@ ApplicationAction
Actions which are triggered by any keypress in the application.
Definition kshortcutseditor.h:64
@ WindowAction
Actions which are triggered by any keypress in a window which has the action added to it or its child...
Definition kshortcutseditor.h:62
void setActionTypes(ActionTypes actionTypes)
Sets the types of actions to display in this widget.
Definition kshortcutseditor.cpp:250
void allDefault()
Set all shortcuts to their default values (bindings).
Definition kshortcutseditor.cpp:235
QFlags< ActionType > ActionTypes
Stores a combination of ActionType values.
Definition kshortcutseditor.h:74
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_SLOTSQ_SLOTS
WidgetShortcut
QWidget(QWidget *parent, Qt::WindowFlags f)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:54:16 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.