QQmlPropertyValueSource¶
The
QQmlPropertyValueSource
class is an interface for property value sources such as animations and bindings. More…
Detailed Description¶
See Property Value Sources for information on writing custom property value sources.
- class PySide2.QtQml.QQmlPropertyValueSource¶
Constructs a
QQmlPropertyValueSource
.
- PySide2.QtQml.QQmlPropertyValueSource.setTarget(arg__1)¶
- Parameters:
arg__1 –
PySide2.QtQml.QQmlProperty
Set the target
property
for the value source. This method will be called by the QML engine when assigning a value source.
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.