mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-19 19:12:56 +00:00
* Add preferences view skeleton * Add toolbar & help button * Add working back button * Title of page in toolbar * Remove unused imports * Make comments better! * Remove unused drawer element * Remove superfluous > 1 check * Use point size font instead of pixel size * Add AppView page title
13 lines
442 B
Plaintext
13 lines
442 B
Plaintext
<RCC>
|
|
<qresource prefix="/">
|
|
<file>res/icon128.png</file>
|
|
<file>res/ic_remove_circle_outline_white_48px.svg</file>
|
|
<file>res/ic_remove_from_queue_white_48px.svg</file>
|
|
<file>res/ic_videogame_asset_white_48px.svg</file>
|
|
<file>res/no_app_image.png</file>
|
|
<file>res/settings.png</file>
|
|
<file>res/question_mark.png</file>
|
|
<file>res/arrow_left.png</file>
|
|
</qresource>
|
|
</RCC>
|