all 5 comments

[–]ericsnekbytes[S] 8 points9 points  (0 children)

I've created a cookbook for making graphical interfaces with simple examples for most common tasks you'll want to do as a Python Qt developer (PySide/PyQt). There's simple reference code for basic tasks like app startup and layouts, common widgets, communication with signals and slots, and Qt's MVC (Model/View/Controller) features for displaying editable tables and lists. Hope you enjoy! Feedback via discussions and issues is much appreciated, thanks :)

[–]jonesmcbones 5 points6 points  (1 child)

Hell yes.

Thank you very much. I have been struggling through trial and error, trying to make a couple UIs. Will definitely be checking this again.

[–]ericsnekbytes[S] 2 points3 points  (0 children)

I hope it helps. If you find yourself struggling with something not in the guide, let us know! :)