KDEUI
kkeysequencewidget.h
Go to the documentation of this file.
void setModifierlessAllowed(bool allow)
This only applies to user input, not to setShortcut().
Definition kkeysequencewidget.cpp:323
void setMultiKeyShortcutsAllowed(bool)
Allow multikey shortcuts?
Definition kkeysequencewidget.cpp:312
friend class KKeySequenceWidgetPrivate
Definition kkeysequencewidget.h:307
void keySequenceChanged(const QKeySequence &seq)
This signal is emitted when the current key sequence has changed, be it by user input or programmatic...
bool isModifierlessAllowed()
Definition kkeysequencewidget.cpp:339
void stealShortcut(const QKeySequence &seq, KAction *action)
This signal is emitted after the user agreed to steal a shortcut from an action.
bool multiKeyShortcutsAllowed
Definition kkeysequencewidget.h:60
ShortcutTypes checkForConflictsAgainst
Definition kkeysequencewidget.h:65
void applyStealShortcut()
Actually remove the shortcut that the user wanted to steal, from the action that was using it.
Definition kkeysequencewidget.cpp:398
void setKeySequence(const QKeySequence &seq, Validation val=NoValidate)
Set the key sequence.
Definition kkeysequencewidget.cpp:377
void setCheckForConflictsAgainst(ShortcutTypes types)
Configure if the widget should check for conflicts with existing shortcuts.
Definition kkeysequencewidget.cpp:318
Defines platform-independent classes for keyboard shortcut handling.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.