Import Statement
import org.kde.kquickcontrols
- Version
- 2.0
Definition at line 13 of file KeySequenceItem.qml.
◆ checkForConflictsAgainst
alias org::kde::kquickcontrols::KeySequenceItem::checkForConflictsAgainst |
|
read |
This property controls which types of shortcuts are checked for conflicts when the keySequence is set.
If a conflict is detected, a messagebox will be shown asking the user to confirm their input. Valid values are combinations of the following flags:
ShortcutType.None
Do not check for conflicts.
ShortcutType.StandardShortcuts
Check against standard shortcuts. - See also
- KStandardshortcut
ShortcutType.GlobalShortcuts
Check against global shortcuts. - See also
- KGlobalAccel
The default is ShortcutType.GlobalShortcuts | ShortcutType.StandardShortcut
- Since
- 5.74
Definition at line 38 of file KeySequenceItem.qml.
◆ keySequence
alias org::kde::kquickcontrols::KeySequenceItem::keySequence |
|
read |
◆ modifierlessAllowed
alias org::kde::kquickcontrols::KeySequenceItem::modifierlessAllowed |
|
read |
◆ modifierOnlyAllowed
alias org::kde::kquickcontrols::KeySequenceItem::modifierOnlyAllowed |
|
read |
◆ multiKeyShortcutsAllowed
alias org::kde::kquickcontrols::KeySequenceItem::multiKeyShortcutsAllowed |
|
read |
◆ showCancelButton
bool org::kde::kquickcontrols::KeySequenceItem::showCancelButton |
|
read |
◆ showClearButton
bool org::kde::kquickcontrols::KeySequenceItem::showClearButton |
|
read |
◆ captureFinished
void org::kde::kquickcontrols::KeySequenceItem::captureFinished |
( |
| ) |
|
|
signal |
This signal is emitted after the user introduces a new key sequence.
- Since
- 5.68
- Deprecated
- Use keySequenceModified()
◆ startCapturing()
void org::kde::kquickcontrols::KeySequenceItem::startCapturing |
( |
| ) |
|
Start capturing a key sequence.
This equivalent to the user clicking on the main button of the item
- Since
- 5.70
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:14:03 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.