10 lines
326 B
Python
Executable File
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
|
|
|
|
|