Imrpovements in queue system and buttons

This commit is contained in:
Deniz Şafak
2025-07-09 22:17:08 +03:00
parent c540361160
commit f2c558c8f4
2 changed files with 49 additions and 36 deletions
-6
View File
@@ -3,16 +3,10 @@
# button to clear the queue
from PyQt5.QtWidgets import (
QWidget,
QDialog,
QVBoxLayout,
QDialogButtonBox,
QLabel,
QCheckBox,
QSlider,
QPushButton,
QHBoxLayout,
QMessageBox,
QListWidget,
)