Guys,

I am trying to create custom QDial using Style Sheet. I was able to do it successfully with QSlider, but QDial does not work. I have read some where that QDial doesn't support stylesheet in full form. I want a confirmation to that if you know more about it. I am using Qt 4.6.

I am able to set the color of QDial but, cannot set the background image. Below is style sheet code which I am using.

QDial{
color:red; /*this works*/
background-image: url(:/Resources/bckgrnd.png); /*this doesn't */
}

Any help is appreciated.

Thanks