play with the idea of painting an overlay pixmap on top of window background.
This commit is contained in:
parent
14fa13943a
commit
9918437a71
1 changed files with 6 additions and 0 deletions
|
@ -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 );
|
||||
|
||||
}
|
||||
|
||||
//___________________________________________________
|
||||
|
|
Loading…
Reference in a new issue