PDA

View Full Version : How to remove the treeView HeaderData



Kostanev
15th March 2008, 08:37
Hello all,

my question this time is how can I remove the HeaderData from treeView?

Thanks :)

wysota
15th March 2008, 08:45
Hide the header using QTreeView::header() and QWidget::hide().