aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2019-11-20 18:01:34 +0200
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2019-11-22 13:57:43 +0000
commitc7120bde92d1ad3402fb8a093187e6b752da244f (patch)
tree47eb55c3198d4d5e8a2e6508754e0368560eafec /share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
parentb619c60ff715c99a3bee64e14ae41600028df48e (diff)
QmlDesigner: Implement axis helper on 3D edit view
Axis helper shows up on top right corner of 3D edit view. Clicking on axis helper arms zooms camera on that side of the selected object. Change-Id: Ibd81a933036f7965f825e3dc97ad7156da62e14c Fixes: QDS-1205 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Diffstat (limited to 'share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc')
-rw-r--r--share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc b/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
index f27f93e0d4..c82164c1ff 100644
--- a/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
+++ b/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
@@ -27,10 +27,13 @@
<file>mockfiles/RotateGizmo.qml</file>
<file>mockfiles/RotateRing.qml</file>
<file>mockfiles/SelectionBox.qml</file>
+ <file>mockfiles/AxisHelper.qml</file>
+ <file>mockfiles/AxisHelperArm.qml</file>
<file>mockfiles/meshes/arrow.mesh</file>
<file>mockfiles/meshes/scalerod.mesh</file>
<file>mockfiles/meshes/ring.mesh</file>
<file>mockfiles/meshes/ringselect.mesh</file>
+ <file>mockfiles/meshes/axishelper.mesh</file>
<file>mockfiles/images/editor_camera.png</file>
<file>mockfiles/images/editor_camera@2x.png</file>
<file>mockfiles/images/light-pick-icon.png</file>