##// END OF EJS Templates
Added candlestick chart type...
Added candlestick chart type - added QCandlestickSeries - added QCandlestickSet - added QCandlestickLegendMarker - added model mappers - added Candlestick, CandlestickChartItem, CandlestickData - added SeriesTypeCandlestick to SeriesType enum - added LegendMarkerTypeCandlestick to LegendMarkerType enum - added candlestick chart example - added QML candlestick chart example - added candlestick tester - added autotests - added documentation [ChangeLog][CandlestickChart] Added new chart type: Candlestick Chart. Task-number: QTBUG-50544 Change-Id: I17d18dfa23e0ea209bf51ab1e349585b9cb50a8f Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>

File last commit:

r2855:aa5aba329d30
r2896:facc2941efbf
Show More
auto.pri
10 lines | 220 B | text/plain | TextLexer
Michal Klocek
Qt name convetion: move test to tests
r1200 !include( ../tests.pri ) {
error( "Couldn't find the tests.pri file!" )
Tero Ahola
Created auto test specific pri
r960 }
Titta Heikkala
Fix include syntax...
r2714 QT += testlib widgets
Tero Ahola
Auto tests involving signal spys to wait before comparisons
r1109
Titta Heikkala
Qt Charts project file structure change...
r2712 !contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
Heikkinen Miikka
Fix autotests build for android...
r2524
Tero Ahola
Auto tests involving signal spys to wait before comparisons
r1109 INCLUDEPATH += ../inc
HEADERS += ../inc/tst_definitions.h