3D view now shows lights and added double spinbox

This commit is contained in:
2023-02-22 01:25:32 +01:00
parent a0b77ead41
commit 58c65c73f2
9 changed files with 113 additions and 526 deletions

View File

@@ -119,6 +119,8 @@ ColumnLayout {
Devices3dView {
Layout.fillWidth: true
Layout.fillHeight: true
model: model
}
}
}