##// 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:

r1084:e690513e4103
r2443:5b27b7b1d72a RC2_1.2.1
Show More
scatter.pri
13 lines | 249 B | text/plain | TextLexer
Tero Ahola
Moved scatter impl into a subfolder
r194 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qscatterseries.cpp \
Michal Klocek
Refactor scatter chart to fit the other classes...
r470 $$PWD/scatterchartitem.cpp
Tero Ahola
Moved scatter impl into a subfolder
r194
PRIVATE_HEADERS += \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/scatterchartitem_p.h \
$$PWD/qscatterseries_p.h
Tero Ahola
Moved scatter impl into a subfolder
r194
PUBLIC_HEADERS += \
$$PWD/qscatterseries.h