impr: better dialog when loading samples

This commit is contained in:
2023-09-24 01:42:59 +08:00
parent 5a5b0887c3
commit 01b8b2e26c
2 changed files with 19 additions and 11 deletions

View File

@ -1,6 +0,0 @@
from PySide6.QtWidgets import QListWidget
class SamplesListWidget(QListWidget):
def __init__(self, parent=None):
super().__init__(parent)