mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Qt's comboboxes are controlled by models, there's no way around that. To customize the chart-selection widget this must therefore be abstracted into a model. On the upside, this hopefully can be used for desktop and mobile. The model provides icons and paints a warning-symbol on it if the statistics core code deems the chart to be not recommended. Notably, when plotting a categorical bar chart against a numerical value (in such a case histograms are preferred). Includes a fix for a silly oversight in CMakelist.txt: add the statstranslations.h header. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at> |
||
|---|---|---|
| .. | ||
| qml | ||
| barseries.cpp | ||
| barseries.h | ||
| boxseries.cpp | ||
| boxseries.h | ||
| chartlistmodel.cpp | ||
| chartlistmodel.h | ||
| CMakeLists.txt | ||
| informationbox.cpp | ||
| informationbox.h | ||
| legend.cpp | ||
| legend.h | ||
| pieseries.cpp | ||
| pieseries.h | ||
| scatterseries.cpp | ||
| scatterseries.h | ||
| statsaxis.cpp | ||
| statsaxis.h | ||
| statscolors.cpp | ||
| statscolors.h | ||
| statsseries.cpp | ||
| statsseries.h | ||
| statsstate.cpp | ||
| statsstate.h | ||
| statstranslations.h | ||
| statsvariables.cpp | ||
| statsvariables.h | ||
| statsview.cpp | ||
| statsview.h | ||
| zvalues.h | ||