chore: configure pyside6-project

This commit is contained in:
2025-10-24 22:58:25 +08:00
parent d90a165df8
commit 42b3447b43
6 changed files with 45 additions and 12 deletions

View File

@ -6,14 +6,11 @@ import internal.ui.vm 1.0
Page {
id: root
property var b30: vm.b30
property alias b30: vm.b30
OverviewViewModel {
id: vm
onB30Changed: {
root.b30 = vm.b30;
}
}
component Display: RowLayout {