30 QML_NAMED_ELEMENT(StyleKit)
44 Q_PROPERTY(
QQStyleKitStyle *style READ style WRITE setStyle NOTIFY styleChanged FINAL)
72 bool m_ownsStyle =
false;
74 QPointer<QQmlEngine> m_engine;
75 QPointer<QQStyleKitStyle> m_style;
78 static QPointer<QQStyleKitAttached> s_instance;
79 static bool s_transitionsEnabled;
Q_INVOKABLE bool styleLoaded() const
void setStyleUrl(const QString &styleUrl)
QQStyleKitStyle * style() const
void transitionsEnabledChanged()
void setStyle(QQStyleKitStyle *style)
void setTransitionsEnabled(bool enabled)
QQStyleKitDebug * debug() const
bool transitionsEnabled() const
static QQStyleKitAttached * qmlAttachedProperties(QObject *obj=nullptr)
Combined button and popup list for selecting options.