##// END OF EJS Templates
Fix zooming when presenter dimensions are not integers...
Fix zooming when presenter dimensions are not integers If presenter width (or height) is not an integer, zooming using vertical (or horizontal) rubberband will cause the fixed dimension to change, because rubberband uses QRect instead of QRectF. Fixed by forcing the corresponding plotArea dimension for the fixed rubberband dimension when calling zoomIn() in mouseReleaseEvent. Task-number: QTRD-1905 Reviewed-by: Mika Salmela

File last commit:

r1697:b1c06caff815
r2416:25b2e1c316cb
Show More
piechart.pri
26 lines | 614 B | text/plain | TextLexer
INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qpieseries.cpp \
$$PWD/piesliceitem.cpp \
$$PWD/piechartitem.cpp \
$$PWD/qpieslice.cpp \
$$PWD/qpiemodelmapper.cpp \
$$PWD/qvpiemodelmapper.cpp \
$$PWD/qhpiemodelmapper.cpp
PRIVATE_HEADERS += \
$$PWD/pieslicedata_p.h \
$$PWD/piechartitem_p.h \
$$PWD/piesliceitem_p.h \
$$PWD/qpieslice_p.h \
$$PWD/qpieseries_p.h \
$$PWD/qpiemodelmapper_p.h
PUBLIC_HEADERS += \
$$PWD/qpieseries.h \
$$PWD/qpieslice.h \
$$PWD/qpiemodelmapper.h \
$$PWD/qvpiemodelmapper.h \
$$PWD/qhpiemodelmapper.h