hi,

ok i wasnt sure wether to put this in programming or here but its more design so i put it here as it effects both vs and qt designer.

can anyone tell me how to use multiple images in a style sheet?
i seen in the qt documentation it had this in the image* example:
Qt Code:
  1. QTextEdit { image: url(x1.png) url(x2.png) }
To copy to clipboard, switch view to plain text mode 

basicly, what i want to do is have 3 images in total on the handle element of a scoll bar. (QScrollBar::handle:vertical)

one image at the top left (:/Scroller/Resources/ScrollerBarCap.bmp)
one image at the bottom left (:/Scroller/Resources/ScrollerBarCap.bmp)
one background-image repeated (:/Scroller/Resources/ScrollerBarMid.bmp)

can anyone tell me if this is possable, been searching and trying for a couple of hours and not yet managed to find a way.

[edit] im using QT 4.3

thanks,
Philly