Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.052 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'subject:Python': 0.06; 'windows': 0.15; '24,': 0.16; 'emulates': 0.16; 'merely': 0.16; 'subject:GUI': 0.16; 'subject:desktop': 0.16; 'wxpython': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'looks': 0.24; 'header:In-Reply- To:1': 0.27; 'idea': 0.28; 'chris': 0.29; 'message- id:@mail.gmail.com': 0.30; 'follows': 0.31; 'subject:next': 0.31; 'though.': 0.31; 'quite': 0.32; 'style': 0.33; 'possible.': 0.35; 'received:google.com': 0.35; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'skip:u 10': 0.60; 'skip:\xe2 10': 0.65; '8bit%:43': 0.74; 'jul': 0.74; 'hand': 0.80; 'subject:Project': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=6TOHoymwADFvyqdB0U9BKXZvXip5gzCzOp6oVopa4do=; b=UI1uLHQj8pbSw1aKmz1JOpW4NWrxpSztPWdKoF+M1ljjQK8YDes70Jc7wvDFU5G5Ha RqR5PUmhVfnKfAnjHd7s2xF/KhwcpH4/dvSWIE2DMzwTN5RVV2nhGYBhXGIyEDuwBVvL HRwqZTawXDH0WFJvbArERnU23BtVrIwGfwQLcC9xOlFnZl6fa0QjttX+1IfG0asoxiYc ilTdm1wioLKjlCBQmX3XTA5koBXV7MjvoH7W/+HeSnC0XpyJTtIs7LKRbp6zS6fQlTVC yVhhAqItXBguUeGc3anxWOn7lFXYUXDTmL6X/4LZUkQqvIYFLFm1U/rT6s7Hng/bwGyq fq4Q== X-Received: by 10.70.35.143 with SMTP id h15mr13273655pdj.5.1406230364886; Thu, 24 Jul 2014 12:32:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <93c42547-557b-4839-baba-9ed54120595e@googlegroups.com> From: Ian Kelly Date: Thu, 24 Jul 2014 13:32:04 -0600 Subject: Re: Exploring Python for next desktop GUI Project To: Python Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1406230374 news.xs4all.nl 2919 [2001:888:2000:d::a6]:45462 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:75174 On Thu, Jul 24, 2014 at 1:02 PM, Chris =E2=80=9CKwpolska=E2=80=9D Warrick wrote: > AFAIK, Qt follows the system style properly, and it looks quite native > on every Windows OS. No idea about ttk though. My understanding is that Qt merely emulates the native LAF, although it does a good job of it. wxPython on the other hand actually uses native widgets wherever possible.