PVPlant: shim PySide2→PySide6 en Init.py para compatibilidad FreeCAD 1.1. Archivos vuelven a usar PySide2

This commit is contained in:
Javier Braña
2026-05-03 00:41:53 +02:00
parent 74aedf6122
commit 37610302ab
7 changed files with 45 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import FreeCAD
import FreeCADGui
from PySide2 import QtWidgets
from PySide import QtWidgets
import os
if FreeCAD.GuiUp: