Extending Qt Creator Manual
QtCreator
DesignMode
Extending Qt Creator Manual 18.0.0
List of All Members for Core::DesignMode
This is the complete list of members for
Core::DesignMode
, including inherited members.
addToMenu
(QMenu *) const
context
() const : Core::Context
displayName
() const : QString
enabledStateChanged
(bool)
hasMenu
() const : bool
icon
() const : QIcon
id
() const : Utils::Id
isEnabled
() const : bool
priority
() const : int
setContext
(const Core::Context &)
setDisplayName
(const QString &)
setEnabled
(bool)
setIcon
(const QIcon &)
setId
(Utils::Id)
setMenu
(std::function<void (QMenu *)>)
setPriority
(int)
setWidget
(QWidget *)
setWidgetCreator
(const std::function<QWidget *()> &)
widget
() const : QWidget *