Add devices 3d view

This commit is contained in:
2023-02-22 00:23:45 +01:00
parent fb727f203e
commit a0b77ead41
6 changed files with 720 additions and 1 deletions

View File

@ -115,5 +115,10 @@ ColumnLayout {
Layout.fillHeight: true
}
}
Devices3dView {
Layout.fillWidth: true
Layout.fillHeight: true
}
}
}