[PyQt] Problems with signals from custom widgets
    Dirk Reiners 
    dirk at lite3d.com
       
    Fri Jun 15 00:09:06 BST 2007
    
    
  
	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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hellogl_signal_problem.ui
Type: application/x-designer
Size: 2763 bytes
Desc: not available
Url : http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20070615/07167f3f/hellogl_signal_problem.bin
    
    
More information about the PyQt
mailing list