Re: How to get kinetic scrolling working using Qt creator

2010-06-14 Thread Daniil Ivanov
lutely necessary. > > Thank 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

RE: How to get kinetic scrolling working using Qt creator

2010-06-13 Thread Sudheer K .
crollArea. > >> > >> 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 > >>&g

Re: How to get kinetic scrolling working using Qt creator

2010-06-10 Thread Daniil Ivanov
t; >> 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 Q

Re: How to get kinetic scrolling working using Qt creator

2010-06-10 Thread Daniil Ivanov
ecause 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 ge

RE: How to get kinetic scrolling working using Qt creator

2010-06-09 Thread Sudheer K .
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 w

Re: How to get kinetic scrolling working using Qt creator

2010-06-09 Thread Daniil Ivanov
't work, unless groupboxes and/or form 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@hotmai

RE: How to get kinetic scrolling working using Qt creator

2010-06-08 Thread Sudheer K .
: 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 > > #include

Re: How to get kinetic scrolling working using Qt creator

2010-06-08 Thread Daniil Ivanov
Hi Sudheer! Can you try this sample application #include int main (int argc, char **argv) { QApplication app(argc, argv); QPixmap pixmap(1000, 1000); pixmap.fill(Qt::green); QLabel *label = new QLabel; label->setPixmap(pixmap); QScrollArea *scroll = new QScrollArea;

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. https://garage.maemo.org/plugins/ggit/browse.php/?p=vicar;a=tree;f=src/vicar-config/uis;h=3e2e395c649bd1d5d92490fb2e959b734c77ab1a;hb=af05031713c05157ffb173

RE: How to get kinetic scrolling working using Qt creator

2010-06-06 Thread Felipe Crochik
a::setWidget 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

Re: How to get kinetic scrolling working using Qt creator

2010-06-06 Thread Daniil Ivanov
Maybe I can look at the > forms to see what I am doing wrong here. > > Thanks, > Sudheer > ________________ > From: scifi....@hotmail.com > To: fel...@crochik.com; daniil.iva...@gmail.com > CC: maemo-developers@maemo.org > Subject: RE: How to get kineti

RE: How to get kinetic scrolling working using Qt creator

2010-06-06 Thread Ram Kurvakat
8 AM To: fel...@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 h

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&quo

RE: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Sudheer K .
aemo-developers@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. --

RE: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Felipe Crochik
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: maem

RE: How to get kinetic scrolling working using Qt creator

2010-06-05 Thread Sudheer K .
QWidget 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: maem

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. wrote: > Hi All, > > I have created a QS