summaryrefslogtreecommitdiffstats
path: root/stats/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2021-01-01 22:43:21 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-01-02 11:04:03 -0800
commit995100a540c2c5a49a2cfebcb245a7e964d2d988 (patch)
tree025f7bbb4fd48d29103602249b88356e6957fa8d /stats/CMakeLists.txt
parenta034014a6aaf807119feac0638461f5c95990b5e (diff)
downloadsubsurface-995100a540c2c5a49a2cfebcb245a7e964d2d988.tar.gz
statistics: implement StatsView
The StatsView shows the chart described by the StatsState structure. It is based on a QML ChartView. This should make it possible to easily port to mobile. It does not include any of the UI around the chart, viz. the variable and chart selection, etc. The code checking for the statistical significance of the regression line was written by Willem. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za>
Diffstat (limited to 'stats/CMakeLists.txt')
-rw-r--r--stats/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/stats/CMakeLists.txt b/stats/CMakeLists.txt
index 594bc6fd2..31e809270 100644
--- a/stats/CMakeLists.txt
+++ b/stats/CMakeLists.txt
@@ -27,6 +27,8 @@ set(SUBSURFACE_STATS_SRCS
statsstate.cpp
statsvariables.h
statsvariables.cpp
+ statsview.h
+ statsview.cpp
zvalues.h
)