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

r1697:b1c06caff815
r2443:5b27b7b1d72a RC2_1.2.1
Show More
piechart.pri
26 lines | 614 B | text/plain | TextLexer
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
Jani Honkonen
rename PieSlice -> PieSliceItem
r673 $$PWD/piesliceitem.cpp \
Jani Honkonen
Rename piepresenter -> piechartitem
r568 $$PWD/piechartitem.cpp \
Marek Rosa
Mapper class added for xyseries and pieseries. Model support commented out for barseries for now.
r1164 $$PWD/qpieslice.cpp \
Marek Rosa
Added Vertical and Horizontal PieModelMapper
r1237 $$PWD/qpiemodelmapper.cpp \
$$PWD/qvpiemodelmapper.cpp \
Marek Rosa
Removed QDonutGroup class. Added Donut Drill down example
r1697 $$PWD/qhpiemodelmapper.cpp
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
PRIVATE_HEADERS += \
Jani Honkonen
Move PieSliceData to own header
r675 $$PWD/pieslicedata_p.h \
Jani Honkonen
Rename piepresenter -> piechartitem
r568 $$PWD/piechartitem_p.h \
Jani Honkonen
rename PieSlice -> PieSliceItem
r673 $$PWD/piesliceitem_p.h \
Jani Honkonen
pie: added everything as a property in QPieSlice...
r1274 $$PWD/qpieslice_p.h \
Marek Rosa
ModelMapper proposal
r1229 $$PWD/qpieseries_p.h \
Marek Rosa
Removed QDonutGroup class. Added Donut Drill down example
r1697 $$PWD/qpiemodelmapper_p.h
Jani Honkonen
Moved pie stuff to own .pri file and rename stuff
r146
PUBLIC_HEADERS += \
Jani Honkonen
Refactor pie (again). QPieSlice's now emit signals and no id's anymore. Just pointers in the interface.
r203 $$PWD/qpieseries.h \
Marek Rosa
Mapper class added for xyseries and pieseries. Model support commented out for barseries for now.
r1164 $$PWD/qpieslice.h \
Marek Rosa
Added Vertical and Horizontal PieModelMapper
r1237 $$PWD/qpiemodelmapper.h \
$$PWD/qvpiemodelmapper.h \
Marek Rosa
Removed QDonutGroup class. Added Donut Drill down example
r1697 $$PWD/qhpiemodelmapper.h