From 25180730194bec25f915f32ab846ea583fb1493f Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 2 Nov 2020 16:11:52 +0100 Subject: Rename PySide2 to PySide6 Adapt CMake files, build scripts, tests and examples. Task-number: PYSIDE-904 Change-Id: I845f7b006e9ad274fed5444ec4c1f9dbe176ff88 Reviewed-by: Christian Tismer --- examples/3d/simple3d.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/3d') diff --git a/examples/3d/simple3d.py b/examples/3d/simple3d.py index cea662a95..3c6ff3bf6 100644 --- a/examples/3d/simple3d.py +++ b/examples/3d/simple3d.py @@ -39,13 +39,13 @@ ## ############################################################################# -"""PySide2 port of the qt3d/simple-cpp example from Qt v5.x""" +"""PySide6 port of the qt3d/simple-cpp example from Qt v5.x""" import sys -from PySide2.QtCore import(Property, QObject, QPropertyAnimation, Signal) -from PySide2.QtGui import (QGuiApplication, QMatrix4x4, QQuaternion, QVector3D) -from PySide2.Qt3DCore import (Qt3DCore) -from PySide2.Qt3DExtras import (Qt3DExtras) +from PySide6.QtCore import(Property, QObject, QPropertyAnimation, Signal) +from PySide6.QtGui import (QGuiApplication, QMatrix4x4, QQuaternion, QVector3D) +from PySide6.Qt3DCore import (Qt3DCore) +from PySide6.Qt3DExtras import (Qt3DExtras) class OrbitTransformController(QObject): def __init__(self, parent): -- cgit v1.2.3