##// END OF EJS Templates
Added parametric zoom on QChart....
Added parametric zoom on QChart. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r2861:21c113d296ef
r2900:7532b52dd10c
Show More
charts.pro
66 lines | 1.5 KiB | text/idl | PrologLexer
Titta Heikkala
Qt Charts project file structure change...
r2712 TEMPLATE = subdirs
SUBDIRS += areachart \
customchart \
linechart \
percentbarchart \
piechart \
piechartdrilldown \
scatterchart \
scatterinteractions \
splinechart \
stackedbarchart \
stackedbarchartdrilldown \
zoomlinechart \
modeldata \
barchart \
boxplotchart \
legend \
barmodelmapper \
lineandbar \
horizontalbarchart \
horizontalstackedbarchart \
horizontalpercentbarchart \
donutbreakdown \
temperaturerecords \
donutchart \
multiaxis \
legendmarkers \
logvalueaxis \
polarchart \
piechartcustomization \
dynamicspline \
nesteddonuts \
chartinteractions \
callout \
chartthemes
qtHaveModule(quick) {
SUBDIRS += qmlboxplot \
qmlpiechart \
qmlweather \
qmlf1legends \
qmlcustomizations \
qmlaxes \
qmlcustomlegend \
qmlpolarchart \
qmlchart \
qmloscilloscope
}
Titta Heikkala
Fix check for multimedia module...
r2764 qtHaveModule(multimedia) {
Titta Heikkala
Qt Charts project file structure change...
r2712 SUBDIRS += audio
} else {
Miikka Heikkinen
Accelerating lineseries with OpenGL...
r2820 message("QtMultimedia library not available. Some examples are disabled.")
}
contains(QT_CONFIG, opengl) {
SUBDIRS += openglseries
} else {
message("OpenGL not available. Some examples are disabled.")
Titta Heikkala
Qt Charts project file structure change...
r2712 }
Miikka Heikkinen
No longer automatically disable QDateTimeAxis on ARM platforms...
r2861 !contains(QT_COORD_TYPE, float): {
Titta Heikkala
Qt Charts project file structure change...
r2712 SUBDIRS += \
datetimeaxis
}