QListView with specific behavior
Solved
General and Desktop
-
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. -
Hi,
Beside the good question of @JoeCFD, start studying QStyledItemDelegate. This will avoid you lots of troubles when dealing with too many widgets instantiated.
-
1/4