Re: Pythonic cross-platform GUI desingers à la Interface Builder (Re: what gui designer is everyone using)

CM cmpython at gmail.com
Thu Jun 14 15:59:23 EDT 2012


On Jun 14, 2:25 pm, Wolfgang Keller <felip... at gmx.net> wrote:
>
> What is needed for domain specialists are frameworks and related tools
> such as GUI builders that allow them to write exclusively the
> domain-specific code (this is where a domain specialist will always be
> better than any software developer), layout the GUI as ergonomically
> convenient (same) and then have the framework do all the rest.

Above this you also mentioned a disdain for the need for "glue code",
which in the context of your post seemed to be binding to event
handlers.
So is there a possible way for a GUI builder to *automatically* bind
widgets
to the appropriate functions in your domain-specific code?  It's hard
to
see how this would be generally possible, even with an AI (maybe a
mind-reading AI would work).

Or maybe I'm misunderstanding something.



More information about the Python-list mailing list