Removing items from the QListWidget
Unsolved
General and Desktop
-
I use a list from which items are removed one at a time. The current list item is deleted. Deleting the second to last one always fails with the at () function error: index out of range.
Iterating through the list is ok, it reads and displays all the elements of the list correctly
There is more detailshow to fix it?