View Single Post
Posts: 84 | Thanked: 96 times | Joined on Dec 2009 @ Sweden
#8
Originally Posted by Sasler View Post
I would like to try this very much now, but the wiki.maemo.org is currently down because of the server moves. Does anyone have it open or a sample code that they could copy and paste here?

Cheers!
Wiki is up, but i'll paste the code anyway It's easy as pie

Code:
 QTableWidget *table = new QTableWidget(this);
 table->setProperty("FingerScrollable", true);
Edit: In Qt Creator you just create a dynamic property (FingerScrollable, bool, true) on the element you wish to enable it on.
 

The Following 4 Users Say Thank You to Hexagoon For This Useful Post: