aboutsummaryrefslogtreecommitdiffstats
path: root/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2019-11-26 11:25:12 +0200
committerMahmoud Badri <mahmoud.badri@qt.io>2019-11-26 13:42:30 +0000
commit8e2ef36e6054bd2b2c6dc247fef85f627b887893 (patch)
tree056f2c02f8f6fb1afd25329e1ced25d43483ec9f /share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
parentbec91cbad8c12e2c2dffc16611522bf463f2591a (diff)
Implement 3D edit view top controls UI
Implement global/local, projection type, and default light controls UI. Also small tweaks: - Fixed ortho. camera near clipping - Grid color darkened a bit - Selection rect color changed to yellow Task-number: QDS-1250 Change-Id: I03cf2023ee1b8a6a0768e4dbf7d6fee621a25ce2 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> 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.qrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc b/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
index fcb510ccf0..c4a49064b6 100644
--- a/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
+++ b/share/qtcreator/qml/qmlpuppet/qmlpuppet.qrc
@@ -24,6 +24,7 @@
<file>mockfiles/ScaleRod.qml</file>
<file>mockfiles/ScaleGizmo.qml</file>
<file>mockfiles/ToolBarButton.qml</file>
+ <file>mockfiles/ToggleButton.qml</file>
<file>mockfiles/RotateGizmo.qml</file>
<file>mockfiles/RotateRing.qml</file>
<file>mockfiles/SelectionBox.qml</file>
@@ -68,5 +69,17 @@
<file>mockfiles/images/fit_active@2x.png</file>
<file>mockfiles/images/fit_selected.png</file>
<file>mockfiles/images/fit_selected@2x.png</file>
+ <file>mockfiles/images/local.png</file>
+ <file>mockfiles/images/local@2x.png</file>
+ <file>mockfiles/images/global.png</file>
+ <file>mockfiles/images/global@2x.png</file>
+ <file>mockfiles/images/ortho.png</file>
+ <file>mockfiles/images/ortho@2x.png</file>
+ <file>mockfiles/images/persp.png</file>
+ <file>mockfiles/images/persp@2x.png</file>
+ <file>mockfiles/images/edit_light_off.png</file>
+ <file>mockfiles/images/edit_light_off@2x.png</file>
+ <file>mockfiles/images/edit_light_on.png</file>
+ <file>mockfiles/images/edit_light_on@2x.png</file>
</qresource>
</RCC>