QListWidget, new selections, last selections
Solved
General and Desktop
-
I am have a slot connected to the signal itemSelectionChanged, in the slot I create a JSON object which includes all the new selections.
I want to add to the last selections, is there a way to get the selections before this as they were before this selection changed?
-
@SPlatten said in QListWidget, new selections, last selections:
is there a way to get the selections before this as they were before this selection changed?
You can simply remember previous selections (when the slot was called last time), can't you?
-
S SPlatten has marked this topic as solved on