From 9918437a71701e99dd481d0ef975dce2be0fd8cc Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Wed, 2 Mar 2011 17:01:45 +0100 Subject: [PATCH] play with the idea of painting an overlay pixmap on top of window background. --- clients/oxygen/oxygenfactory.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/clients/oxygen/oxygenfactory.cpp b/clients/oxygen/oxygenfactory.cpp index 7dd91cace1..22f10b09a1 100644 --- a/clients/oxygen/oxygenfactory.cpp +++ b/clients/oxygen/oxygenfactory.cpp @@ -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 ); + } //___________________________________________________