This commit is contained in:
david rice
2026-03-31 07:49:28 +01:00
parent 450faaf951
commit 69fbef196c
3 changed files with 39 additions and 60 deletions

View File

@@ -4,9 +4,6 @@ from PySide6.QtCore import (QCoreApplication, QMetaObject, QRect, Qt)
from PySide6.QtGui import (QBrush, QColor, QFont, QIcon, QPalette, QPixmap)
from PySide6.QtWidgets import (QLabel, QPushButton, QWidget, QFrame, QLineEdit)
import pyqtgraph as pg
from pyqtgraph.Qt import QtGui
class Ui_MainWindow(object):
def setupUi(self, MainWindow):
if not MainWindow.objectName():