From c3d26e75b0a9cc9848ebe316ee88b29655a6564f Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Thu, 4 Jun 2015 12:41:56 +0200 Subject: Doc: resize tables with overflow Task-number: QTBUG-46475 Change-Id: Iebb2f7677f8b514d2b3e08480abfc98a0e155c1c Reviewed-by: Venugopal Shivashankar --- src/quick/util/qquickanimation.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/quick/util') diff --git a/src/quick/util/qquickanimation.cpp b/src/quick/util/qquickanimation.cpp index 3a0c19e3d2..ec3abf7090 100644 --- a/src/quick/util/qquickanimation.cpp +++ b/src/quick/util/qquickanimation.cpp @@ -2144,7 +2144,10 @@ void QQuickPropertyAnimation::setTo(const QVariant &t) \c Easing.Linear. \qml - PropertyAnimation { properties: "y"; easing.type: Easing.InOutElastic; easing.amplitude: 2.0; easing.period: 1.5 } + PropertyAnimation { properties: "y"; + easing.type: Easing.InOutElastic; + easing.amplitude: 2.0; + easing.period: 1.5 } \endqml Available types are: -- cgit v1.2.3