-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathresources.qrc
More file actions
41 lines (41 loc) · 1.49 KB
/
resources.qrc
File metadata and controls
41 lines (41 loc) · 1.49 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
<RCC>
<qresource prefix="/plugins/insar-explorer">
<file>icon.png</file>
</qresource>
<qresource prefix="colormaps">
<file>icons/colormaps/turbo_r.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/polygon_selection.png</file>
<file>icons/polygon_reference_selection.png</file>
<file>icons/x.svg</file>
<file>icons/residual.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/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/reverse.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__add_seasonal.svg</file>
<file>icons/replica.svg</file>
<file>icons/data_range.svg</file>
<file>icons/export.svg</file>
</qresource>
</RCC>