-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathresources.qrc
26 lines (26 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
20
21
22
23
24
25
26
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
<file>image/disabledcheckbox.png</file>
<file>image/down-down.png</file>
<file>image/information.png</file>
<file>image/logo_c.png</file>
<file>image/logo_j.png</file>
<file>image/logo_p.png</file>
<file>image/purplecheckbox.png</file>
<file>image/rchecked.png</file>
<file>image/vpforceicon.ico</file>
<file>image/vpforceicon.png</file>
<file>image/vpforceicon_error.png</file>
<file>image/vpforceicon_run.png</file>
<file>image/vpforceicon_paused.png</file>
<file>image/vpforcelogo.png</file>
<file>image/delete_button.png</file>
<file>image/expo.png</file>
<file>image/gain-force.png</file>
<file>image/g-force-curve.png</file>
<file>image/dcs_seat_id.png</file>
<!-- Add other image files as needed -->
</qresource>
</RCC>
<!-- run 'pyrcc5.exe -o resources.py resources.qrc' to generate resources.py file for use inside TelemFFB -->