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


Groups > comp.lang.python > #97405

Re: PySide window does not resize to fit screen

Path csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <lac@openend.se>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.008
X-Spam-Evidence '*H*': 0.98; '*S*': 0.00; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:not': 0.11; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'subject:screen': 0.16; 'with?': 0.16; 'laura': 0.18; '2015': 0.20; 'mon,': 0.24; 'interface': 0.29; '-0700,': 0.29; 'received:se': 0.29; 'designer': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'to:addr:python.org': 0.40; 'software': 0.40; 'header:Message- Id:1': 0.61; 'header:In-reply-to:1': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1444042274; bh=EQ27JXpJ3pDvCnckEnGFmcQufz2lTOedX0CTNj2+EPk=; h=To:From:Subject:In-reply-to:References:Date:From; b=jIrEpHifLVns9shsGUEpX+53d2qWqiVLDdA4PQOt9c4yAQG3hri+UqCYVJMMVFcvr oBV3zeXkbGzR81moKSgJsBD45g69IK2EWrZgY1OKwJ9oVyw2XN4f4qUPw17fF29Fxt 8PxeBisFd8XTDK0P9bgbjaVGzy1i45vkouLJQg2A=
To python-list@python.org
From Laura Creighton <lac@openend.se>
Subject Re: PySide window does not resize to fit screen
In-reply-to <ed4e0666-4cfc-4061-82b0-64e2aa857c16@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>
Comments In-reply-to Hedieh Ebrahimi <hemla21@gmail.com> message dated "Mon, 05 Oct 2015 01:18:33 -0700."
MIME-Version 1.0
Content-Type text/plain; charset="us-ascii"
Content-ID <28372.1444042272.1@fido>
Content-Transfer-Encoding quoted-printable
Date Mon, 05 Oct 2015 12:51:12 +0200
X-Greylist Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Mon, 05 Oct 2015 12:51:14 +0200 (CEST)
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.382.1444042277.28679.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1444042277 news.xs4all.nl 23800 [2001:888:2000:d::a6]:60134
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:97405

Show key headers only | View raw


In a message of Mon, 05 Oct 2015 01:18:33 -0700, Hedieh Ebrahimi writes:
>Could you recommend any free designer software that I can create my user interface with?
>
>Thank you 

Qt Designer works with PySide.
http://doc.qt.io/qt-5/designer-quick-start.html

Laura

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