Python GUI?

Robert Kern robert.kern at gmail.com
Thu Sep 12 12:23:54 EDT 2013


On 2013-09-12 17:03, eamonnrea at gmail.com wrote:
> On Thursday, September 12, 2013 6:05:14 AM UTC+1, Michael Torrie wrote:
>> On 09/11/2013 02:55 PM, eamonnrea at gmail.com wrote:

>> Possibly.  I know Qt and Gtk both can flip the button orders, etc to
>> look more native.  And all good toolkits give you layout managers so you
>> never have to resort to fixed layouts.  Qt's layout system is very
>> different than Gtk's, but once you get the feel of it (use the Qt
>> Designer program!), it makes a lot of sense.
>
> I didn't realise GTK has a GUI designer too :(
>
> I don't like it when you can D&D to position things. I don't understand why someone wouldn't want to write the positioning code, and have fun with the debugging. That's the best part about writing a program, in my opinion. I'm against D&D with programming, and I'm not sure why.

There is nothing forcing you to use the GUI designers if you don't want to.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list