From fbb17871c9aab2eee71da98163b802836c691476 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 2 Jan 2021 22:05:28 +0100 Subject: 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 --- subsurface.qrc | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'subsurface.qrc') diff --git a/subsurface.qrc b/subsurface.qrc index 462857b88..2a6f91428 100644 --- a/subsurface.qrc +++ b/subsurface.qrc @@ -100,5 +100,15 @@ icons/resultgreen.png icons/resultyellow.png icons/resultred.png + icons/chart_bar_grouped_horizontal.svg + icons/chart_bar_grouped_vertical.svg + icons/chart_bar_stacked_horizontal.svg + icons/chart_bar_stacked_vertical.svg + icons/chart_bar_horizontal.svg + icons/chart_bar_vertical.svg + icons/chart_box.svg + icons/chart_pie.svg + icons/chart_points.svg + icons/warning-icon.svg -- cgit v1.2.3-70-g09d2