##// END OF EJS Templates
Added a new QXYSeries::replace override for performance reasons....
Added a new QXYSeries::replace override for performance reasons. Also added a QML demo application for oscilloscope use case. Oscilloscope use case was selected, because it involves a lot of data and has a strict requirements for performance. It revealed performance issues in data handling in QXYSeries, painting of QLineSeries and updating data in a model.

File last commit:

r853:9dc445f7b1fb
r1783:86f3ac473a35
Show More
themes.pri
12 lines | 331 B | text/plain | TextLexer
Michal Klocek
Adds shadow build support
r708 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
THEMES += \
Tero Ahola
Removed default theme, now using light as the default
r853 $$PWD/chartthemesystem_p.h \
Michal Klocek
Adds shadow build support
r708 $$PWD/chartthemelight_p.h \
$$PWD/chartthemebluecerulean_p.h \
$$PWD/chartthemedark_p.h \
$$PWD/chartthemebrownsand_p.h \
$$PWD/chartthemebluencs_p.h \
Tero Ahola
Added Icy Blue and High Contrast theme
r757 $$PWD/chartthemehighcontrast_p.h \
$$PWD/chartthemeblueicy_p.h