QListWidget::checkedItems

Post Reply
seasoned_geek
Posts: 253
Joined: Thu Jun 11 2020 12:18 pm

QListWidget::checkedItems

Post by seasoned_geek »

All,

Can we get

QList<QListWidgetItems *> QListWidget::checkedItems()

added?

QListWidgetItem has a setCheckState() but we have to manually process the list to identify them. It would be more consistent if QListWidget could just return the list.
barbara
Posts: 446
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: QListWidget::checkedItems

Post by barbara »

Added to the wish list.
Post Reply