chore: scaffold PySide6 application

This commit is contained in:
QiuSW
2026-06-15 15:53:01 +08:00
parent 5613f08213
commit e91207357b
23 changed files with 116 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
from PySide6.QtWidgets import QWidget
class ExportPanel(QWidget):
pass