diff options
author | Oleg Shparber <trollixx@gmail.com> | 2013-01-28 23:12:59 +0200 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-12-11 01:22:58 +0100 |
commit | 059ffd2d37446a095b3b01f615c4aea200cf6ef8 (patch) | |
tree | f871d7f098be3cbdfa4487652f829b8d201c718d /src/quick/items/items.pri | |
parent | d384aa771d9146ac28ab01abdf3696723e2ff67b (diff) | |
download | qtdeclarative-059ffd2d37446a095b3b01f615c4aea200cf6ef8.tar.gz |
Flickable: Use increased default flick parameters on BB10
Due to the high resolution the display default flicking speed
is rather slow. This change introduces increased values of
QML_FLICK_DEFAULTMAXVELOCITY and QML_FLICK_DEFAULTDECELERATION
which feel closer to the native experience.
Also cleans up the flick variables a little by moving them to
their own header, so that QQuickPathView can also benefit from
the improved behavior on BB10.
Change-Id: I80878d4cc2a53a8f530b1dc8674f729f70a83119
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Diffstat (limited to 'src/quick/items/items.pri')
-rw-r--r-- | src/quick/items/items.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/items/items.pri b/src/quick/items/items.pri index 3996512f9d..41cdb3526b 100644 --- a/src/quick/items/items.pri +++ b/src/quick/items/items.pri @@ -39,6 +39,7 @@ HEADERS += \ $$PWD/qquickpincharea_p_p.h \ $$PWD/qquickflickable_p.h \ $$PWD/qquickflickable_p_p.h \ + $$PWD/qquickflickablebehavior_p.h \ $$PWD/qquicklistview_p.h \ $$PWD/qquickrepeater_p.h \ $$PWD/qquickrepeater_p_p.h \ |