5#ifndef QQMLPROPERTYVALUESOURCE_H
6#define QQMLPROPERTYVALUESOURCE_H
8#include <QtQml/qtqmlglobal.h>
9#include <QtCore/qobject.h>
18 QQmlPropertyValueSource();
19 virtual ~QQmlPropertyValueSource();
20 virtual void setTarget(
const QQmlProperty &) = 0;
23#define QQmlPropertyValueSource_iid "org.qt-project.Qt.QQmlPropertyValueSource"
The QQmlPropertyValueSource class is an interface for property value sources such as animations and b...
Q_DECLARE_INTERFACE(QNetworkAccessBackendFactory, QNetworkAccessBackendFactory_iid)
#define QQmlPropertyValueSource_iid