The subject pretty much says it all. I'm playing around with the Stylesheet-Example-Project with Qt 4.2 but wasn't able to set a border-image for the Buttons. The strange thing is that the lines

border-image: url(:/images/pushbutton.png) 4;
border-width: 4px;

work perfectly for QLineEdit but don't work for QPushButton at all!

Any help would be greatly appreciated!

I didn't change much in the example - just loaded the Form in Qt Designer, added the new image to the resource and recompiled everything - I'm using the stylesheet editor in the application itself to play around with it...

Thanks in advance!