Signals and slots in PyQt

Posted by Skilldrick on Stack Overflow See other posts from Stack Overflow or by Skilldrick
Published on 2010-04-02T21:47:21Z Indexed on 2010/04/02 21:53 UTC
Read the original article Hit count: 455

Filed under:
|

In the past I've had some experience of Qt in C++. I've now started using PyQt, and finding it a bit bewildering. There doesn't seem to be any definitive source of documentation, apart from a small amount at Riverbank. I guess the first thing I'd like to know is that there's an initial hump with PyQt, and it does get easier.

The Riverbank docs talk about new style signals and slots for PyQt, as well as old style. They suggest that the new style is better, but I was wondering if that is what most users of PyQt do.

© Stack Overflow or respective owner

Related posts about pyqt

Related posts about qt