I have used following code for setting image through stylesheet but the image is displaying but it also displaying on any child widget over it.How i can avoid this
@QWidget *wid = new QWidget;
wid->setStyleSheet ("QWidget{background-image: url(:/wait_for_accept)}");@