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

r1469:1cf2b24c6ba7
r2443:5b27b7b1d72a RC2_1.2.1
Show More
qmlpiechart.pro
8 lines | 188 B | text/idl | PrologLexer
!include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
RESOURCES += resources.qrc
SOURCES += main.cpp
include(qmlapplicationviewer/qmlapplicationviewer.pri)