PDA

View Full Version : How to disable serial numbers of QTableWidget



penny
3rd January 2011, 10:00
I'm using QTableWidget, but i dont want the row numbers and column numbers which come by default.
How do i disable them?

tbscope
3rd January 2011, 11:42
horizontalHeader()->hide();
Same for vertical?