use Icon instead of QIcon

This commit is contained in:
2022-08-28 09:07:34 +02:00
parent 272a0fa076
commit a4052bb43e
5 changed files with 9 additions and 14 deletions

View File

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