[maemo-developers] How to get kinetic scrolling working using Qt creator
From: Daniil Ivanov daniil.ivanov at gmail.comDate: Thu Jun 10 10:20:56 EEST 2010
- Previous message: How to get kinetic scrolling working using Qt creator
- Next message: How to get kinetic scrolling working using Qt creator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Sudheer! It should be something like .ui file in attachment. Thanks, Daniil. On Thu, Jun 10, 2010 at 10:14 AM, Daniil Ivanov <daniil.ivanov at gmail.com> wrote: > Hi Sudheer! > > The name of a tool is Qt Designer and it should allow to do what you want, > however I'm wrong person to ask how to use Qt Designer. > > Thanks, Daniil. > > On Thu, Jun 10, 2010 at 7:47 AM, Sudheer K. <scifi.guy at hotmail.com> wrote: >> Hi Daniil, >> >> 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. >> >> This is the hierarchy created using Qt creator. >> http://i49.tinypic.com/2rxbm75.jpg >> >> - centralWidget is automatically created by Qt creator and is locked, so I >> cannot even delete it. >> - scrollAreaWidgetContents is also automatically created by Qt creator and >> is locked. I cannot modify this too. >> - 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. >> >> 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 Qt creator >>> From: daniil.ivanov at gmail.com >>> To: scifi.guy at hotmail.com >>> CC: maemo-developers at maemo.org >>> >>> Hi Sudheer! >>> >>> There are many bugs there. For example you don't need centralWidget >>> at all, place scrollArea instead of it. >>> Then you create multiple layout, set them to widgets and never place >>> them into scrollArea. >>> On desktop you don't have scroll bars as well. >>> >>> Thanks, Daniil. >>> >> >> >> ________________________________ >> The New Busy is not the too busy. Combine all your e-mail accounts with >> Hotmail. Get busy. > -------------- next part -------------- A non-text attachment was scrubbed... Name: configwindow.ui Type: application/x-designer Size: 4717 bytes Desc: not available URL: <http://lists.maemo.org/pipermail/maemo-developers/attachments/20100610/d4939d96/attachment.bin>
- Previous message: How to get kinetic scrolling working using Qt creator
- Next message: How to get kinetic scrolling working using Qt creator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]