4#ifndef QQSTYLEKITVARIATION_P_H
5#define QQSTYLEKITVARIATION_P_H
27 Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged FINAL)
34 void setName(
const QString &name);
44 static int s_variationCount;
void componentComplete() override
Invoked after the root component that caused this instantiation has completed construction.
const QList< QObject * > children() const
QList< QQStyleKitVariation * > variations() const
QQmlListProperty< QObject > data()
void setName(const QString &name)
Combined button and popup list for selecting options.
#define IMPLEMENT_ACCESSORS(NAME, TYPE)