PDA

View Full Version : Is it doable with Qt?



ZINO
16th August 2010, 04:11
Hello,
this is a snapshot of uTorrent programe
http://img641.imageshack.us/img641/9342/utorrentl.jpg
can QTableWidget do the same?
because it doesn't look the same with this one
http://doc.trolltech.com/4.5/images/windowsxp-tableview.png
and if yes how?

thanks in advance,
ZINO

tbscope
16th August 2010, 06:30
Of course you can do this in Qt.

Check out the torrent example in the documentation.

You do this by creating a delegate.

ZINO
16th August 2010, 16:36
But i cant understand how to use those Delegate Classes
is this (http://lists.trolltech.com/qt-interest/2005-08/thread01433-0.html) the rihgt answer?

squidge
16th August 2010, 18:57
ICS has documentation on the delegate classes if you don't understand the documentation that comes with Qt.

axeljaeger
18th August 2010, 19:30
But i cant understand how to use those Delegate Classes
is this (http://lists.trolltech.com/qt-interest/2005-08/thread01433-0.html) the rihgt answer?
No it is not. Did you had a look at the star-delegate example?