[PyKDE] Using UI files in your app with PyQt4

Andreas Pakulat apaku at gmx.de
Tue Jan 24 22:13:59 GMT 2006


On 24.01.06 22:47:32, Detlev Offenbach wrote:
> Am Dienstag, 24. Januar 2006 22:30 schrieb Andreas Pakulat:
> > I think you are, look for connectSlotsByName in the compiled file. Works
> > here perfectly.
> 
> Doesn't over here. At least my quick test failed. I have a QSpinBox and wanted 
> to have a slot "on_upperspin_valueChanged(self, intValue)" autoconnected. 

Confirmed. But it works with other stuff (I have a radiobutton connected
to a slot)

> However, it gets called with a QString, which is the other signal variant of 
> QSpinBox. What do I have to do to make it work?

Seems like a bug in pyuic4, but I don't have time to look into it ATM,
so we have to wait until Torsten comments.

Andreas

-- 
You are a bundle of energy, always on the go.




More information about the PyQt mailing list