-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvnm_plot.qrc
More file actions
28 lines (28 loc) · 1.76 KB
/
vnm_plot.qrc
File metadata and controls
28 lines (28 loc) · 1.76 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
<RCC>
<qresource prefix="/vnm_plot">
<!-- Shaders -->
<file alias="shaders/generic_rect.vert">shaders/generic_rect.vert</file>
<file alias="shaders/generic_rect.geom">shaders/generic_rect.geom</file>
<file alias="shaders/generic_rect.frag">shaders/generic_rect.frag</file>
<file alias="shaders/grid_quad.vert">shaders/grid_quad.vert</file>
<file alias="shaders/grid_quad.frag">shaders/grid_quad.frag</file>
<file alias="shaders/msdf_text.vert">shaders/msdf_text.vert</file>
<file alias="shaders/msdf_text.frag">shaders/msdf_text.frag</file>
<!-- Series shaders -->
<file alias="shaders/function_sample.vert">shaders/function_sample.vert</file>
<file alias="shaders/plot_line_adjacency.geom">shaders/plot_line_adjacency.geom</file>
<file alias="shaders/plot_line.frag">shaders/plot_line.frag</file>
<file alias="shaders/plot_dot_quad.geom">shaders/plot_dot_quad.geom</file>
<file alias="shaders/plot_dot_quad.frag">shaders/plot_dot_quad.frag</file>
<file alias="shaders/plot_area.geom">shaders/plot_area.geom</file>
<file alias="shaders/plot_area.frag">shaders/plot_area.frag</file>
<file alias="shaders/plot_colormap_line_adjacency.geom">shaders/plot_colormap_line_adjacency.geom</file>
<file alias="shaders/plot_colormap_line.frag">shaders/plot_colormap_line.frag</file>
<!-- Fonts -->
<file alias="fonts/monospace.ttf">fonts/monospace.ttf</file>
<!-- QML Components -->
<file alias="qml/VnmPlot/qmldir">qml/VnmPlot/qmldir</file>
<file alias="qml/VnmPlot/PlotIndicator.qml">qml/VnmPlot/PlotIndicator.qml</file>
<file alias="qml/VnmPlot/PlotView.qml">qml/VnmPlot/PlotView.qml</file>
</qresource>
</RCC>