Kirigami2
mnemonicattached.h
57 * The type of control this mnemonic is attached: different types of controls have different importance and priority for shortcut assignment.
60 Q_PROPERTY(MnemonicAttached::ControlType controlType READ controlType WRITE setControlType NOTIFY controlTypeChanged)
81 SecondaryControl, /**< Other controls that are considered not much important and low priority for shortcuts */
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_ENUM(...)
bool active
True when the user is pressing alt and the accelerators should be shown.
Definition: mnemonicattached.h:73
bool enabled
Only if true this mnemonic will be considered for the global assignment default: true.
Definition: mnemonicattached.h:54
QString label
The label of the control we want to compute a mnemonic for, instance "Label:" or "&Ok".
Definition: mnemonicattached.h:36
QString richTextLabel
The user-visible final label, which will have the shortcut letter underlined, such as "<u>O</u>k".
Definition: mnemonicattached.h:42
Q_SIGNALSQ_SIGNALS
QString mnemonicLabel
The label with an "&" mnemonic in the place which will have the shortcut assigned,...
Definition: mnemonicattached.h:48
This Attached property is used to calculate automated keyboard sequences to trigger actions based upo...
Definition: mnemonicattached.h:29
QKeySequence sequence
The final key sequence assigned, if any: it will be Alt+alphanumeric char.
Definition: mnemonicattached.h:65
QObject * parent() const const
@ SecondaryControl
Other controls that are considered not much important and low priority for shortcuts.
Definition: mnemonicattached.h:81
MnemonicAttached::ControlType controlType
The type of control this mnemonic is attached: different types of controls have different importance ...
Definition: mnemonicattached.h:60
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jan 29 2023 04:11:03 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Jan 29 2023 04:11:03 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.