-
Notifications
You must be signed in to change notification settings - Fork 2
/
res.qrc
26 lines (26 loc) · 856 Bytes
/
res.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<RCC>
<qresource prefix="res">
<file>res\application_exit.png</file>
<file>res\DNA.ico</file>
<file>res\DNA.svg</file>
<file>res\document_new.png</file>
<file>res\document_open.png</file>
<file>res\document_save.png</file>
<file>res\document_save_all.png</file>
<file>res\document_save_as.png</file>
<file>res\edit.png</file>
<file>res\help_about.png</file>
<file>res\help_contents.png</file>
<file>res\logo.gif</file>
<file>res\logo.svg</file>
<file>res\logo2.gif</file>
<file>res\media_playback_pause.png</file>
<file>res\media_playback_start.png</file>
<file>res\player_stop.png</file>
<file>res\project_open.png</file>
<file>res\readme.txt</file>
<file>res\run.png</file>
<file>res\spreadsheet.png</file>
<file>res\zoom_fit_best.png</file>
</qresource>
</RCC>