blob: 86431a5821d5a2d699fa04dda0eb08f1ecd4ae90 (
plain)
1
2
3
4
5
6
7
8
9
|
.. currentmodule:: PySide6.QtQml
.. py:class:: QPyQmlPropertyValueSource
QPyQmlPropertyValueSource is the base class for implementing
`QQmlPropertyValueSource class`_ .
It provides the required inheritance from :class:`~PySide6.QtCore.QObject`.
.. _QQmlPropertyValueSource class: https://doc.qt.io/qt-6/qqmlpropertyvaluesource.html
|