Hi to all,
this seems to be a simple task but is error prone.
I have a QListWidget where I insert some items that have the chequeable flag. At some point I need to remove ( delete ) from the list only the checked items.
is not possible to use a for loop due to the fact that the list size change every time an item is removed. I also tried using qDeleteAll and the findItems but how to crete a pattern with only checked items?
Thanx in advance,
Franco