Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91375
| From | Laura Creighton <lac@openend.se> |
|---|---|
| Subject | Re: [QT] Scroll multiple lists with one scrollbar |
| References | <53f83314-12a6-4368-894f-13e756b5a888@googlegroups.com> <mailman.130.1432815493.5151.python-list@python.org><b5b2a476-644f-4bae-be5a-d3c2329de0d3@googlegroups.com> |
| Date | 2015-05-28 17:05 +0200 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.134.1432825577.5151.python-list@python.org> (permalink) |
In a message of Thu, 28 May 2015 05:53:34 -0700, Alexis Dubois writes: >Thank you Laura, it works. >(Even if connecting the scrollbar of one list to other lists is not what I exactly want to do, but no matter, I change the line "w1.verticalScrollBar().valueChanged.connect(w2.verticalScrollBar().setValue)" a little bit to fit my need. ) Great, I had to go to a meeting, so things were not in such a nice state as I would have liked. In particular, if some of your lists are never going to have any scroll bars attatched to them, there is no need to wire them up to the thing. But I thought I had found the little bit of magic you needed; glad I was correct this time. Laura
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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