KeySequenceItem QML Type

Import Statement: import org.kde.kquickcontrols
Inherits:

RowLayout

Properties

Signals

Methods

Detailed Description

Property Documentation

checkForConflictsAgainst : enumeration [since 5.74]

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:

ConstantDescription
ShortcutType.NoneDo not check for conflicts.
ShortcutType.StandardShortcutsCheck against standard shortcuts.
ShortcutType.GlobalShortcutsCheck against global shortcuts.

The default is ShortcutType.GlobalShortcuts | ShortcutType.StandardShortcut.

This property was introduced in 5.74.

See also KStandardShortcut and KGlobalAccel.


currentKeySequence : keySequence


keySequence : alias


modifierOnlyAllowed : bool


modifierlessAllowed : bool


multiKeyShortcutsAllowed : alias


showCancelButton : bool


showClearButton : bool


Signal Documentation

[since 5.99] keySequenceModified()

Emitted whenever the key sequence is modified by the user, interacting with the component.

Either by interacting capturing a key sequence or pressing the clear button.

Note: The corresponding handler is onKeySequenceModified.

This signal was introduced in 5.99.


Method Documentation

[since 5.70] startCapturing()

Start capturing a key sequence.

This is equivalent to the user clicking on the main button of the item.

This method was introduced in 5.70.