SOLARIS_HVController/HVGUI.py
2024-07-27 14:55:13 -04:00

10 lines
326 B
Python
Executable File

#!/usr/bin/python3
import HVLibrary as hv
from PyQt6.QtWidgets import QApplication, QMainWindow, QPushButton, QCheckBox, QLineEdit, QLabel, QVBoxLayout, QWidget, QTabWidget, QGridLayout, QMessageBox, QFileDialog, QProgressBar
from PyQt6.QtCore import Qt, QThread, QTimer, QObject, pyqtSignal
from functools import partial