PDA

View Full Version : How to lay out QListView in several columns?



WereWind
23rd December 2012, 21:17
Hello.
I'm using QListView and I want it to be laid out in several columns. So the list goes from top to bottom as usual but when it reaches the bottom of the list area it would wrap into the next column and continue there. Also the list should scroll horizontally. Is there a simple way to do that without delegated?
Thank you

amleto
23rd December 2012, 21:25
rtfm
QListView

WereWind
23rd December 2012, 21:33
Whoops. Found it. I somehow managed to miss that function over 5 readings.
Thank you