PDA

View Full Version : hide the row heading of Table Widget



sabeesh
24th July 2007, 11:16
Hi,
I am using QT 4.2.2. In my form I have a Table Widget and display some data in that Table Widget. I want to hide the row heading. How can I do that? Please help me.
Sabeesh

jpn
24th July 2007, 11:31
You can access the header via QTableView::horizontalHeader(). QHeaderView is a QWidget so you can use QWidget::hide() to hide it.