##// END OF EJS Templates
Refactors layout managment...
Refactors layout managment * adds chartlayout class * adds lagendlayout class * refactors handling to setGeometry instead of resize * implmements all TODOs from presenter and qchart * refactors layout handling in legend * adds QGraphicsLayoutItem sublcassing

File last commit:

r1534:d9bcc3bd9d82
r1534:d9bcc3bd9d82
Show More
legend.pri
16 lines | 322 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qlegend.cpp \
$$PWD/legendmarker.cpp \
$$PWD/legendlayout.cpp
PRIVATE_HEADERS += \
$$PWD/legendmarker_p.h \
$$PWD/legendscroller_p.h \
$$PWD/qlegend_p.h \
$$PWD/legendlayout_p.h
PUBLIC_HEADERS += \
$$PWD/qlegend.h