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

set the qproperty-geometry to be rect(x,y,width,height).