PySide6.QtQuick.QQuickTransform¶
- class QQuickTransform¶
-
概要¶
方法¶
def
__init__()
def
appendToItem()
def
prependToItem()
虚拟方法¶
def
applyTo()
插槽¶
def
update()
注意
本文档可能包含从C++自动翻译到Python的代码片段。我们始终欢迎对代码片段翻译的贡献。如果您发现翻译问题,您也可以通过在我们的https:/bugreports.qt.io/projects/PYSIDE上创建工单来告知我们。
详细描述¶
- appendToItem(arg__1)¶
- Parameters:
arg__1 –
QQuickItem
- abstract applyTo(matrix)¶
- Parameters:
矩阵 –
QMatrix4x4
- prependToItem(arg__1)¶
- Parameters:
arg__1 –
QQuickItem
- update()¶