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.