PDA

View Full Version : Horizontal Scrolling QListWidget



bl1nk
17th July 2010, 00:48
Alright, so I have been fooling around with the QListWidget for a while now and I can't seem to find a way to make it only scroll horizontally. Im basically try to make the list only be one row and just scroll horizontally instead of vertically like it is by default... Im sure there is a simple variable im missing, but does anyone have any tips?

Thanks guys!

tbscope
17th July 2010, 08:44
I'm not sure if I understand you correctly, but did you try this?


setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff) ;
setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOn );