[PyKDE] QListview without top 'bar'?

Doug Bell dougbell at xecu.net
Sat Sep 28 22:55:00 BST 2002


On Fri, Sep 27, 2002 at 12:42:47AM +0200, Bart Verwilst wrote:
> Hello!
> 
> I was wondering if it's possible to remove the top 'bar' from QListviews (you 
> know, like where you put the description of the underlaying fields, "name", 
> "#", ... you know eh :o) I would like to remove it, is this possible?

Sure, just call:

   yourListView.header().hide()

Doug.




More information about the PyQt mailing list