In the Python version of the "opengl/hellogl" example, the
signals from the OpenGL widget to the sliders do not appear
to work on my (Ubuntu 7.04, Qt 4.3.0, SIP 4.7, PyQt 4.3) 
installation. The connections are made by code like this:

self.connect(self.glWidget, QtCore.SIGNAL("xRotationChanged"), 
             slider, QtCore.SLOT("setValue(int)"))

and the signals are emitted by

self.emit(QtCore.SIGNAL("xRotationChanged"), angle)

The C++ version of the demo works fine on the same system.

Any ideas?

-- 
Lieven Buts
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to