Hi
A little question:

I have a QTableWidget with lots of rows. I developed a filter, which shows and hides rows.
But if a filter is active, i.e 3 of 300 rows are shown:

001 row
299 row
300 row

If the user selects 001 and 299 all the rows between 1 and 299 are also selected.
How can I solve the problem?

thank u