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
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
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
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
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
'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
: 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
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;
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
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
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
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
-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
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.
--
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
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
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
17 matches
Mail list logo