Files
qt-creator/doc/qtcreator/examples/transitions/qml.qrc
Leena Miettinen fe62385361 Doc: Fix the Qt Quick Application tutorial
- Keep the Window, but move the page into a separate QML file
  to which you add states
- Explain how to bind the icon to the rectangles in the states
  to make the UI scalable
- Update the transparent icon and instructions for setting the border
  transparent
- Add and update screenshots

Fixes: QTCREATORBUG-26291
Change-Id: I68c6b7b897c7824b43b9e0fa719e37864841ba9b
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2021-09-23 14:05:00 +00:00

8 lines
157 B
Plaintext

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