##// END OF EJS Templates
Bugfixes for layout...
Bugfixes for layout * fix division by zero when delta less then 1 in barcategory axis * fix one frame flash with wrong layout of legend during show event * fix wrong margin size when legend in bottom aligment * adds initlization flag so size hints are always corect * fixes wrong minHeight calcualtion in barcateogry axisY

File last commit:

r938:43d9ec405aa3
r1837:21f33dedea6d
Show More
splinechart.pri
13 lines | 244 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qsplineseries.cpp \
$$PWD/splinechartitem.cpp
PRIVATE_HEADERS += \
$$PWD/splinechartitem_p.h \
$$PWD/qsplineseries_p.h
PUBLIC_HEADERS += \
$$PWD/qsplineseries.h