forked from Wobbl/Wobuzz
Added popup on import where the user can configure how the tracks get imported.
This commit is contained in:
parent
31b2e3bf41
commit
fd34476d00
12 changed files with 289 additions and 28 deletions
8
wobuzz/ui/custom_widgets/__init__.py
Normal file
8
wobuzz/ui/custom_widgets/__init__.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/python3
|
||||
|
||||
|
||||
def __getattr__(name):
|
||||
match name:
|
||||
case "GroupBox":
|
||||
from .group_box import GroupBox
|
||||
return GroupBox
|
Loading…
Add table
Add a link
Reference in a new issue