This commit is contained in:
2023-09-13 03:40:02 +08:00
commit e84f2bec81
20 changed files with 1205 additions and 0 deletions

View File

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