5#ifndef QQSTYLEKITCONTROLS_P_H
6#define QQSTYLEKITCONTROLS_P_H
32 Q_INTERFACES(QQmlParserStatus)
64 QML_UNCREATABLE(
"This component is abstract, and cannot be instantiated")
73#define IMPLEMENT_ACCESSORS(NAME)
74 QQStyleKitControl *NAME() const;
75 void set_ ## NAME(QQStyleKitControl *control);
108#undef IMPLEMENT_ACCESSORS
156 QHash<QQStyleKitExtendableControlType, QQStyleKitControl *> m_controls;
157 QHash<PropertyPathId_t, QQSK::State> m_writtenPropertyPaths;
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
void scrollIndicatorChanged()
void componentComplete() override
Invoked after the root component that caused this instantiation has completed construction.
const QList< QObject * > children() const
void abstractButtonChanged()
void itemDelegateChanged()
void progressBarChanged()
void classBegin() override
Invoked after class creation, but before any properties have been set.
void radioButtonChanged()
void switchControlChanged()
QQmlListProperty< QObject > data()
void applicationWindowChanged()
void toolSeparatorChanged()
void setFilter(const QString &filter)
void setControl(QQuickItem *item)
static Q_INVOKABLE bool insideControl(const QObject *child)
static QQStyleKitAttached * qmlAttachedProperties(QObject *obj=nullptr)
Combined button and popup list for selecting options.
#define IMPLEMENT_ACCESSORS(NAME, TYPE)