46 Q_PROPERTY(QString themeName READ themeName WRITE setThemeName NOTIFY themeNameChanged)
57 QString defaultThemeName() const;
58 QString themeName() const;
59 void setThemeName(const QString &themeName);
63 Q_INVOKABLE
void fitInView();
69 QQuickItem *viewPortObject() const;
70 QQuickItem *sceneObject() const;
74 void themeNameChanged(const QString &themeName);
78 QScopedPointer<Private> d;