PVPlant: PySide2 -> PySide genérico (FreeCAD resuelve el binding), eliminado de requirements

This commit is contained in:
Javier Braña
2026-05-03 00:22:31 +02:00
parent 02b639d4ed
commit 5c1159d244
9 changed files with 6 additions and 7 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# Script para FreeCAD - Procesador de Documentos Word con Carátula
import os
import glob
from PySide2 import QtWidgets, QtCore
from PySide2.QtWidgets import (QFileDialog, QMessageBox, QProgressDialog,
from PySide import QtWidgets, QtCore
from PySide.QtWidgets import (QFileDialog, QMessageBox, QProgressDialog,
QApplication, QVBoxLayout, QWidget, QPushButton,
QLabel, QTextEdit)
import FreeCAD