Path: csiph.com!news.swapon.de!fu-berlin.de!uni-berlin.de!not-for-mail From: Nick Sarbicki Newsgroups: comp.lang.python Subject: Re: Recommendation for GUI lib? Date: Tue, 07 Jun 2016 07:22:28 +0000 Lines: 24 Message-ID: References: <24ECEF58-FF95-4B7B-9A7B-2B16800AD959@mostrom.pp.se> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de SdHc9tfAk/Gw26PgH57ZcAiI4m7OR4AMnLc/nLiBw4vg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'python,': 0.02; 'static': 0.03; 'creator': 0.09; 'decent': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'statement.': 0.16; 'subject:GUI': 0.16; 'unfair': 0.16; 'working.': 0.18; 'gui': 0.18; 'to:2**1': 0.21; 'code.': 0.23; 'bit': 0.23; 'header:In-Reply-To:1': 0.24; 'all.': 0.24; 'coding': 0.27; 'message-id:@mail.gmail.com': 0.27; 'usable': 0.29; 'classes': 0.30; 'that.': 0.30; 'code': 0.30; 'certainly': 0.30; "i'd": 0.31; 'anyone': 0.32; 'generally': 0.32; 'getting': 0.33; 'received:google.com': 0.35; 'designer': 0.35; 'received:74.125.82': 0.35; 'but': 0.36; 'there': 0.36; 'projects.': 0.36; 'to:addr:python-list': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'sure': 0.39; 'build': 0.40; 'to:addr:python.org': 0.40; 'some': 0.40; 'skip:u 10': 0.61; 'yes': 0.62; 'more': 0.63; 'bulk': 0.76; 'hand': 0.82; 'faster.': 0.84; 'net,': 0.84; 'pain': 0.84; 'qt.': 0.84; 'to:addr:maillist': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=CvhNnZEGsvV6oTFMgc31jB8jy7aAs9lHbInq4M/Jqb4=; b=HP5cMgLHMRwzlGZQ6tzHokps0g48j68Gz5FXSvXGK9X5TPFfWNxDjbd+IdmgnK4Gk7 5JZ/DSDr1Iw1QWoqdl7B1kqU2/UeK+THAewd2a1aHlQYHI1QTcGn7X97+NRmBeEeL8ym OR7BJfkqN5zirpqEIO9usygSUWMsBkoD6uuac1AnJ6s2N2tS3XhHz+UtWcA5HOcvUN+v LpSOR0kMFObGHjar/bsef8mH30LL2Ltcmg9MKk9kLu39vwkKOm0uduqPll1zaSN8mBBL 1C3qCbW3xkI4ifs8CrMOklZcKgw0SlXj3qK00XL89xnqG+DuMm9TMp5arbdrHQtL3Dvo x6uw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=CvhNnZEGsvV6oTFMgc31jB8jy7aAs9lHbInq4M/Jqb4=; b=hllLK2le0gUHQmAA4KlvhkqqfuSsGFBxzHkv5Hgnzjx6oglBbagPLSoXIhLX5MQgRs NklCg/ZvAG6WEsCSYPmkWymTVhGTH6VCHfpdivm5X+BK/7VmO2bnHGQHAnaM2tbxO+sF bh015u6lxpjM9QU+KHRET+OUeu2i8lXmYQhbL7n3/3WUDk9iUcLhggqbzEnReqXqFKBg rNLQIRM0T+Bvb5QOUh6UhM+lDWlMHDVSNZYH1ePDusqQ9zilyNY+oLqMDbc8LIJ0fA6e xJuEpWAEKNjLJ6Qjo9t00A2vUlYtMmSFOIqTynUNkLaOLDUdLUx8eRtOmCKW5a5I7OiS GrHw== X-Gm-Message-State: ALyK8tIEAB5Jx+pUUr/5lNpy7p0+KdEziyUYvqDbvTsLNWdb82xlG5Y/Ps3Qce3ZOiBmTkPuGLScQhUClFGP5g== X-Received: by 10.28.35.135 with SMTP id j129mr1104047wmj.77.1465284158376; Tue, 07 Jun 2016 00:22:38 -0700 (PDT) In-Reply-To: X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: X-Mailman-Original-References: <24ECEF58-FF95-4B7B-9A7B-2B16800AD959@mostrom.pp.se> Xref: csiph.com comp.lang.python:109609 > > Qt Designer is certainly a good GUI builder, but not more than that. > When you actually want to use the designed GUI in Python, you will find > that this needs almost as much know how and work as if you did the GUI > in code. > I think that's a bit of an unfair statement. Sure conversion can be a bit of a pain and there is some setup for getting the classes working. But that is generally a small static piece of code you can find all over the net, which is then usable for most projects. The code you get from Qt creator however can be a huge bulk of the work which you thankfully don't need to nitpick over much at all. Yes understanding how it works helps a lot and I'd recommend anyone to have a look at how to build a decent GUI with Qt. But for me, once past the understanding, coding GUIs by hand is about as dull as it gets. Qt creator definitely makes the work go faster. - Nick. >