forked from npshub/mantid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
instrumentview.qrc
29 lines (29 loc) · 1.02 KB
/
instrumentview.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
27
28
29
<RCC>
<qresource prefix="/PickTools">
<file>zoom.png</file>
<file>selection-tube.png</file>
<file>selection-box.png</file>
<file>selection-circle.png</file>
<file>selection-pointer.png</file>
<file>selection-text.png</file>
<file>selection-peak.png</file>
<file>selection-peaks.png</file>
<file>selection-edit.png</file>
<file>eraser.png</file>
<file>selection-box-ring.png</file>
<file>selection-circle-ring.png</file>
<file>brush.png</file>
<file>selection-peak-compare.png</file>
<file>selection-peak-plane.png</file>
<file>selection-sector.png</file>
</qresource>
<qresource prefix="/MaskTools">
<file>selection-circle.png</file>
<file>selection-box.png</file>
<file>selection-box-ring.png</file>
<file>selection-circle-ring.png</file>
<file>selection-edit.png</file>
<file>brush.png</file>
<file>selection-sector.png</file>
</qresource>
</RCC>