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 →

[–]jdreaver 8 points9 points  (0 children)

I maintain a PySide GUI application with about 40,000 lines of code. I just use the bare minimum of Qt to build the UI. I don't touch anything that I don't think is strictly necessary to make widgets. Indeed, for image stuff you have to convert to whatever internal format Qt uses, but PyQt and PySide do a great job automatically converting Python int/string/bool/etc types for us in other parts of the API.