From 7846bbecf066cfd5cb470aa3e73c247af48ec715 Mon Sep 17 00:00:00 2001 From: jkriege2 Date: Wed, 7 Sep 2022 21:12:26 +0200 Subject: [PATCH] JKQTPlotter: added property drawLineInForeground to JKQTPXYLineGraph and JKQTPXYParametrizedScatterGraph --- doc/dox/whatsnew.dox | 1 + lib/jkqtplotter/graphs/jkqtplines.cpp | 25 +++++++++++++++--- lib/jkqtplotter/graphs/jkqtplines.h | 8 ++++-- lib/jkqtplotter/graphs/jkqtpscatter.cpp | 34 ++++++++++++++++++++----- lib/jkqtplotter/graphs/jkqtpscatter.h | 15 +++++++++++ 5 files changed, 72 insertions(+), 11 deletions(-) diff --git a/doc/dox/whatsnew.dox b/doc/dox/whatsnew.dox index 5d338ce692..7aa8901a77 100644 --- a/doc/dox/whatsnew.dox +++ b/doc/dox/whatsnew.dox @@ -45,6 +45,7 @@ Changes, compared to \ref page_whatsnew_V4_0_0 "v4.0.0" include:
  • NEW: Using JKQTMathText::useGuiFonts() for FONT rendering by default
  • NEW: added the option to draw a character from a font as symbol (JKQTPCharacterSymbol+QChar('C').unicode() and JKQTPFilledCharacterSymbol+QChar('C').unicode())
  • NEW: added the option to register a custom symbol using JKQTPRegisterCustomGraphSymbol()
  • +
  • NEW: added property drawLineInForeground to JKQTPXYLineGraph and JKQTPXYParametrizedScatterGraph
  • JKQTMathText: