summaryrefslogtreecommitdiffstats
path: root/examples/charts/candlestickchart/candlestickchart.pro
diff options
context:
space:
mode:
authorAlexander Mishin <apmishin@yandex.com>2016-02-09 21:49:53 +0300
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2016-05-25 11:47:43 +0000
commitfacc2941efbfb8c9f40e363f0ea881653f6b4393 (patch)
treeae5ef712e4abbe47d60704fd0978f7533c7edbdd /examples/charts/candlestickchart/candlestickchart.pro
parente9a2e2a5e9c023c872e39e39fb2a8b0a31820577 (diff)
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>
Diffstat (limited to 'examples/charts/candlestickchart/candlestickchart.pro')
-rw-r--r--examples/charts/candlestickchart/candlestickchart.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/charts/candlestickchart/candlestickchart.pro b/examples/charts/candlestickchart/candlestickchart.pro
new file mode 100644
index 00000000..9a334bd6
--- /dev/null
+++ b/examples/charts/candlestickchart/candlestickchart.pro
@@ -0,0 +1,14 @@
+!include( ../examples.pri ) {
+ error( "Couldn't find the examples.pri file!" )
+}
+
+TARGET = candlestickchart
+
+SOURCES += main.cpp \
+ candlestickdatareader.cpp
+
+HEADERS += \
+ candlestickdatareader.h
+
+RESOURCES += \
+ candlestickdata.qrc