QmlDesigner: Change default view3D id in Extended 3D projects

Task-number: QDS-12351
Change-Id: Ib3ecb8e2f6ca1561819f19001d851b0932e9583f
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
Shrief Gabr
2024-04-15 12:36:24 +03:00
parent b01522f102
commit e5c50c6dea

View File

@@ -19,7 +19,7 @@ Rectangle {
color: Constants.backgroundColor color: Constants.backgroundColor
View3D { View3D {
id: view3D id: extendedView3D
anchors.fill: parent anchors.fill: parent
environment: sceneEnvironment environment: sceneEnvironment