Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91367
| From | Peter Otten <__peter__@web.de> |
|---|---|
| Subject | Re: [QT] Scroll multiple lists with one scrollbar |
| Date | 2015-05-28 14:35 +0200 |
| Organization | None |
| References | <53f83314-12a6-4368-894f-13e756b5a888@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.131.1432816538.5151.python-list@python.org> (permalink) |
Alexis Dubois wrote: > My QT GUI contains 8 QlistWidgets filled with a large amount of data. > Each item of a list is related to items of other lists in the same row. > So I want to scroll the 8 lists with only one vertical scrollbar (and > vice-versa) > > But I don't know how to manage this. > Do you have an idea? > > (I'm quite new in python, I'm translating my tcl/tk app to this code) > thanks in advance Are you perhaps looking for a table widget? https://srinikom.github.io/pyside-docs/PySide/QtGui/QTableWidget.html
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