Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #109639

Re: Recommendation for GUI lib?

From Michael Torrie <torriem@gmail.com>
Newsgroups comp.lang.python
Subject Re: Recommendation for GUI lib?
Date 2016-06-07 16:34 -0600
Message-ID <mailman.64.1465338894.2306.python-list@python.org> (permalink)
References <24ECEF58-FF95-4B7B-9A7B-2B16800AD959@mostrom.pp.se> <20160607214532.GA17231@localhost> <c28f0499-9a94-ded4-9f87-4577581f0bac@gmail.com>

Show all headers | View raw


Accidentally didn't reply to the list...

On 06/07/2016 03:45 PM, Roland Koebler via Python-list wrote:
> You can also try Qt (http://qt.io), and one of its Python-bindings.
> But I was never happy with Qt and think some GUI-concepts of GTK+ are much
> better than the ones of Qt, and I like Glade much more than the Qt
designer.

Yes there are some concepts in regards to GUI layout that are different
from Qt and GTK.  Particularly how widgets are packed into boxes and how
they resize.  At first I didn't like the Qt model with its "spring"
spacer thing.  But I got used to it and found it was actually more
flexible than GTK's packing method.  Just a slightly different way of
thinking about layout is all.

I think the GTK bindings are a bit more comfortable in Python that Qt's
are.  Often times Qt apps turn out more like C++ apps transliterated
into Python.  They don't quite feel as "pythonic" as the GTK+ apps.

Both are excellent toolkits.  I think Qt is more complete and has more
batteries included, particularly on the other platforms.  For example,
vector graphics. GTK+ defers that to Cairo.

All that said, I still prefer GTK also.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Recommendation for GUI lib? Michael Torrie <torriem@gmail.com> - 2016-06-07 16:34 -0600

csiph-web