On Fri, Feb 10, 2012 at 11:58 AM, Aaron J. Seigo <[email protected]> wrote: > forwarding to the correct list :) > > (was originally posted to kde-devel@) > > ---------- Forwarded Message ---------- > Hi, > > I'm trying to implement a PopupApplet plasmoid using QML, but I don't know how > to define a tooltip for the icon. My problem is that I don't know what should > specify for PlasmaCore.ToolTip.target. > > Thanks for the help in advance!
At the moment is not possible to do that, because yu don't have direct access to the popup icon. A way could be adding a method to the global plasmoid object for popupapplets like setToolTip(icon, text, subtext) how does this sound? (not sure would be so desiderable for plasma2 tough..) and this could be a good junior job if soomebody can give it a shot ;) _______________________________________________ Plasma-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/plasma-devel
