-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathResources.qrc
More file actions
23 lines (23 loc) · 793 Bytes
/
Resources.qrc
File metadata and controls
23 lines (23 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<RCC>
<qresource prefix="/">
<file>icons/open.ico</file>
<file>icons/close.ico</file>
<file>icons/connect.png</file>
<file>icons/disconnect.png</file>
<file>icons/basler_32x32.png</file>
<file>icons/basler_48x48.png</file>
<file>icons/click.ico</file>
<file>icons/grab.png</file>
<file>icons/record.png</file>
<file>icons/record-stop.png</file>
<file>icons/snap.png</file>
<file>icons/stop.png</file>
<file>CameraUI.ico</file>
<file>icons/CodElec.png</file>
<file>icons/info.ico</file>
<file>icons/zoom_fit.png</file>
<file>icons/zoom_in.png</file>
<file>icons/zoom_out.png</file>
<file>icons/snap_all.png</file>
</qresource>
</RCC>