Re: How to get kinetic scrolling working using Qt creator

2010-06-14 Thread Daniil Ivanov
you for staying with this thread and continuously responding to my questions. ~Sudheer Date: Thu, 10 Jun 2010 10:20:56 +0300 Subject: Re: How to get kinetic scrolling working using Qt creator From: daniil.iva...@gmail.com To: scifi@hotmail.com CC: maemo-developers@maemo.org Hi Sudheer

Re: How to get kinetic scrolling working using Qt creator

2010-06-10 Thread Daniil Ivanov
. I am using Qt Creator 1.3.1. Is there a way to make the scrolling work using Creator or should I stop using Qt creator and code the form class myself? Date: Wed, 9 Jun 2010 18:33:55 +0300 Subject: Re: How to get kinetic scrolling working using Qt creator From: daniil.iva...@gmail.com

Re: How to get kinetic scrolling working using Qt creator

2010-06-09 Thread Daniil Ivanov
layouts does not support scrolling. ~Sudheer Date: Tue, 8 Jun 2010 17:02:55 +0300 Subject: Re: How to get kinetic scrolling working using Qt creator From: daniil.iva...@gmail.com To: scifi@hotmail.com CC: maemo-developers@maemo.org Hi Sudheer! Can you try this sample application

RE: How to get kinetic scrolling working using Qt creator

2010-06-09 Thread Sudheer K .
to the scrollAreaWidgetContents because I can not directly add them to scrollArea. I am using Qt Creator 1.3.1. Is there a way to make the scrolling work using Creator or should I stop using Qt creator and code the form class myself? Date: Wed, 9 Jun 2010 18:33:55 +0300 Subject: Re: How to get kinetic scrolling working

RE: How to get kinetic scrolling working using Qt creator

2010-06-08 Thread Sudheer K .
I think my previous message was not posted because of attachments. So, posting again with the link to the source code in garage page.

RE: How to get kinetic scrolling working using Qt creator

2010-06-06 Thread Ram Kurvakat
...@crochik.com, daniil.iva...@gmail.com Subject: RE: How to get kinetic scrolling working using Qt creator Anyone know of any applications that are using Qt Creator (.ui files) and were successful in implementing kinetic scrolling? Maybe I can look at the forms to see what I am doing wrong here. Thanks

Re: How to get kinetic scrolling working using Qt creator

2010-06-06 Thread Daniil Ivanov
...@crochik.com; daniil.iva...@gmail.com CC: maemo-developers@maemo.org Subject: RE: How to get kinetic scrolling working using Qt creator Date: Sat, 5 Jun 2010 20:57:38 -0700 Yes, I am compiling on FREMANTLE_ARMEL and copying to device and testing it :) Another thing is I can display

RE: How to get kinetic scrolling working using Qt creator

2010-06-06 Thread Felipe Crochik
is larger than the contents area. _ From: Ram Kurvakat [mailto:rkma...@gmx.com] Sent: Sunday, June 06, 2010 4:44 AM To: Maemo Dev Mailing List; Sudheer K.; fel...@crochik.com; daniil.iva...@gmail.com Subject: RE: How to get kinetic scrolling working using Qt creator just a quick

Re: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Daniil Ivanov
Hi Sudheer! There is no such property as FingerScrollable and kinetic srolling is enabled by default for QScrollArea http://doc.qt.nokia.com/qt-maemo-4.6/qabstractkineticscroller.html#details Thanks, Daniil. On Sat, Jun 5, 2010 at 8:10 PM, Sudheer K. scifi@hotmail.com wrote: Hi All,

RE: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Sudheer K .
or QWindow. But I am using Qt creator to create the form and I couldn't find much help. Date: Sat, 5 Jun 2010 21:52:29 +0300 Subject: Re: How to get kinetic scrolling working using Qt creator From: daniil.iva...@gmail.com To: scifi@hotmail.com CC: maemo-developers@maemo.org Hi Sudheer

RE: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Felipe Crochik
+0300 Subject: Re: How to get kinetic scrolling working using Qt creator From: daniil.iva...@gmail.com To: scifi@hotmail.com CC: maemo-developers@maemo.org Hi Sudheer! There is no such property as FingerScrollable and kinetic srolling is enabled by default for QScrollArea http

RE: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Sudheer K .
@maemo.org Subject: RE: How to get kinetic scrolling working using Qt creator Date: Sat, 5 Jun 2010 23:52:45 -0400 One silly question: are you trying it on the actual device? It won't work on the simulator or if you compile for the desktop. - Original message - Hi

RE: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Sudheer K .
-developers@maemo.org Subject: RE: How to get kinetic scrolling working using Qt creator Date: Sat, 5 Jun 2010 20:57:38 -0700 Yes, I am compiling on FREMANTLE_ARMEL and copying to device and testing it :) Another thing is I can display the scrollbar using verticalscrollbarpolicy