mirror of
https://github.com/moonlight-stream/moonlight-qt
synced 2024-11-10 21:54:17 +00:00
b630c07653
* 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
12 lines
442 B
Text
12 lines
442 B
Text
<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>
|