Files
qt-creator/doc/qtcreator/examples/transitions/qml.qrc
Leena Miettinen e6c063f877 Doc: Update the Transitions example to use Transition Editor
- Use the Qt Quick Application - Empty wizard template
- Change Window type to Rectangle type to be able to add
  states in States view
- Set State1 as default state
- Use Transition Editor to add transitions between states
- Use Easing Curve Editor to add easing curves

Change-Id: Ie68fc6fdd2e0cf3704692885209abf9027da8319
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2020-08-14 08:49:27 +00:00

7 lines
120 B
Plaintext

<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>qt-logo.png</file>
</qresource>
</RCC>