##// END OF EJS Templates
Fix vanishing labels for first and last ticks....
Fix vanishing labels for first and last ticks. Extra space must be reserved by layout for the axes that have wide labels for first or last tick. Changed the logic how axis sizeHint is interpreted to make the previously irrelevant height or width (depending on orientation) of the sizeHint to indicate how far the widest label extends past the first/last tick, and adjust the grid size accordingly in layout. Reviewed-by: Mika Salmela

File last commit:

r938:43d9ec405aa3
r2443:5b27b7b1d72a RC2_1.2.1
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