Re: [PyQt] SIP Bug: virtual function wrapped twice due to deep inheritance from base class and ABC

2010-06-21 Thread Demetrius Cassidy
Phil - have you seen this yet? Any comments? Demetrius Cassidy wrote: > > Basically I have a Listen() function in a derived class, that is also in > the > base and ABC. For some reason sip ends up wrapping the same function twice > (it > has a body in the ABC), even though it's a virtual func

[PyQt] alignment issue with radio buttons

2010-06-21 Thread Danny Shevitz
Howdy, I have a grid layout. The are text row and column headings. The grid interior is an array of radio button. Both the column headings and the radio buttons have alignment=Qt.AlignHCenter. The radio buttons do not align under the center of the column heading text. They are a little to the

Re: [PyQt] QSignalTransition

2010-06-21 Thread Phil Thompson
On Mon, 21 Jun 2010 09:59:49 +0200, Fx III wrote: > Hi all, > QSignalTransition does not accept signals when come from python extent. > When I try the following test program I get: > > QSignalTransition: no such signal: Emitter::mySignal() > > this is program > > import PyQt4.QtCore as QtCore >

[PyQt] QSignalTransition

2010-06-21 Thread Fx III
Hi all, QSignalTransition does not accept signals when come from python extent. When I try the following test program I get: QSignalTransition: no such signal: Emitter::mySignal() this is program import PyQt4.QtCore as QtCore import PyQt4.QtGui as QtGui from pprint import pprint class Emitter(Q