[QT] Scroll multiple lists with one scrollbar

Laura Creighton lac at openend.se
Thu May 28 06:11:43 EDT 2015


You want to define a scrollable area and then add your labels to it.
The code here: http://stackoverflow.com/questions/22255994/pyqt-adding-widgets-to-scrollarea-during-the-runtime

should show you what you need to do, though for you the job is easier if you
do not need to add the labels after the app is running.

Laura



More information about the Python-list mailing list