On Friday, December 31, 2010, Chani wrote:
> assuming for the moment that the only option is to use QDBusServiceWatcher
> to listen for all new dbus services and check if they're nepomuk. does
> anyone know of a better way?
m_nepomukWatcher = new QDBusServiceWatcher("org.kde.NepomukServer",
QDBus
On Friday, December 31, 2010, J Janz wrote:
> Also, if I got it right from your answer, I still couldn't make it right
> now even with a DataEngine/Service, because I wouldn't have a widget,
> right?
there are probably a number of ways to do it; right now with the tooltip
widgets the window manag
2010/12/30 Aaron J. Seigo
> as for general
> thumbnails, that sounds like something much more suited for a DataEngine or
> a
> Service. the biggest problem with that is it requires a top level window id
> (e.g.a Plasma::View or even a regular QWidget) and a region inside of it.
> i'm
> not keen o