##// END OF EJS Templates
Emit hover leave signal from PieSliceItem when it gets destroyed....
Emit hover leave signal from PieSliceItem when it gets destroyed. This fixes the problem with the drilldown demo highlight getting stuck when switching series.

File last commit:

r1005:a6e87336a436
r1083:b264b1ddc4c8
Show More
barchart.pri
31 lines | 743 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/bar.cpp \
$$PWD/barchartitem.cpp \
$$PWD/percentbarchartitem.cpp \
$$PWD/qbarseries.cpp \
$$PWD/qbarset.cpp \
$$PWD/qpercentbarseries.cpp \
$$PWD/qstackedbarseries.cpp \
$$PWD/stackedbarchartitem.cpp \
$$PWD/barlabel.cpp
PRIVATE_HEADERS += \
$$PWD/bar_p.h \
$$PWD/barchartitem_p.h \
$$PWD/percentbarchartitem_p.h \
$$PWD/stackedbarchartitem_p.h \
$$PWD/barlabel_p.h \
$$PWD/qbarset_p.h \
$$PWD/qbarseries_p.h \
$$PWD/qstackedbarseries_p.h\
$$PWD/qpercentbarseries_p.h
PUBLIC_HEADERS += \
$$PWD/qbarseries.h \
$$PWD/qbarset.h \
$$PWD/qpercentbarseries.h \
$$PWD/qstackedbarseries.h