mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
statistics: convert HistogramMarkers to QSGNodes
This is in analogy to the quartile markers. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
790d2b2ddb
commit
218c844ad4
6 changed files with 65 additions and 46 deletions
|
@ -133,6 +133,7 @@ SOURCES += subsurface-mobile-main.cpp \
|
|||
stats/boxseries.cpp \
|
||||
stats/chartitem.cpp \
|
||||
stats/chartlistmodel.cpp \
|
||||
stats/histogrammarker.cpp \
|
||||
stats/informationbox.cpp \
|
||||
stats/legend.cpp \
|
||||
stats/pieseries.cpp \
|
||||
|
@ -283,6 +284,7 @@ HEADERS += \
|
|||
stats/boxseries.h \
|
||||
stats/chartitem.h \
|
||||
stats/chartlistmodel.h \
|
||||
stats/histogrammarker.h \
|
||||
stats/informationbox.h \
|
||||
stats/legend.h \
|
||||
stats/pieseries.h \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue