Move the resources folder into the examples folder.

That's where it should be.

Signed-off-by: Yuhang Zhao <2546789017@qq.com>
This commit is contained in:
Yuhang Zhao 2020-10-18 14:20:47 +08:00
parent c0de790138
commit 3b54e37c5e
14 changed files with 12 additions and 12 deletions

View File

@ -1,18 +1,18 @@
<RCC>
<qresource prefix="/qml">
<file alias="main.qml">../resources/qml/main.qml</file>
<file alias="MinimizeButton.qml">../resources/qml/MinimizeButton.qml</file>
<file alias="MaximizeButton.qml">../resources/qml/MaximizeButton.qml</file>
<file alias="CloseButton.qml">../resources/qml/CloseButton.qml</file>
<file alias="main.qml">resources/qml/main.qml</file>
<file alias="MinimizeButton.qml">resources/qml/MinimizeButton.qml</file>
<file alias="MaximizeButton.qml">resources/qml/MaximizeButton.qml</file>
<file alias="CloseButton.qml">resources/qml/CloseButton.qml</file>
</qresource>
<qresource prefix="/images">
<file alias="button_minimize_black.svg">../resources/images/button_minimize_black.svg</file>
<file alias="button_minimize_white.svg">../resources/images/button_minimize_white.svg</file>
<file alias="button_maximize_black.svg">../resources/images/button_maximize_black.svg</file>
<file alias="button_maximize_white.svg">../resources/images/button_maximize_white.svg</file>
<file alias="button_restore_black.svg">../resources/images/button_restore_black.svg</file>
<file alias="button_restore_white.svg">../resources/images/button_restore_white.svg</file>
<file alias="button_close_black.svg">../resources/images/button_close_black.svg</file>
<file alias="button_close_white.svg">../resources/images/button_close_white.svg</file>
<file alias="button_minimize_black.svg">resources/images/button_minimize_black.svg</file>
<file alias="button_minimize_white.svg">resources/images/button_minimize_white.svg</file>
<file alias="button_maximize_black.svg">resources/images/button_maximize_black.svg</file>
<file alias="button_maximize_white.svg">resources/images/button_maximize_white.svg</file>
<file alias="button_restore_black.svg">resources/images/button_restore_black.svg</file>
<file alias="button_restore_white.svg">resources/images/button_restore_white.svg</file>
<file alias="button_close_black.svg">resources/images/button_close_black.svg</file>
<file alias="button_close_white.svg">resources/images/button_close_white.svg</file>
</qresource>
</RCC>

View File

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 264 B

View File

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 264 B

View File

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 225 B

View File

Before

Width:  |  Height:  |  Size: 225 B

After

Width:  |  Height:  |  Size: 225 B

View File

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 199 B

View File

Before

Width:  |  Height:  |  Size: 199 B

After

Width:  |  Height:  |  Size: 199 B

View File

Before

Width:  |  Height:  |  Size: 430 B

After

Width:  |  Height:  |  Size: 430 B

View File

Before

Width:  |  Height:  |  Size: 430 B

After

Width:  |  Height:  |  Size: 430 B