Hi Everybody,

I've started using PyQt to write the code for one of our projects. It looks pretty nice and I especially like the easy integration of custom widgets in designer, that is pretty cool!

But I'm having some trouble with it. The signals I defined in my custom widget don't seem to have any effect. The problem can be easily reproduced with the built-in helloglwidget (see attached .ui file). If you mouse move inside the widget the rotation changes, but the sliders do not, even though they're connected to the widget's signals.

Am I doing something wrong, or is that (gasp!) a bug? ;)

Thanks

        Dirk

Attachment: hellogl_signal_problem.ui
Description: application/designer

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to