Hi!
Is it possible to implement something like multicolumn list, that has vertical limit and adds an extra lines to another column?
Each line contains QLabel, QProgressBar...
I have no idea how to start.
Beside the good question of @JoeCFD, start studying QStyledItemDelegate. This will avoid you lots of troubles when dealing with too many widgets instantiated.