<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>&nbsp;ConfigWindow (QMainWindow) - 800 x 480<br>&nbsp;centralWidget (QWidget) - 800 x 457<br>&nbsp;scrollArea (QScrollArea) - 800 x 550<br>&nbsp;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>&gt; Date: Sat, 5 Jun 2010 21:52:29 +0300<br>&gt; Subject: Re: How to get kinetic scrolling working using Qt creator<br>&gt; From: daniil.ivanov@gmail.com<br>&gt; To: scifi.guy@hotmail.com<br>&gt; CC: maemo-developers@maemo.org<br>&gt; <br>&gt; Hi Sudheer!<br>&gt; <br>&gt;   There is no such property as FingerScrollable and kinetic srolling<br>&gt; is enabled by default for QScrollArea<br>&gt;   http://doc.qt.nokia.com/qt-maemo-4.6/qabstractkineticscroller.html#details<br>&gt; <br>&gt; Thanks, Daniil.<br>&gt; <br>&gt; On Sat, Jun 5, 2010 at 8:10 PM, Sudheer K. &lt;scifi.guy@hotmail.com&gt; wrote:<br>&gt; &gt; Hi All,<br>&gt; &gt;<br>&gt; &gt; I have created a QScrollArea to a QMainWindow in a form using Qt Creator. I<br>&gt; &gt; have set the dynamic property "FingerScrollable" to true (bool) for<br>&gt; &gt; QMainWindow, QScrollArea and the contents of QScrollArea.<br>&gt; &gt;<br>&gt; &gt; This is the structure of my form objects in the format objectname<br>&gt; &gt; (ClassName):<br>&gt; &gt;<br>&gt; &gt; ConfigWindow (QMainWindow) --&gt; centralWidget (QWidget) --&gt; scrollArea<br>&gt; &gt; (QScrollArea) --&gt; scrollAreaWidgetContents (QWidget) --&gt;groupBox<br>&gt; &gt; (QGroupBox).<br>&gt; &gt;<br>&gt; &gt; I have set the "FingerScrollable" property to true for all these objects.<br>&gt; &gt; But still I am not able to get kinetic scrolling working for the form.&nbsp; Am I<br>&gt; &gt; missing something?<br>&gt; &gt; ________________________________<br>&gt; &gt; Hotmail is redefining busy with tools for the New Busy. Get more from your<br>&gt; &gt; inbox. See how.<br>&gt; &gt; _______________________________________________<br>&gt; &gt; maemo-developers mailing list<br>&gt; &gt; maemo-developers@maemo.org<br>&gt; &gt; https://lists.maemo.org/mailman/listinfo/maemo-developers<br>&gt; &gt;<br>&gt; &gt;<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>