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

Noam Raphael noamraph at gmail.com
Sun Apr 27 19:25:49 BST 2008


Aha!

Thanks for the lightning-speed answer!

Noam

2008/4/27, Phil Thompson <phil at riverbankcomputing.com>:
> 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 at riverbankcomputing.com
>  http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>


More information about the PyQt mailing list