5#ifndef QQSTYLEKITCUSTOMCONTROL_P_H
6#define QQSTYLEKITCUSTOMCONTROL_P_H
27 Q_PROPERTY(
int controlType READ controlType WRITE setControlType NOTIFY controlTypeChanged FINAL)
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 setControlType(int controlType)
QStringList variations() const
void setControlType(QQStyleKitExtendableControlType type)
QQStyleKitExtendableControlType controlType()
void controlTypeChanged()
void setVariations(const QStringList &variations)
void setName(const QString &name)
static QQStyleKitVariationAttached * qmlAttachedProperties(QObject *object)
Combined button and popup list for selecting options.
#define IMPLEMENT_ACCESSORS(NAME, TYPE)