##// 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:

r2712:c544258484ff
r2747:31ef05db7ba9
Show More
domain.pri
28 lines | 790 B | text/plain | TextLexer
#Subdirectiores are defined here, because qt creator doesn't handle nested include(foo.pri) chains very well.
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/abstractdomain.cpp \
$$PWD/polardomain.cpp \
$$PWD/xydomain.cpp \
$$PWD/xypolardomain.cpp \
$$PWD/xlogydomain.cpp \
$$PWD/xlogypolardomain.cpp \
$$PWD/logxydomain.cpp \
$$PWD/logxypolardomain.cpp \
$$PWD/logxlogydomain.cpp \
$$PWD/logxlogypolardomain.cpp
PRIVATE_HEADERS += \
$$PWD/abstractdomain_p.h \
$$PWD/polardomain_p.h \
$$PWD/xydomain_p.h \
$$PWD/xypolardomain_p.h \
$$PWD/xlogydomain_p.h \
$$PWD/xlogypolardomain_p.h \
$$PWD/logxydomain_p.h \
$$PWD/logxypolardomain_p.h \
$$PWD/logxlogydomain_p.h \
$$PWD/logxlogypolardomain_p.h