4#ifndef QQMLPROPERTYVALUESOURCE_H
5#define QQMLPROPERTYVALUESOURCE_H
7#include <QtQml/qtqmlglobal.h>
8#include <QtCore/qobject.h>
17 QQmlPropertyValueSource();
18 virtual ~QQmlPropertyValueSource();
19 virtual void setTarget(
const QQmlProperty &) = 0;
22#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