Windows Gui Frontend
rbowman
bowman at montana.com
Sun Apr 2 16:55:57 EDT 2023
On Sun, 2 Apr 2023 19:52:05 +0200, Dietmar Schwertberger wrote:
> 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.
One advantage is customization. It's not Python but we use a GUI system
that supports uids. The underlying data is the same but some clients may
not want certain fields or want them labeled or arranged differently.
More information about the Python-list
mailing list