I have a QTable which works great, however when you click a cell it 'highlights' it by drawing a black line around it. Is it possible to stop this ? The action of clicking the cell opens a dialog anyway and it would be great if I could clean this up. I tried .. self.table1.SelectionMode(QTable.NoSelection) but did not get the desired result Cheers Dave