On Wednesday 22 June 2011 23:19:03 Thomas Olsen wrote:
> On Thursday 19 May 2011 14:06:53 Luca Beltrame wrote:
> > > QMetaObject::invokeMethod: No such method
> > > Plasma::Applet::toolTipAboutToShow()
> >
> > I think someone else raised this issue, but I'm not sure how and if it
> > was solved.
>
On Thursday 19 May 2011 14:06:53 Luca Beltrame wrote:
> > QMetaObject::invokeMethod: No such method
> > Plasma::Applet::toolTipAboutToShow()
>
> I think someone else raised this issue, but I'm not sure how and if it was
> solved.
I guess it was me and AFAIK it hasn't been solved. I haven't figur
Luca,
On 19/05/11 14:06, Luca Beltrame wrote:
> Yes, you should use the dbus interface. Something like this:
>
this works. Thanks for the quick response :-)
Michael
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman
In data giovedì 19 maggio 2011 13:38:49, Michael Zimmermann ha scritto:
> QDBusInterface is not wrapped by PyQT so that I should propably use the
> dbus module. And then? How?
Yes, you should use the dbus interface. Something like this:
import dbus
from dbus.mainloop.qt import DBusQtMainLoop
#