play with the idea of painting an overlay pixmap on top of window background.

icc-effect-5.14.5
Hugo Pereira Da Costa 2011-03-02 17:01:45 +01:00
parent 14fa13943a
commit 9918437a71
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ namespace Oxygen
{
readConfig();
setInitialized( true );
// background pixmap
QPixmap pixmap;
pixmap.load( "/home/hpereira/Pictures/Wallpapers/window.ornate.png" );
helper().setBackgroundPixmap( pixmap );
}
//___________________________________________________