Re: [Interest] Qt 5.7 android C++ smooth scrolling

2016-06-23 Thread Harish Surana
If you don't want to use qml look at old examples https://blog.qt.io/blog/2009/07/19/kinetic-scrolling-on-any-widgets/ On Thu, Jun 23, 2016 at 9:38 AM, Oleg Shalnev wrote: > Good day. > > My pain is in scrolling. > > I hope that standard situation with creation QScrollArea, and placing > viewpor

Re: [Interest] Qt 5.7 android C++ smooth scrolling

2016-06-23 Thread ekke
Please try out new QtQuickControls2 with material Style for Android. Should work much better to try out some apps - I did some example apps: http://bit.ly/qtquick2-demo-apps ekke Am 23.06.16 um 09:38 schrieb Oleg Shalnev: > Good day. > > My pain is in scrolling. > > I hope that standard situation

[Interest] Qt 5.7 android C++ smooth scrolling

2016-06-23 Thread Oleg Shalnev
Good day. My pain is in scrolling. I hope that standard situation with creation QScrollArea, and placing viewport widget there, creating layout in viewport and placing custom widgets in this layout will work good on android. The result of this experiment is so sad. Yes it's working, but scrollin