This commit is contained in:
2022-02-22 19:47:40 +01:00
parent b81dadf8f3
commit 1f9ca04e23
6 changed files with 1 additions and 8 deletions

View File

@@ -6,7 +6,7 @@ from typing import Optional, Callable
from PySide6.QtCore import QRunnable, QThreadPool, Signal
from PySide6.QtGui import QIcon
from PySide6.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QLineEdit, QCheckBox, QPushButton, QComboBox, \
from PySide6.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QCheckBox, QPushButton, QComboBox, \
QSizePolicy
from src.ui.bigtext.bigtext import BigText

View File

@@ -1,5 +1,3 @@
from typing import Callable
from PySide6.QtCore import Qt
from src.pluginbase import PluginBase