[PyKDE] QHeader problem

Thierry Jouve jouve at esrf.fr
Wed Jun 19 18:20:00 BST 2002


Hi,

I have a problem with a QHeader object...

When I want to remove all labels contained in a QHeader object, only
half of them are removed...

qHeader = qTable.verticalHeader()
for i in range(0, qHeader.count()) :
   qHeader.removeLabel(i)

I have try to make a "qHeader.update()", but it has no effect...

PyQt : 3.1 , Python : 2.1.1, Qt : 3.0.2, Sip : 3.1

Regards,

--
   Thierry JOUVE

   BLISS GROUP - ESRF
   Mail : jouve at esrf.fr, Office : 155b, Tel : 29-46




More information about the PyQt mailing list