Gwenview has always been file-system oriented, but with the advance of Nepomuk,
associating semantic information to your files is becoming more ubiquitous.
I started adding support for Nepomuk in Gwenview since KDE 4.1. It still needs
a lot of work, but it is becoming quite usable now. In this article I am going
to present how you can easily [...]
Archive for October, 2008
Qt stylesheet and moc subtleties
Posted in KDE, Tips, tagged qt stylesheet moc on October 6, 2008 | 10 Comments »
You may know I am a big fan of Qt sylesheets. While playing around with them I stumbled across a subtle behavior which had me puzzled for a while.
Often when I need to slightly override the behavior of a widget, I do not create separate .h/.cpp files for them. Instead, I write the code directly [...]