PDA

View Full Version : QTreeWidget columns



xgoan
23rd November 2006, 16:16
Hi,

how can I add more columns to the QTreeWidget? It only shows a column with a 1 in the header.

Thanks

jacek
23rd November 2006, 16:20
QTreeWidget::setColumnCount()

bpetty
27th February 2007, 19:40
What if you set it to 1, but don't want the header displayed?
I can find no way to dissable the header.

jacek
27th February 2007, 20:01
I can find no way to dissable the header.
Just hide() it ;)