Qt 6.11 is out! See what's new in the release
blog
Removing items from the QListWidget
-
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 details
how to fix it?
-
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 details
how to fix it?