PDA

View Full Version : Question about QTableWidget (Qt 4.3)



yatt
November 17th, 2007, 03:41 AM
In Trolltech's Documentation, they mention that you can change the headers of each row/column by using setHorizontalHeaderItem() or setVerticalHeaderItem(). This is fine and all, but how do you disable the header for a row/column?

By default, they take their row/column number, but I would like some (namely all the rows) to go without a header. How can this be done?