Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #54095
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <torriem+gmail@torriefamily.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.032 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.06; 'debugging.': 0.09; 'oh,': 0.09; 'gui': 0.12; "wouldn't": 0.14; 'dislike': 0.16; 'from:addr:torriem': 0.16; 'from:name:michael torrie': 0.16; 'qt,': 0.16; 'resize': 0.16; 'sizes,': 0.16; 'subject:GUI': 0.16; 'wrote:': 0.18; 'things.': 0.19; 'code,': 0.22; 'header:User-Agent:1': 0.23; 'instead.': 0.24; 'why.': 0.24; 'header:In-Reply-To:1': 0.27; 'rest': 0.29; 'am,': 0.29; 'designer': 0.30; "i'm": 0.30; 'program,': 0.31; 'code': 0.31; 'easy,': 0.31; 'cases': 0.33; 'programming,': 0.36; 'right?': 0.36; "didn't": 0.36; 'subject:?': 0.36; 'should': 0.36; 'too': 0.37; 'message-id:@gmail.com': 0.38; 'window': 0.38; 'to:addr :python-list': 0.38; 'visual': 0.39; 'sure': 0.39; 'to:addr:python.org': 0.39; 'system.': 0.39; 'received:org': 0.40; 'even': 0.60; 'managers': 0.61; 'email addr:gmail.com': 0.63; 'more': 0.64; 'designers': 0.74; 'flexible,': 0.84; 'look.': 0.84; 'hate': 0.91; 'serious': 0.97 |
| X-Virus-Scanned | amavisd-new at torriefamily.org |
| Date | Thu, 12 Sep 2013 21:02:42 -0600 |
| From | Michael Torrie <torriem@gmail.com> |
| User-Agent | Mozilla/5.0 (X11; Linux i686; rv:10.0.12) Gecko/20130105 Thunderbird/10.0.12 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Python GUI? |
| References | <1a8b14b3-85f3-4515-ba43-9b40e1a89f1d@googlegroups.com> <mailman.297.1378962331.5461.python-list@python.org> <c2b4b1f4-6942-42c8-9675-2c74345d92d7@googlegroups.com> |
| In-Reply-To | <c2b4b1f4-6942-42c8-9675-2c74345d92d7@googlegroups.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.336.1379041377.5461.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1379041377 news.xs4all.nl 15878 [2001:888:2000:d::a6]:38594 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:54095 |
Show key headers only | View raw
On 09/12/2013 10:03 AM, eamonnrea@gmail.com wrote: > 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. Oh, I understand now. You mean you dislike the old fixed-position, pixel-based layouts that visual studio used to use, right? Well, rest easy, because both Gtk and Qt use layout managers (packing managers) instead. Much more flexible, and can automatically resize as a window sizes, and deal with things like dpi changes. And in both cases you don't have to use the imperative tools. You can still hand-code your GUI in code in Gtk, Qt, or any other gui system. In any event I think you should give both Glade-3 and Qt Designer a serious look. I think your hate of gui designers is about 10 years out of date now, even if you still prefer not to use them.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python GUI? eamonnrea@gmail.com - 2013-09-11 13:55 -0700
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-11 23:05 -0600
Re: Python GUI? eamonnrea@gmail.com - 2013-09-12 09:03 -0700
Re: Python GUI? Robert Kern <robert.kern@gmail.com> - 2013-09-12 17:23 +0100
Re: Python GUI? Dave Cook <davecook@nowhere.net> - 2013-09-12 18:50 +0000
Re: Python GUI? Dave Cook <davecook@nowhere.net> - 2013-09-12 21:36 +0000
Re: Python GUI? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2013-09-12 09:51 -0700
Re: Python GUI? rusi <rustompmody@gmail.com> - 2013-09-17 07:55 -0700
Re: Python GUI? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2013-09-17 09:19 -0700
Re: Python GUI? rusi <rustompmody@gmail.com> - 2013-09-17 09:51 -0700
Re: Python GUI? Benjamin Kaplan <benjamin.kaplan@case.edu> - 2013-09-17 10:57 -0700
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-18 14:10 -0600
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-12 21:02 -0600
Re: Python GUI? eamonnrea@gmail.com - 2013-09-13 11:23 -0700
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-13 22:03 -0600
Re: Python GUI? Wolfgang Keller <feliphil@gmx.net> - 2013-09-14 19:15 +0200
Re: Python GUI? Dave Cook <davecook@nowhere.net> - 2013-09-15 22:13 +0000
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-12 21:18 -0600
Re: Python GUI? Dave Cook <davecook@nowhere.net> - 2013-09-12 18:35 +0000
Re: Python GUI? Jerry Hill <malaclypse2@gmail.com> - 2013-09-12 13:09 -0400
Re: Python GUI? Ian Foote <ian@feete.org> - 2013-09-12 21:17 +0100
Re: Python GUI? Peter <peter.milliken@gmail.com> - 2013-09-12 20:39 -0700
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-12 22:15 -0600
Re: Python GUI? CM <cmpython@gmail.com> - 2013-09-12 22:14 -0700
Re: Python GUI? Kevin Walzer <kw@codebykevin.com> - 2013-09-13 09:27 -0400
Re: Python GUI? Terry Reedy <tjreedy@udel.edu> - 2013-09-13 15:47 -0400
Re: Python GUI? eamonnrea@gmail.com - 2013-09-13 10:31 -0700
Re: Python GUI? John Gordon <gordon@panix.com> - 2013-09-13 18:39 +0000
Re: Python GUI? Joe Junior <joe.fbs.junior@gmail.com> - 2013-09-13 15:49 -0300
Re: Python GUI? eamonnrea@gmail.com - 2013-09-13 12:37 -0700
Re: Python GUI? Joe Junior <joe.fbs.junior@gmail.com> - 2013-09-13 16:50 -0300
Re: Python GUI? eamonnrea@gmail.com - 2013-09-13 13:40 -0700
Re: Python GUI? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-09-14 00:21 +0000
Re: Python GUI? eamonnrea@gmail.com - 2013-09-13 17:38 -0700
Re: Python GUI? Ben Finney <ben+python@benfinney.id.au> - 2013-09-14 11:23 +1000
Re: Python GUI? eamonnrea@gmail.com - 2013-09-14 04:54 -0700
Re: Python GUI? Chris Angelico <rosuav@gmail.com> - 2013-09-14 22:07 +1000
Re: Python GUI? Dave Angel <davea@davea.name> - 2013-09-14 02:05 +0000
Re: Python GUI? Neil Cerutti <neilc@norwich.edu> - 2013-09-13 19:56 +0000
Re: Python GUI? eamonnrea@gmail.com - 2013-09-13 13:40 -0700
Re: Python GUI? llanitedave <llanitedave@veawb.coop> - 2013-09-18 19:47 -0700
Re: Python GUI? petmertens@gmail.com - 2013-09-13 10:51 -0700
Re: Python GUI? Metallicow <metaliobovinus@gmail.com> - 2013-09-20 11:34 -0700
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-20 13:49 -0600
Re: Python GUI? Metallicow <metaliobovinus@gmail.com> - 2013-09-20 12:58 -0700
Re: Python GUI? Michael Torrie <torriem@gmail.com> - 2013-09-20 16:49 -0600
Re: Python GUI? Robert Kern <robert.kern@gmail.com> - 2013-09-21 00:34 +0100
csiph-web