PDA

View Full Version : Remove a child in QLIstView (Qt3.3.4)



suresh
7th October 2006, 20:31
hi,
Can I remove particular Child or row in QListView in qt 3.3.4?

Thanks in Advance.

jpn
7th October 2006, 20:41
QListView::takeItem(), QListViewItem::takeItem()?

suresh
7th October 2006, 20:45
Thanks for reply.
I found that one.