mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-11-07 13:02:17 +00:00
chore: configure pyside6-project
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user