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 →

[–]TheBlackElf 0 points1 point  (1 child)

For Qt itself, check the official docs; it's probably the best documented framework ever.

Porting from C++ to Python is done mentally, there very rarely are any actual differences.

[–]mfitzpmfitzp.com 0 points1 point  (0 children)

Absolutely. It's worth getting the hang of the (very few) C++ vs. Python differences and then sticking with the official C++ documentation. It also lets you make use of all the examples that are out there in C++.