[maemo-developers] How to make a finger scrollable frame for widgets in Qt 4.5?
From: Sascha Mäkelä sascha.makela at gmail.comDate: Sat Mar 20 08:31:16 EET 2010
- Previous message: How to make a finger scrollable frame for widgets in Qt 4.5?
- Next message: How to make a finger scrollable frame for widgets in Qt 4.5?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yes I'm using that. I just don't know what "view" I should use. I've tried QScrollArea, QFrame, QWidget and also the QMainWindow, but nothing seems to work. I'm using successfully "FingerScrollable" in QListWidget. But I want a "frame" where I can have multiple object in it. Thanks for you help anyway, Sascha On Sat, Mar 20, 2010 at 08:23, Timo Härkönen <timop.harkonen at gmail.com>wrote: > Hi > > 2010/3/19 Sascha Mäkelä <sascha.makela at gmail.com> > > I'm trying to make a finger scrollable area which has many buttons and >> other widgets in it, because I cannot fit them on the screen. I have >> something similar in mind as in this video clip: >> http://labs.trolltech.com/blogs/?p=1480 >> >> Any idea how can I do it? >> >> > You should be able to make scrollable views use kinetic scrolling by > setting > setProperty("FingerScrollable", true) on them. > > For more info see: > > http://wiki.maemo.org/Qt4_Hildon#Kinetic_scrolling > http://wiki.maemo.org/Qt/Finger_Scrolling > > -Timo > > >> Cheers, >> Sascha >> >> _______________________________________________ >> maemo-developers mailing list >> maemo-developers at maemo.org >> https://lists.maemo.org/mailman/listinfo/maemo-developers >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.maemo.org/pipermail/maemo-developers/attachments/20100320/d0f17f8a/attachment.htm>
- Previous message: How to make a finger scrollable frame for widgets in Qt 4.5?
- Next message: How to make a finger scrollable frame for widgets in Qt 4.5?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]