From 48dda4192f5e82fcaa7a04577a8a0b9aea1a00c8 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Tue, 4 Jun 2013 18:51:27 -0300 Subject: Added a new widget 'MinMaxAvgWidget' Added a new widget, MinMaxAvgWidget, a simple widget that displays values in 'min, max, avg' fashion. it has a setMaximum, setAverage and setMinimum methods, that is userful for setting the minimum, maximum and average of stuff. Ah, it also shows the minimum, maximum and average of things. Signed-off-by: Tomaz Canabrava --- icons/average.svg | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ icons/maximum.svg | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ icons/minimum.svg | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 198 insertions(+) create mode 100644 icons/average.svg create mode 100644 icons/maximum.svg create mode 100644 icons/minimum.svg (limited to 'icons') diff --git a/icons/average.svg b/icons/average.svg new file mode 100644 index 000000000..5eb21fae2 --- /dev/null +++ b/icons/average.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/icons/maximum.svg b/icons/maximum.svg new file mode 100644 index 000000000..7c21360d5 --- /dev/null +++ b/icons/maximum.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + diff --git a/icons/minimum.svg b/icons/minimum.svg new file mode 100644 index 000000000..c0fce4b65 --- /dev/null +++ b/icons/minimum.svg @@ -0,0 +1,66 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + -- cgit v1.2.3-70-g09d2