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 7c81beb1ba
5 changed files with 8 additions and 7 deletions
+2
View File
@@ -0,0 +1,2 @@
__pycache__/
*.pyc
+2 -2
View File
@@ -58,8 +58,8 @@ class MapWindow(QtGui.QWidget):
self.setupUi() self.setupUi()
def setupUi(self): def setupUi(self):
from PySide2.QtWebEngineWidgets import QWebEngineView from PySide.QtWebEngineWidgets import QWebEngineView
from PySide2.QtWebChannel import QWebChannel from PySide.QtWebChannel import QWebChannel
self.ui = FreeCADGui.PySideUic.loadUi(PVPlantResources.__dir__ + "/PVPlantGeoreferencing.ui", self) self.ui = FreeCADGui.PySideUic.loadUi(PVPlantResources.__dir__ + "/PVPlantGeoreferencing.ui", self)
+2 -2
View File
@@ -1164,8 +1164,8 @@ from scipy.interpolate import LinearNDInterpolator
import Part import Part
import FreeCAD import FreeCAD
import FreeCADGui import FreeCADGui
from PySide2 import QtCore, QtGui from PySide import QtCore, QtGui
from PySide2.QtWidgets import QListWidgetItem from PySide.QtWidgets import QListWidgetItem
import os import os
import PVPlantResources import PVPlantResources
+2 -2
View File
@@ -1,8 +1,8 @@
# Script para FreeCAD - Procesador de Documentos Word con Carátula # Script para FreeCAD - Procesador de Documentos Word con Carátula
import os import os
import glob import glob
from PySide2 import QtWidgets, QtCore from PySide import QtWidgets, QtCore
from PySide2.QtWidgets import (QFileDialog, QMessageBox, QProgressDialog, from PySide.QtWidgets import (QFileDialog, QMessageBox, QProgressDialog,
QApplication, QVBoxLayout, QWidget, QPushButton, QApplication, QVBoxLayout, QWidget, QPushButton,
QLabel, QTextEdit) QLabel, QTextEdit)
import FreeCAD import FreeCAD
-1
View File
@@ -3,7 +3,6 @@ opencv-python~=4.8.1
matplotlib~=3.8.2 matplotlib~=3.8.2
openpyxl~=3.1.2 openpyxl~=3.1.2
utm~=0.7.0 utm~=0.7.0
PySide2~=5.15.8
requests~=2.31.0 requests~=2.31.0
setuptools~=68.2.2 setuptools~=68.2.2
laspy~=2.5.3 laspy~=2.5.3