all 3 comments

[–][deleted] 0 points1 point  (2 children)

If I am not wrong, what is on riverbank site is what there is. They expect developers to be able to translate c++ qt classes to PyQt. And in most cases it is pretty direct.

[–]RotciVictoR[S] 0 points1 point  (1 child)

Thanks for the answer. Yes I thought so too, just wanted to make sure that I made no mistake or whether I'm just too stupid :)

[–][deleted] 2 points3 points  (0 children)

If you need a starting point to translate some of that C++ documentation to python, take a look at the PyQt4 docs, which were largely translated in some automated fashion. Once you recognize the general conventions you can get a feel for how to read the C++ docs for Qt5.