Hi all,<br><br>Like you know, digiKam for KDE3 use color scheme theme to colorize interface but only icon view and folder view are affected.<br><br>Looking how amarok handle color for theme to full interface, i have seen than the solution is really very simple : QApplication::setPalette() !... and that all (:=)))<br>
<br>It's portable to Qt4 without problem and without use new QStyleSheet... <br><br><a href="http://doc.trolltech.com/4.3/stylesheet.html">http://doc.trolltech.com/4.3/stylesheet.html</a><br><br>Why not to use Stylesheet features from Qt4 ? Well after to have play with it to test, it's work but in some case, give an instable code especially with KDELibs4 widgets... I don't know why exactly...<br>
<br>Here, there is a patch to set digiKam color scheme theme to all widget everywhere (editor, camera interface, kipi-plugins, etc...):<br><br><a href="http://digikam3rdparty.free.fr/misc.tarballs/fullcolorschemesupport.patch">http://digikam3rdparty.free.fr/misc.tarballs/fullcolorschemesupport.patch</a><br>
<br>Of course, it's not yet optimized, because we need more digiKam color theme entries to improve contrast everywhere...<br>
<br>The result with Desert theme can be seen here :<br><br><a href="http://digikam3rdparty.free.fr/Screenshots/fullcolorschemesupport-desserttheme.png">http://digikam3rdparty.free.fr/Screenshots/fullcolorschemesupport-desserttheme.png</a><br>
<br>Very nice no ? It sound like few pro Aperture and Lightroom screenshots seen over the web, like in this article :<br><br><a href="http://westsidegardener.com/articles/2006/aperture_vs_lightroom.html">http://westsidegardener.com/articles/2006/aperture_vs_lightroom.html</a><br>
<br>What do you think about ? <br>
Is this the right way to go ? ...like it's ask by Daniel in this bugzilla entry :<br><br><a href="http://bugs.kde.org/show_bug.cgi?id=120309">http://bugs.kde.org/show_bug.cgi?id=120309</a><br><br>Best <br><br>Gilles Caulier<br>