##// END OF EJS Templates
Fixed paint and mouse event issues with QLineSeries...
Fixed paint and mouse event issues with QLineSeries 1. The bounding rectangle of QLineSeries item did not take line width into account; this caused paint issues if the width is bigger than 1. 2. The width of the shape of the item was always 1. This caused problems with mouse events; onClicked was not always signaled, even if you click on top (but not in the middle of) a thick line series.

File last commit:

r1790:9e99014de1f1
r1791:877b494897a0
Show More
demos.pro
17 lines | 441 B | text/idl | PrologLexer
Tero Ahola
Hacked library dependency issues on OSX
r1035 CURRENTLY_BUILDING_COMPONENTS = "demos"
Michal Klocek
Adds missing includes for pro files
r1003 !include( ../config.pri ) {
Tero Ahola
Hacked library dependency issues on OSX
r1035 error( "Couldn't find the config.pri file!" )
Michal Klocek
Adds missing includes for pro files
r1003 }
Jani Honkonen
Adding demos folder. Move piechartcustomization to it. Add chartthemes demo (incomplete).
r508 TEMPLATE = subdirs
SUBDIRS += chartthemes \
Jani Honkonen
Move gdpbarchart to demos
r827 piechartcustomization \
Tero Ahola
Draft for QML demo that shows weather forecasts
r1139 dynamicspline \
Jani Honkonen
Move dynamicspline under demos
r982 qmlchart \
Tero Ahola
Separated series model stuff from data api in QML examples
r1202 qmlweather \
Tero Ahola
QML demo with dynamic data
r1240 qmlf1legends \
Tero Ahola
App for demonstrating QML customization apis
r1259 qmlcustomizations \
Michal Klocek
Adds chartviewer demo
r1746 qmlcustommodel \
Tero Ahola
Added a new QXYSeries::replace override for performance reasons....
r1783 qmloscilloscope \
Tero Ahola
Switched the z-order of axis to be below series...
r1790 chartviewer \
chartinteractions