PVPlant: PySide2 -> PySide genérico (FreeCAD resuelve el binding), eliminado de requirements
This commit is contained in:
@@ -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
@@ -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
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+2
-2
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user