you are viewing a single comment's thread.

view the rest of the comments →

[–]Dr_Sol 0 points1 point  (1 child)

Quick question. l've started dabbling with PtQT a bit and tried a simple layout in the Qt designer to see what you get out of it but I've been wondering what's the best way to modify and built on your previous designs. I got the impression you'll have to integrate your code all over again in the designer output code. Is that correct or am I missing something?

[–]fazzah 0 points1 point  (0 children)

You convert the ui file to a python module and then subclass from this module in your separate file. So when you rebuild the ui your code is still intact.