Windows Gui Frontend
Dietmar Schwertberger
maillist at schwertberger.de
Sun Apr 2 13:52:05 EDT 2023
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
More information about the Python-list
mailing list