You can iterate through all the QListViewItems via QListView::firstChild() and QListViewItem::nextSibling() and see which ones are selected with QListViewItem::isSelected.
You can iterate through all the QListViewItems via QListView::firstChild() and QListViewItem::nextSibling() and see which ones are selected with QListViewItem::isSelected.
samirg (31st October 2007)
Or use QListViewItemIterator with "Selected" flag.
J-P Nurmi
samirg (31st October 2007)
Bookmarks