-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.qrc
19 lines (19 loc) · 1.03 KB
/
resources.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<RCC>
<qresource prefix="/images">
<file alias="arrow_left">images/arrow_back_white_48dp.svg</file>
<file alias="arrow_right">images/arrow_forward_white_48dp.svg</file>
<file alias="brush">images/brush_white_48dp.svg</file>
<file alias="delete">images/delete_white_48dp.svg</file>
<file alias="expand">images/expand_more_white_48dp.svg</file>
<file alias="menu">images/list_white_48dp.svg</file>
<file alias="redo">images/redo_white_48dp.svg</file>
<file alias="tune">images/tune_white_48dp.svg</file>
<file alias="undo">images/undo_white_48dp.svg</file>
<file alias="close">images/clear_white_48dp.svg</file>
<file alias="resize">images/aspect_ratio_white_48dp.svg</file>
<file alias="move">images/control_camera_white_48dp.svg</file>
<file alias="plus">images/add_white_48dp.svg</file>
<file alias="minus">images/remove_white_48dp.svg</file>
<file alias="wait">images/hourglass_bottom_white_48dp.svg</file>
</qresource>
</RCC>