29 Q_PROPERTY(QQStyleKitDelegateProperties *delegateProperties READ delegateProperties WRITE setDelegateProperties NOTIFY delegatePropertiesChanged FINAL)
55 void updateImplicitSize();
56 void maybeCreateDelegate();
57 void maybeCreateShadow();
60 QPointer<QQStyleKitDelegateProperties> m_delegateProperties;
61 QPointer<QObject> m_control;
63 QPointer<QQuickItem> m_delegateInstance;
64 QPointer<QQuickItem> m_shadowInstance;
66 QPointer<QQmlComponent> m_delegateComponent;
67 QPointer<QQmlComponent> m_shadowComponent;
69 static QQmlComponent *s_defaultDelegateComponent;
70 static QQmlComponent *s_defaultShadowComponent;