Implemented selection on 3d devices view

This commit is contained in:
2023-02-22 11:35:44 +01:00
parent 34ce21f7de
commit 27ea0fd98c
3 changed files with 41 additions and 25 deletions

View File

@ -117,10 +117,14 @@ ColumnLayout {
}
Devices3dView {
id: devices3dView
Layout.fillWidth: true
Layout.fillHeight: true
model: model
selectedItem: listView.currentIndex
onSelectedItemChanged: if (selectedItem != -1) listView.currentIndex = selectedItem;
}
}
}