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 -- https://mail.python.org/mailman/listinfo/python-list