[Qt-interest] change style of close and float buttons of dock widget

Serge mb0 at km.ru
Thu Feb 11 11:32:24 CET 2010


i've found solution myself:
http://doc.trolltech.com/main-snapshot/stylesheet-examples.html#customizing-qdockwidget

QDockWidget {
      border: 1px solid lightgray;
      titlebar-close-icon: url(close.png);
      titlebar-normal-icon: url(undock.png);
  }


Serge wrote:
> Hello all,
> 
> is it possible to change style of close and float buttons of dock 
> widget, as it is displayed on the attached image?
> 
> -- 
> Serge
> 
> ------------------------------------------------------------------------
> 



More information about the Qt-interest-old mailing list