


Animated Clock
Qt Tools by claus001 8 comments
It points to https://sonja/hg/alarmclock3/archive/tip.tar.gz
- Aug 13 2011

Animated Clock
Qt Tools by claus001 8 comments
Link to the source code is broken.
- Aug 13 2011
Just to let you know, I solved the problem. I just changed color themes in KDE settings, then saved QApplication palettes in files. So, now I have all KDE color themes in Qt.
The strange thing is I had to call QApplication::setPalette(palette) first and then QApplication::setPalette(palette, "QWidget"). Otherwise it does not work.
Another question, I see very nice color themes on your screenshots at http://kde-look.org/content/show.php/Skulpture?content=59031
But it looks like those themes were not included to Skulpture sources. Can I get them somewhere? - Jun 30 2010
The strange thing is I had to call QApplication::setPalette(palette) first and then QApplication::setPalette(palette, "QWidget"). Otherwise it does not work.
Another question, I see very nice color themes on your screenshots at http://kde-look.org/content/show.php/Skulpture?content=59031
But it looks like those themes were not included to Skulpture sources. Can I get them somewhere? - Jun 30 2010
Several .colors themes come together with Skulpture (at least in Kubuntu). Those themes are very nice. And I would like to use them in my pure Qt (not a KDE) application. Is it possible to do that? Maybe I should somehow convert those files?
- Jun 29 2010