On 02.04.2023 18:20, Michael Torrie wrote:
Well the thing is you don't need to generate Python code at all.  Qt
provides a UI loader class that loads the UI file at run time, builds
the objects in memory, and connects all your signals for you.

I know, but having to load the .ui file is awkward.
Even worse, you lose things like code completion.


   So much
nicer than code generation.

I absolutely disagree on this.

Regards,

Dietmar

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to