##// END OF EJS Templates
Legend can now handle clicked and do scrolling
Legend can now handle clicked and do scrolling

File last commit:

r2183:3a5b732feb26
r2183:3a5b732feb26
Show More
legend.pri
34 lines | 874 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qlegend.cpp \
$$PWD/legendlayout.cpp \
$$PWD/qlegendmarker.cpp \
$$PWD/qpielegendmarker.cpp \
$$PWD/legendmarkeritem.cpp \
$$PWD/qbarlegendmarker.cpp \
$$PWD/qxylegendmarker.cpp \
$$PWD/qarealegendmarker.cpp \
$$PWD/mouseeventhandler.cpp
PRIVATE_HEADERS += \
$$PWD/legendscroller_p.h \
$$PWD/qlegend_p.h \
$$PWD/legendlayout_p.h \
$$PWD/qlegendmarker_p.h \
$$PWD/legendmarkeritem_p.h \
$$PWD/qpielegendmarker_p.h \
$$PWD/qbarlegendmarker_p.h \
$$PWD/qxylegendmarker_p.h \
$$PWD/qarealegendmarker_p.h \
$$PWD/mouseeventhandler_p.h
PUBLIC_HEADERS += \
$$PWD/qlegend.h \
$$PWD/qlegendmarker.h \
$$PWD/qpielegendmarker.h \
$$PWD/qbarlegendmarker.h \
$$PWD/qxylegendmarker.h \
$$PWD/qarealegendmarker.h