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


Groups > comp.lang.python > #91359

Re: [QT] Scroll multiple lists with one scrollbar

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!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.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'subject:: [': 0.03; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'cc:addr:python-list': 0.10; 'do,': 0.15; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; '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:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'app': 0.16; 'laura': 0.18; 'subject:] ': 0.19; 'cc:addr:python.org': 0.21; 'cc:2**1': 0.22; 'header:In-Reply-To:1': 0.24; 'define': 0.27; 'received:se': 0.29; 'running.': 0.29; 'cc:no real name:2**1': 0.29; 'code': 0.31; 'subject:lists': 0.32; 'add': 0.34; 'should': 0.37; 'charset:us-ascii': 0.37; 'area': 0.39; 'subject:with': 0.40; 'your': 0.60; 'show': 0.62; 'header:Message- Id:1': 0.62; 'here:': 0.62; 'received:89': 0.80
To Alexis Dubois <alex@duboaa.net>
cc python-list@python.org, lac@openend.se
From Laura Creighton <lac@openend.se>
Subject Re: [QT] Scroll multiple lists with one scrollbar
In-Reply-To Message from Alexis Dubois <alex@duboaa.net> of "Thu, 28 May 2015 02:50:13 -0700." <53f83314-12a6-4368-894f-13e756b5a888@googlegroups.com>
References <53f83314-12a6-4368-894f-13e756b5a888@googlegroups.com>
MIME-Version 1.0
Content-Type text/plain; charset="us-ascii"
Content-ID <14560.1432807903.1@fido>
Content-Transfer-Encoding quoted-printable
Date Thu, 28 May 2015 12:11:43 +0200
X-Greylist Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Thu, 28 May 2015 12:11:46 +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.124.1432807913.5151.python-list@python.org> (permalink)
Lines 9
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1432807913 news.xs4all.nl 2896 [2001:888:2000:d::a6]:54352
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:91359

Show key headers only | View raw


You want to define a scrollable area and then add your labels to it.
The code here: http://stackoverflow.com/questions/22255994/pyqt-adding-widgets-to-scrollarea-during-the-runtime

should show you what you need to do, though for you the job is easier if you
do not need to add the labels after the app is running.

Laura

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


Thread

[QT] Scroll multiple lists with one scrollbar Alexis Dubois <alex@duboaa.net> - 2015-05-28 02:50 -0700
  Re: [QT] Scroll multiple lists with one scrollbar Laura Creighton <lac@openend.se> - 2015-05-28 12:11 +0200
    Re: [QT] Scroll multiple lists with one scrollbar Alexis Dubois <alex@duboaa.net> - 2015-05-28 03:44 -0700
      Re: [QT] Scroll multiple lists with one scrollbar Laura Creighton <lac@openend.se> - 2015-05-28 12:54 +0200
  Re: [QT] Scroll multiple lists with one scrollbar Laura Creighton <lac@openend.se> - 2015-05-28 14:18 +0200
    Re: [QT] Scroll multiple lists with one scrollbar Alexis Dubois <alex@duboaa.net> - 2015-05-28 05:53 -0700
      Re: [QT] Scroll multiple lists with one scrollbar Laura Creighton <lac@openend.se> - 2015-05-28 17:05 +0200
  Re: [QT] Scroll multiple lists with one scrollbar Peter Otten <__peter__@web.de> - 2015-05-28 14:35 +0200
    Re: [QT] Scroll multiple lists with one scrollbar Alexis Dubois <alex@duboaa.net> - 2015-05-28 05:54 -0700

csiph-web