statistics: add SVG icons representing chart-types

Add a few icons representing chart type (in internal terms:
chart subtypes): bar (grouped, stacked, single), box-and-whisker,
data points, pie. These should be shown in the chart selection
box.

Yes, the "artwork" is not pretty, so see these as a placeholder.

Morover, add a "warning" icon. This icon already existed as SVG,
but was not references (its png render was).

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2021-01-02 22:05:28 +01:00 committed by Dirk Hohndel
parent 76d94eda23
commit fbb17871c9
10 changed files with 812 additions and 0 deletions

View file

@ -100,5 +100,15 @@
<file alias="gps_good_result-icon">icons/resultgreen.png</file>
<file alias="gps_warning_result-icon">icons/resultyellow.png</file>
<file alias="gps_bad_result-icon">icons/resultred.png</file>
<file alias="chart-bar-grouped-horizontal-icon">icons/chart_bar_grouped_horizontal.svg</file>
<file alias="chart-bar-grouped-vertical-icon">icons/chart_bar_grouped_vertical.svg</file>
<file alias="chart-bar-stacked-horizontal-icon">icons/chart_bar_stacked_horizontal.svg</file>
<file alias="chart-bar-stacked-vertical-icon">icons/chart_bar_stacked_vertical.svg</file>
<file alias="chart-bar-horizontal-icon">icons/chart_bar_horizontal.svg</file>
<file alias="chart-bar-vertical-icon">icons/chart_bar_vertical.svg</file>
<file alias="chart-box-icon">icons/chart_box.svg</file>
<file alias="chart-pie-icon">icons/chart_pie.svg</file>
<file alias="chart-points-icon">icons/chart_points.svg</file>
<file alias="chart-warning-icon">icons/warning-icon.svg</file>
</qresource>
</RCC>