PDA

View Full Version : Styles of scrollbar



zlosynus
7th August 2008, 14:03
Hi,

I have QTableView and there is vertical scrollbar. Is there a way howto restyle it? Because native Windows style looks pretty nasty :(.

Thanks.

jpn
7th August 2008, 14:14
It's a widget, you can change the style to something else, for example QPlastiqueStyle. Or you can use style sheets (http://doc.trolltech.com/4.4/stylesheet-examples.html#customizing-qscrollbar).

zlosynus
7th August 2008, 14:33
Way of style sheets doesn't work me, maybe could you write me some example please?