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
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
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
>
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