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 --- icons/chart_bar_grouped_horizontal.svg | 111 ++++++++++++++++++++++++++++++ icons/chart_bar_grouped_vertical.svg | 101 ++++++++++++++++++++++++++++ icons/chart_bar_horizontal.svg | 63 +++++++++++++++++ icons/chart_bar_stacked_horizontal.svg | 111 ++++++++++++++++++++++++++++++ icons/chart_bar_stacked_vertical.svg | 101 ++++++++++++++++++++++++++++ icons/chart_bar_vertical.svg | 66 ++++++++++++++++++ icons/chart_box.svg | 119 +++++++++++++++++++++++++++++++++ icons/chart_pie.svg | 50 ++++++++++++++ icons/chart_points.svg | 80 ++++++++++++++++++++++ subsurface.qrc | 10 +++ 10 files changed, 812 insertions(+) create mode 100644 icons/chart_bar_grouped_horizontal.svg create mode 100644 icons/chart_bar_grouped_vertical.svg create mode 100644 icons/chart_bar_horizontal.svg create mode 100644 icons/chart_bar_stacked_horizontal.svg create mode 100644 icons/chart_bar_stacked_vertical.svg create mode 100644 icons/chart_bar_vertical.svg create mode 100644 icons/chart_box.svg create mode 100644 icons/chart_pie.svg create mode 100644 icons/chart_points.svg diff --git a/icons/chart_bar_grouped_horizontal.svg b/icons/chart_bar_grouped_horizontal.svg new file mode 100644 index 000000000..fd4b75efd --- /dev/null +++ b/icons/chart_bar_grouped_horizontal.svg @@ -0,0 +1,111 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/icons/chart_bar_grouped_vertical.svg b/icons/chart_bar_grouped_vertical.svg new file mode 100644 index 000000000..166c099e6 --- /dev/null +++ b/icons/chart_bar_grouped_vertical.svg @@ -0,0 +1,101 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/icons/chart_bar_horizontal.svg b/icons/chart_bar_horizontal.svg new file mode 100644 index 000000000..aaea15931 --- /dev/null +++ b/icons/chart_bar_horizontal.svg @@ -0,0 +1,63 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/icons/chart_bar_stacked_horizontal.svg b/icons/chart_bar_stacked_horizontal.svg new file mode 100644 index 000000000..8e1098a45 --- /dev/null +++ b/icons/chart_bar_stacked_horizontal.svg @@ -0,0 +1,111 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/icons/chart_bar_stacked_vertical.svg b/icons/chart_bar_stacked_vertical.svg new file mode 100644 index 000000000..d00ddf645 --- /dev/null +++ b/icons/chart_bar_stacked_vertical.svg @@ -0,0 +1,101 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + diff --git a/icons/chart_bar_vertical.svg b/icons/chart_bar_vertical.svg new file mode 100644 index 000000000..86069efb8 --- /dev/null +++ b/icons/chart_bar_vertical.svg @@ -0,0 +1,66 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/icons/chart_box.svg b/icons/chart_box.svg new file mode 100644 index 000000000..f7f79ea07 --- /dev/null +++ b/icons/chart_box.svg @@ -0,0 +1,119 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/chart_pie.svg b/icons/chart_pie.svg new file mode 100644 index 000000000..69751066a --- /dev/null +++ b/icons/chart_pie.svg @@ -0,0 +1,50 @@ + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/icons/chart_points.svg b/icons/chart_points.svg new file mode 100644 index 000000000..6eca95dd9 --- /dev/null +++ b/icons/chart_points.svg @@ -0,0 +1,80 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + 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