<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>Thanks for looking into the code. The main problem I have is that, Qt creator does not give enough flexibility to create the hierarchy that you suggested.<br><br>This is the hierarchy created using Qt creator.<br>http://i49.tinypic.com/2rxbm75.jpg <br><br>- centralWidget is automatically created by Qt creator and is locked, so I cannot even delete it.<br>- scrollAreaWidgetContents is also automatically created by Qt creator and is locked. I cannot modify this too.<br>- I created two groupboxes (Basic and Advanced) which contain one form layout each. These are added to the scrollAreaWidgetContents because I can not directly add them to scrollArea.<br><br>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?<br><br>> Date: Wed, 9 Jun 2010 18:33:55 +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 are many bugs there. For example you don't need centralWidget<br>> at all, place scrollArea instead of it.<br>> Then you create multiple layout, set them to widgets and never place<br>> them into scrollArea.<br>> On desktop you don't have scroll bars as well.<br>> <br>> Thanks, Daniil.<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>