pyqt  

Re: [PyQt] How to create a tree view without a header?

Phil Thompson
Sun, 27 Apr 2008 11:16:44 -0700

On Sunday 27 April 2008, Noam Raphael wrote:
> Hello,
>
> I want to create a tree view without a header line -- since it only
> has one column, there isn't much point in a header. Is it possible?

Just hide it...

tree_view.header().hide()

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt