[PyKDE] A small buglet

Boudewijn Rempt bsarempt at rempt.xs4all.nl
Thu Nov 9 22:18:50 GMT 2000


I started porting my work to PyQt 2.2, using Qt Designer and everything...
And I've noticed one small buglet:

Setting the 'buddy' property appears to be doing nothing:

        self.lblTag = QLabel(self,'lblTag')
        self.lblTag.setText(self.tr('&Tag'))
        self.lblTag.setProperty('buddy',QVariant('cmbTag'))

Ordinarily you'd expect this to underscore the T in &Tag and make alt-T
jump to the buddy.

(There's a second bug nagging at the back of my head, but I've forgotten
what it was, exactly.)





More information about the PyQt mailing list