<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Hi Daniil,<br><br>I could not get the scrolling to work by using QScrollArea, even after removing the FingerScrollable property. Any suggestions on what I should change?<br><br>I have tried setting "WidgetResizable" to true on QScrollArea, still scrolling does not work.<br><br>If it matters, there are sizes I have set in my form.<br><br> ConfigWindow (QMainWindow) - 800 x 480<br> centralWidget (QWidget) - 800 x 457<br> scrollArea (QScrollArea) - 800 x 550<br> scrollAreaWidgetContents (QWidget) - 798 x 548 (this can not be modified).<br><br>All the examples I have seen (even on Qt site) use custom code to create QWidget or QWindow. But I am using Qt creator to create the form and I couldn't find much help.<br><br><br>> Date: Sat, 5 Jun 2010 21:52:29 +0300<br>> Subject: Re: How to get kinetic scrolling working using Qt creator<br>> From: daniil.ivanov@gmail.com<br>> To: scifi.guy@hotmail.com<br>> CC: maemo-developers@maemo.org<br>> <br>> Hi Sudheer!<br>> <br>> There is no such property as FingerScrollable and kinetic srolling<br>> is enabled by default for QScrollArea<br>> http://doc.qt.nokia.com/qt-maemo-4.6/qabstractkineticscroller.html#details<br>> <br>> Thanks, Daniil.<br>> <br>> On Sat, Jun 5, 2010 at 8:10 PM, Sudheer K. <scifi.guy@hotmail.com> wrote:<br>> > Hi All,<br>> ><br>> > I have created a QScrollArea to a QMainWindow in a form using Qt Creator. I<br>> > have set the dynamic property "FingerScrollable" to true (bool) for<br>> > QMainWindow, QScrollArea and the contents of QScrollArea.<br>> ><br>> > This is the structure of my form objects in the format objectname<br>> > (ClassName):<br>> ><br>> > ConfigWindow (QMainWindow) --> centralWidget (QWidget) --> scrollArea<br>> > (QScrollArea) --> scrollAreaWidgetContents (QWidget) -->groupBox<br>> > (QGroupBox).<br>> ><br>> > I have set the "FingerScrollable" property to true for all these objects.<br>> > But still I am not able to get kinetic scrolling working for the form. Am I<br>> > missing something?<br>> > ________________________________<br>> > Hotmail is redefining busy with tools for the New Busy. Get more from your<br>> > inbox. See how.<br>> > _______________________________________________<br>> > maemo-developers mailing list<br>> > maemo-developers@maemo.org<br>> > https://lists.maemo.org/mailman/listinfo/maemo-developers<br>> ><br>> ><br>                                            <br /><hr />The New Busy is not the too busy. Combine all your e-mail accounts with Hotmail. <a href='http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4' target='_new'>Get busy.</a></body>
</html>