Page 1 of 1

QListWidget::checkedItems

Posted: Mon Dec 19 2022 2:25 pm
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.

Re: QListWidget::checkedItems

Posted: Fri Dec 23 2022 3:44 am
by barbara
Added to the wish list.