PDA

View Full Version : Custom scrolbar for QListWidget



nrabara
5th March 2010, 09:07
Hi,

I am using QListWidget, I want to use my own Scrolbar instead of default scrollbar(look very small in my application).
It would be really appriciable if somebody put some light on it OR show me the direction what should I read.

aamer4yu
5th March 2010, 12:28
May be you can use custom scroll bar with QAbstractScrollArea::setHorizontalScrollBar

toutarrive
7th March 2010, 18:04
You can as well customize a scrollbar using style sheet or reimplementing QStyle.