PDA

View Full Version : qt2 QListViewItem



hungr
22nd September 2007, 23:47
Hi,

I would like to ask that

How to obtain the text of a QListViewItem ??

thanks

jpn
23rd September 2007, 11:58
QListViewItem::text(int column) (http://doc.trolltech.com/2.3/qlistviewitem.html#ca0608) ?