forked from qt-creator/qt-creator
When dragging using move gizmo, a label is displayed that shows the current position of the selected object. Change-Id: I2e03b363ce9dcb975bcfe198ffae2e98024d74c8 Fixes: QDS-1129 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
18 lines
651 B
Plaintext
18 lines
651 B
Plaintext
<RCC>
|
|
<qresource prefix="/qtquickplugin">
|
|
<file>images/template_image.png</file>
|
|
<file>html/welcome.html</file>
|
|
<file>images/webkit.png</file>
|
|
<file>mockfiles/Window.qml</file>
|
|
<file>mockfiles/SwipeView.qml</file>
|
|
<file>mockfiles/GenericBackend.qml</file>
|
|
<file>mockfiles/Dialog.qml</file>
|
|
<file>mockfiles/EditView3D.qml</file>
|
|
<file>mockfiles/Arrow.qml</file>
|
|
<file>mockfiles/AutoScaleHelper.qml</file>
|
|
<file>mockfiles/MoveGizmo.qml</file>
|
|
<file>mockfiles/Overlay2D.qml</file>
|
|
<file>mockfiles/meshes/Arrow.mesh</file>
|
|
</qresource>
|
|
</RCC>
|