5#ifndef QQSTYLEKITCUSTOMTHEME_P_H
6#define QQSTYLEKITCUSTOMTHEME_P_H
28 Q_PROPERTY(QString name READ name WRITE setName NOTIFY nameChanged FINAL)
36 void setName(
const QString &newName);
39 void setTheme(QQmlComponent *newTheme);
49 QQmlComponent *m_theme =
nullptr;
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.
QList< QQStyleKitVariation * > variations() const
void radioButtonChanged()
void switchControlChanged()
QQmlListProperty< QObject > data()
void applicationWindowChanged()
void toolSeparatorChanged()
QQmlComponent * theme() const
void setName(const QString &newName)
void setTheme(QQmlComponent *newTheme)
void setFilter(const QString &filter)
void setControl(QQuickItem *item)
static Q_INVOKABLE bool insideControl(const QObject *child)
void setButton(const QFont &font)
QFont switchControl() const
void itemDelegateChanged()
void setCheckBox(const QFont &font)
void radioButtonChanged()
void setSpinBox(const QFont &font)
QQStyleKitFont * fallbackFont() const
void setSystem(const QFont &font)
void setGroupBox(const QFont &font)
void setItemDelegate(const QFont &font)
void setTextField(const QFont &font)
QFont itemDelegate() const
void setLabel(const QFont &font)
void setSwitchControl(const QFont &font)
void switchControlChanged()
void setComboBox(const QFont &font)
QFont radioButton() const
void setToolBar(const QFont &font)
void setRadioButton(const QFont &font)
void setTabBar(const QFont &font)
void setTextArea(const QFont &font)
void fallbackFontChanged()
void setFallbackFont(QQStyleKitFont *fallback)
static QQStyleKitAttached * qmlAttachedProperties(QObject *obj=nullptr)
Combined button and popup list for selecting options.
#define IMPLEMENT_ACCESSORS(NAME, TYPE)