forked from qt-creator/qt-creator
- 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>
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>main.qml</file>
|
|
<file>qt-logo.png</file>
|
|
</qresource>
|
|
</RCC>
|