[QT] Scroll multiple lists with one scrollbar

Peter Otten __peter__ at web.de
Thu May 28 08:35:23 EDT 2015


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




More information about the Python-list mailing list