-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathresources.qrc
More file actions
65 lines (65 loc) · 2.38 KB
/
Copy pathresources.qrc
File metadata and controls
65 lines (65 loc) · 2.38 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<RCC>
<qresource prefix="/plugins/insar-explorer">
<file>icon.png</file>
</qresource>
<qresource prefix="colormaps">
<file>icons/colormaps/turbo.png</file>
<file>icons/colormaps/roma.png</file>
<file>icons/colormaps/vik.png</file>
<file>icons/colormaps/gray.png</file>
</qresource>
<qresource prefix="icons">
<file>icons/clipboard.svg</file>
<file>icons/edit.svg</file>
<file>icons/copy_content.svg</file>
<file>icons/delete.svg</file>
<file>icons/item_add.svg</file>
<file>icons/item_discard.svg</file>
<file>icons/item_remove.svg</file>
<file>icons/layers.svg</file>
<file>icons/polygon_selection.png</file>
<file>icons/polygon_reference_selection.png</file>
<file>icons/x_axis_from_data.svg</file>
<file>icons/x_axis_custom.svg</file>
<file>icons/x_axis_manual.svg</file>
<file>icons/x.svg</file>
<file>icons/residual.svg</file>
<file>icons/reset_offset.svg</file>
<file>icons/setting.svg</file>
<file>icons/y_axis_symmetric.svg</file>
<file>icons/y_axis_from_data.svg</file>
<file>icons/y_axis_adaptive.svg</file>
<file>icons/y_axis_custom.svg</file>
<file>icons/y_axis_manual.svg</file>
<file>icons/plot_hold_on.svg</file>
<file>icons/screenshot.svg</file>
<file>icons/apply_symbology_on-the-fly.svg</file>
<file>icons/select_point.svg</file>
<file>icons/select_reset_reference.svg</file>
<file>icons/apply_symbology.svg</file>
<file>icons/select_select_reference.svg</file>
<file>icons/synched.svg</file>
<file>icons/sync_map_with_reference.svg</file>
<file>icons/plot_random_color.svg</file>
<file>icons/plot_remove_last.svg</file>
<file>icons/plot_settings.svg</file>
<file>icons/reverse.svg</file>
<file>icons/revert.svg</file>
<file>icons/rename.svg</file>
<file>icons/fit_curve.svg</file>
<file>icons/fit_poly3.svg</file>
<file>icons/fit_poly2.svg</file>
<file>icons/fit_poly1.svg</file>
<file>icons/fit_exponential.svg</file>
<file>icons/fit_log.svg</file>
<file>icons/fit__add_seasonal.svg</file>
<file>icons/bookmark.svg</file>
<file>icons/bookmark_star.svg</file>
<file>icons/bookmark_set.svg</file>
<file>icons/bookmark_reset.svg</file>
<file>icons/replica.svg</file>
<file>icons/data_range.svg</file>
<file>icons/export.svg</file>
<file>icons/zoom.svg</file>
</qresource>
</RCC>