Hello everyone,

I'm really new to Qt and am trying to explore the styling capabilities of Qt 4.2. I read that with Qt Designer it is easy to test your CSS. Indeed it is easy to test most of the CSS - just nothing that includes pictures. I suspect that this is due to the resource system but I haven't found a way to make it work. The files that I reference in the CSS just aren't displayed at all!

Here is a bit of CSS syntax:

QButton {
background-image: url(:/images/bg.png);
}

Can anyone please tell me what I'm doing wrong here?
Thanks everyone!