[QT] Scroll multiple lists with one scrollbar

Alexis Dubois alex at duboaa.net
Thu May 28 05:50:13 EDT 2015


Hello everyone!

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



More information about the Python-list mailing list