1#ifndef GETTINGSTARTEDTIP_HXX
2#define GETTINGSTARTEDTIP_HXX
93 void itemChange(QQuickItem::ItemChange change,
const QQuickItem::ItemChangeData &value)
override;
96 void registerWithScope();
97 void unregisterFromScope();
106 bool _enabled =
true;
107 QPointer<GettingStartedTipsController> _controller;
108 bool _standalone =
false;
GettingStartedTipsController * controller
void standaloneChanged(bool standalone)
void setStandalone(bool standalone)
void componentComplete() override
~GettingStartedTip() override
GettingStartedTip(QQuickItem *parent=nullptr)
bool standalone
standalone tips are excluded from their scope when activated; instead they need to be activated manua...
void itemChange(QQuickItem::ItemChange change, const QQuickItem::ItemChangeData &value) override
void setEnabled(bool enabled)
static void setGlobalTipsEnabled(bool enable)
Manage presentation of getting started tips on a screen/page.