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 --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4ada94bc2..e870fa3b9 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ HEADERS = \ qt-ui/kmessagewidget.h \ qt-ui/downloadfromdivecomputer.h \ qt-ui/preferences.h \ + qt-ui/simplewidgets.h \ SOURCES = \ @@ -78,6 +79,7 @@ SOURCES = \ qt-ui/kmessagewidget.cpp \ qt-ui/downloadfromdivecomputer.cpp \ qt-ui/preferences.cpp \ + qt-ui/simplewidgets.cpp \ $(RESFILE) -- cgit v1.2.3-70-g09d2