mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-28 14:07:47 +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
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env python
|
||||
# coding:utf-8
|
||||
from PySide2.QtCore import QUrl, QFileInfo
|
||||
from PySide2.QtCore import QObject, Slot
|
||||
from PySide6.QtCore import QUrl, QFileInfo
|
||||
from PySide6.QtCore import QObject, Slot
|
||||
|
||||
import os
|
||||
import glob
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue