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

r938:43d9ec405aa3
r2416:25b2e1c316cb
Show More
splinechart.pri
13 lines | 244 B | text/plain | TextLexer
Marek Rosa
Spline initial
r295 INCLUDEPATH += $$PWD
DEPENDPATH += $$PWD
SOURCES += \
$$PWD/qsplineseries.cpp \
Marek Rosa
Renamed SplinePresenter to SplineChartItem
r460 $$PWD/splinechartitem.cpp
Marek Rosa
Spline initial
r295
Marek Rosa
Spline working somewhat
r401 PRIVATE_HEADERS += \
Michal Klocek
Adds big fat pimpl to series classes...
r938 $$PWD/splinechartitem_p.h \
$$PWD/qsplineseries_p.h
Marek Rosa
Spline initial
r295
PUBLIC_HEADERS += \
$$PWD/qsplineseries.h