I know there is a selectAll() function for QTableWidgets, but how do you deselect a row or all? I also see there is a selectRow( int )/selectColumn( int ) but they only select, not deselect. I have also tried the setRangeSelected() but it is just a storage class for what is "selected" and does not actually visually show the selection.

Thanks in advanced!!