I finally figure it out myself.
for somebody who wants to know how,see the stylesheet below:
Qt Code:
background: url(:/Pics/TitleBG.png) no-repeat; qproperty-geometry:rect(0 0 252 35); }To copy to clipboard, switch view to plain text mode
set the qproperty-geometry to be rect(x,y,width,height).
Bookmarks