mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[qt6] Replace all PySide2/shiboken2
imports by PySide6/shiboken6
This commit is contained in:
parent
f07c92472b
commit
579371fd7c
17 changed files with 40 additions and 40 deletions
|
@ -6,8 +6,8 @@ from collections.abc import Iterable
|
|||
from multiprocessing.pool import ThreadPool
|
||||
from threading import Thread
|
||||
|
||||
from PySide2.QtCore import QObject, Slot, Property, Signal, QUrl, QSizeF, QPoint
|
||||
from PySide2.QtGui import QMatrix4x4, QMatrix3x3, QQuaternion, QVector3D, QVector2D
|
||||
from PySide6.QtCore import QObject, Slot, Property, Signal, QUrl, QSizeF, QPoint
|
||||
from PySide6.QtGui import QMatrix4x4, QMatrix3x3, QQuaternion, QVector3D, QVector2D
|
||||
|
||||
import meshroom.core
|
||||
import meshroom.common
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue