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

@ -45,6 +45,7 @@ ColumnLayout {
Layout.fillHeight: true
clip: true
highlightRangeMode: ListView.StrictlyEnforceRange
onCountChanged: if (count === 0 && currentIndex >= 0) currentIndex = -1