QQuickTransform#
Synopsis#
Functions#
def
appendToItem
(arg__1)def
prependToItem
(arg__1)
Virtual functions#
def
applyTo
(matrix)
Slots#
def
update
()
Note
This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE
Detailed Description#
- class PySide6.QtQuick.QQuickTransform([parent=None])#
- Parameters:
parent –
PySide6.QtCore.QObject
- PySide6.QtQuick.QQuickTransform.QmlIsAnonymous#
- PySide6.QtQuick.QQuickTransform.appendToItem(arg__1)#
- Parameters:
arg__1 –
PySide6.QtQuick.QQuickItem
- abstract PySide6.QtQuick.QQuickTransform.applyTo(matrix)#
- Parameters:
matrix –
PySide6.QtGui.QMatrix4x4
- PySide6.QtQuick.QQuickTransform.prependToItem(arg__1)#
- Parameters:
arg__1 –
PySide6.QtQuick.QQuickItem
- PySide6.QtQuick.QQuickTransform.update()#