##// END OF EJS Templates
Fix mouse event interception by scatter chart....
Fix mouse event interception by scatter chart. The scatter chart itself shouldn't be selectable. The scatter chart occupies the entire plot area of the chart, and therefore blocks mouse events from all items below it. Only the individual scatter markers need to be selectable. Change-Id: I664c16ced24e3fc4c068b850c8c612e2d797ee4b Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2714:929d943d1aab
r2747:31ef05db7ba9
Show More
tests.pri
10 lines | 149 B | text/plain | TextLexer
Michal Klocek
Adds chartdata unit test
r224 TEMPLATE = app
Michal Klocek
Examples build setup cleanup
r252
Titta Heikkala
Qt Charts project file structure change...
r2712 QT += charts
Heikkinen Miikka
Fix qml application deployment for android...
r2523
Titta Heikkala
Qt Charts project file structure change...
r2712 contains(TARGET, qml.*) {
QT += qml quick
Heikkinen Miikka
Fix qml application deployment for android...
r2523 }
Titta Heikkala
Qt Charts project file structure change...
r2712
target.path = $$[QT_INSTALL_TESTS]/charts/$$TARGET
INSTALLS += target