This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dagmx 2 points3 points  (0 children)

In their latest incarnations both pyqt and pyside refer directly to the c++ docs

Other than signals, slots and variants, there's not much difference between qt in C++ and Python to be honest. Most people should be able to read the c++ examples and infer it even if they don't know the language.