[QT] Scroll multiple lists with one scrollbar

Alexis Dubois alex at duboaa.net
Thu May 28 08:53:34 EDT 2015


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. )



More information about the Python-list mailing list