summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2023-03-10 09:16:28 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-10 17:32:06 +0000
commitd1d4b857e3af7960e541f19e3da49c9ca54ecebf (patch)
tree343baa68ca13bc3f6b038c51dd65b8dac708d99f
parent3f133ed2d1d3d4d8800c07fe259bbb1c3ab210b1 (diff)
downloadqtdoc-d1d4b857e3af7960e541f19e3da49c9ca54ecebf.tar.gz
Add pointer handler and BoundaryRule changes to 6.5 What's New
Change-Id: I1e4e6653cc6decf7ec947de83afab54bdeb92690 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit f9dac74173de3603961b7a04c96fbc5015e1512f) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/whatsnew/whatsnew65.qdoc27
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/src/whatsnew/whatsnew65.qdoc b/doc/src/whatsnew/whatsnew65.qdoc
index 4c5cbf0d..67cbdd9d 100644
--- a/doc/src/whatsnew/whatsnew65.qdoc
+++ b/doc/src/whatsnew/whatsnew65.qdoc
@@ -93,6 +93,33 @@
if and where this data is written out and loaded from. This enables
advanced use cases such as shipping a pre-seeded cache file with an
application or device, which also accelerates first-time startup.
+ \li PinchHandler has new \l {PinchHandler::}{scaleAxis} and
+ \l {PinchHandler::}{rotationAxis} grouped properties, offering
+ several new values, including the \c activeValue property which is
+ new in all the handler axis groups. It also got the
+ \l {PinchHandler::}{activeTranslation} and
+ \l {PinchHandler::}{persistentTranslation} properties that DragHandler
+ already had.
+ \li DragHandler's \c xAxis and \c yAxis have new
+ \l {DragHandler::xAxis::activeValue}{activeValue} properties.
+ \li PinchHandler's \l {PinchHandler::}{activeScale} (which was
+ previously called \c scale) is no longer restricted to the range between
+ \l {PinchHandler::}{minimumScale} and \l {PinchHandler::}{maximumScale}:
+ these limits apply only to \l {PinchHandler::}{persistentScale}. Likewise,
+ \l {PinchHandler::}{activeRotation} (previously \c rotation) is no longer
+ restricted to the range between \l {PinchHandler::}{minimumRotation} and
+ \l {PinchHandler::}{maximumRotation}. These limits are applied the same
+ way for native touchpad pinch gestures as on touchscreens.
+ \li \l {TapHandler::exclusiveSignals} now lets you make the
+ \l {TapHandler::}{singleTapped} and \l {TapHandler::}{doubleTapped}
+ signals exclusive.
+
+ \endlist
+
+ \section2 Qt Labs Animation Module
+
+ \list
+ \li \l BoundaryRule now has a \l {BoundaryRule::}{returnedToBounds} signal.
\endlist
\section2 Qt Quick Controls Module