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