PDA

View Full Version : QTableWidgetItem disable focus



giantdragon
10th June 2011, 20:50
I have a table widget with selectable rows, but when I click on row a dotted box appears near cell (not row). Pressing tab button causes focus change on one cell, not row. How to disable focus for table's cells?

wysota
13th June 2011, 09:16
Change focus policy of the widget to NoFocus.