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