Convert tool to pyside2

This commit is contained in:
2024-05-07 16:39:35 +02:00
parent f3413d2c96
commit 755ef8abe3
11 changed files with 86 additions and 878 deletions

View File

@@ -1,7 +1,12 @@
#!/usr/bin/env python3.6
import epics
import sys
from PyQt5 import QtWidgets, QtGui, QtCore
from PySide2 import QtCore, QtGui, QtWidgets
from PySide2.QtWidgets import *
from PySide2.QtGui import *
from PySide2.QtCore import *
#from PyQt5 import QtWidgets, QtGui, QtCore
from ecmcArrayStat import *
#Define pvs