Core: Qt6 migration, use PySide

This commit is contained in:
wmayer
2022-11-06 14:09:18 +01:00
parent c28da00c15
commit d91de9ceb2
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# (c) 2021 Werner Mayer LGPL
from PySide2 import QtUiTools
from PySide import QtUiTools
import FreeCADGui as Gui