Kirigami2
mnemonicattached.h
83 Q_PROPERTY(MnemonicAttached::ControlType controlType READ controlType WRITE setControlType NOTIFY controlTypeChanged)
107 SecondaryControl, /**< Other controls that are considered not much important and low priority for shortcuts */
Q_OBJECTQ_OBJECT
Q_PROPERTY(...)
Q_ENUM(...)
bool active
This property holds whether the user is pressing alt and accelerators should be shown.
Definition: mnemonicattached.h:99
QString label
This property holds the label of the control that we want to compute a mnemonic for.
Definition: mnemonicattached.h:45
QString richTextLabel
This property holds the user-visible final label.
Definition: mnemonicattached.h:53
Q_SIGNALSQ_SIGNALS
QString mnemonicLabel
This property holds the label with an "&" mnemonic in the place which defines the shortcut key.
Definition: mnemonicattached.h:62
This attached property allows to define keyboard sequences to trigger actions based upon their text.
Definition: mnemonicattached.h:36
QObject * parent() const const
@ SecondaryControl
Other controls that are considered not much important and low priority for shortcuts.
Definition: mnemonicattached.h:107
MnemonicAttached::ControlType controlType
This property holds the control type that this mnemonic is attached to.
Definition: mnemonicattached.h:83
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:08:21 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Dec 5 2023 04:08:21 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.