QQmlPropertyValueSource#

The QQmlPropertyValueSource class is an interface for property value sources such as animations and bindings. More

Inheritance diagram of PySide6.QtQml.QQmlPropertyValueSource

Detailed Description#

See Property Value Sources for information on writing custom property value sources.

class PySide6.QtQml.QQmlPropertyValueSource#

Constructs a QQmlPropertyValueSource .

abstract PySide6.QtQml.QQmlPropertyValueSource.setTarget(arg__1)#
Parameters

arg__1PySide6.QtQml.QQmlProperty

Set the target property for the value source. This method will be called by the QML engine when assigning a value source.