Core: Qt6 migration, use PySide

This commit is contained in:
wmayer
2022-11-06 14:09:18 +01:00
parent b407332475
commit d6a7b282d5
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