Hi there,

I'd like to apply a background image to customize a little my toolbars, and I set this stylesheet :
Qt Code:
  1. qApp->setStyleSheet(QToolBar{background-image: url(":/mybg.png")};
To copy to clipboard, switch view to plain text mode 

It works fine, except on the grip zone, which is used to drag the toolbar anywhere in the workspace.
And I don't know how to apply the background to this zone : I tried something like QToolBar > *, without effect.

Any hint ?

Thanks,
Guilugi.