I'm using QtableWidget with python to represent a students list and i'm using a Button to select multiple rows to do some commun modefications. i can't find solution to get the selected rows counts into a list.
for exemple : selectedrows = [1,4,7,...].