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


Groups > comp.lang.python > #97410

Re: PySide window does not resize to fit screen

Path csiph.com!goblin3!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <kwpolska@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.020
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'yeah,': 0.09; 'subject:not': 0.11; 'later).': 0.16; 'subject:screen': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'cc:no real name:2**0': 0.22; 'header:In-Reply-To:1': 0.24; 'chris': 0.26; 'message- id:@mail.gmail.com': 0.27; 'use?': 0.29; 'url:mailman': 0.30; 'code': 0.30; 'url:python': 0.33; 'url:listinfo': 0.34; 'received:google.com': 0.35; 'designer': 0.35; 'url:org': 0.36; 'tool': 0.36; 'subject:: ': 0.37; 'url:mail': 0.40; '(that': 0.63; 'commercial': 0.73
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=nyOzsE5pRubrxi4innUhT/j64aJh5l5xOnwvWvG3WZ0=; b=YYnCHkuPspheNd7pUt6C8kVFSYl/TVusfUGGLI03qco3fpy5UKwrhNcNzGmuWrQQa5 SoUcMIeLDQbdRX8Px4aglq6X3LLIOSK2WgwWugBbLX1MT5mcNosIALlQvRGfmrvv6VeY ffyl+Oa6VaKywodDLBh0FbIaJxijRfD/z38L3vsyHO96fLjCU14xn/0DMzjv72/iA1P/ p7qZvrFWVbFnevD5WT7Sv8wKVAXJ0yqU0Ah64vWiK4AQrl5T71xYX8Tw1cAYFNJw60Eb wGoNuF84kleMdJbeXUqPK1k5alH8gmJNMk9THJ9gNGHogmC7c/RpvibWIJOTCVcxpA66 l89Q==
MIME-Version 1.0
X-Received by 10.31.8.12 with SMTP id 12mr20366759vki.69.1444051953898; Mon, 05 Oct 2015 06:32:33 -0700 (PDT)
In-Reply-To <b855667a-c5cc-45bb-a93f-01f5b2778a0c@googlegroups.com>
References <24851466-7de1-408f-a0a0-548d42d21ab4@googlegroups.com> <mailman.299.1443716363.28679.python-list@python.org> <0536254e-4101-4b7c-a848-61a5c3e1a064@googlegroups.com> <mailman.339.1443792347.28679.python-list@python.org> <ed4e0666-4cfc-4061-82b0-64e2aa857c16@googlegroups.com> <mailman.382.1444042277.28679.python-list@python.org> <b855667a-c5cc-45bb-a93f-01f5b2778a0c@googlegroups.com>
Date Mon, 5 Oct 2015 15:32:33 +0200
Subject Re: PySide window does not resize to fit screen
From Chris Warrick <kwpolska@gmail.com>
To Hedieh Ebrahimi <hemla21@gmail.com>
Cc python-list@python.org
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
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.388.1444051962.28679.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1444051962 news.xs4all.nl 23730 [2001:888:2000:d::a6]:57590
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:97410

Show key headers only | View raw


On 5 October 2015 at 13:20, Hedieh Ebrahimi <hemla21@gmail.com> wrote:
> is this free to use for commercial use?
> --
> https://mail.python.org/mailman/listinfo/python-list

Yeah, you can use Qt Designer to create a nice layout and the
pyside-uic tool to generate code (that you will need to clean up
later).

-- 
Chris Warrick <https://chriswarrick.com/>
PGP: 5EAAEA16

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


Thread

PySide window does not resize to fit screen Hedieh Ebrahimi <hemla21@gmail.com> - 2015-10-01 06:44 -0700
  Re: PySide window does not resize to fit screen Chris Warrick <kwpolska@gmail.com> - 2015-10-01 17:07 +0200
  Re: PySide window does not resize to fit screen Laura Creighton <lac@openend.se> - 2015-10-01 18:19 +0200
    Re: PySide window does not resize to fit screen Hedieh Ebrahimi <hemla21@gmail.com> - 2015-10-02 06:10 -0700
      Re: PySide window does not resize to fit screen Chris Warrick <kwpolska@gmail.com> - 2015-10-02 15:25 +0200
        Re: PySide window does not resize to fit screen Hedieh Ebrahimi <hemla21@gmail.com> - 2015-10-05 01:18 -0700
          Re: PySide window does not resize to fit screen Laura Creighton <lac@openend.se> - 2015-10-05 12:51 +0200
            Re: PySide window does not resize to fit screen Hedieh Ebrahimi <hemla21@gmail.com> - 2015-10-05 04:20 -0700
              Re: PySide window does not resize to fit screen Chris Warrick <kwpolska@gmail.com> - 2015-10-05 15:32 +0200
              Re: PySide window does not resize to fit screen Michael Torrie <torriem@gmail.com> - 2015-10-05 10:28 -0600
            Re: PySide window does not resize to fit screen wxjmfauth@gmail.com - 2015-10-05 11:28 -0700

csiph-web