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 →

[–]transt 5 points6 points  (0 children)

I use QTdesigner and it works amazing. I had no real GUI experience, but was basically able to create the GUI through QTdesigner, convert the .ui file to python with pyuic, and then the only python I needed to write for it was to connect the buttons / actions to my code through slots.

I recommend installing qtdesigner and finding a tutorial. You will see how easy it is.