@@ -1,3 +1,4 @@
|
||||
import functools
|
||||
import sys
|
||||
import os
|
||||
import json
|
||||
|
||||
@@ -6,7 +6,7 @@ from pathlib import Path
|
||||
from functools import partial
|
||||
|
||||
from PySide6.QtWidgets import (
|
||||
QWidget, QVBoxLayout, QHBoxLayout, QListWidget, QPushButton, QLabel, QTabWidget,
|
||||
QWidget, QVBoxLayout, QHBoxLayout, QListWidget, QPushButton, QLabel, QTabWidget, QComboBox,
|
||||
QLineEdit, QTextEdit, QSpinBox, QTableWidget, QGroupBox, QFormLayout,
|
||||
QHeaderView, QAbstractItemView, QListWidgetItem, QTableWidgetItem, QMessageBox,
|
||||
QFileDialog, QInputDialog, QSizePolicy
|
||||
|
||||
Reference in New Issue
Block a user