Alternative of Plasma::IconWidget

2015-07-19 Thread Aroonav Mishra
Hello all, I am involved in porting Amarok to Qt5/KF5 and I couldn't find any documentation regarding the removal of Plasma::IconWidget from the API. So can someone please suggest the alternative of Plasma::IconWidget in Plasma 5 ? Thanks, Aroonav >> Visit http://mail.kde.org/mailman/listinfo/kd

Re: Alternative of Plasma::IconWidget

2015-07-19 Thread Aleix Pol
Hi, On KF5, you should write the plasmoids in QtQuick. You can use the IconItem over there. http://api.kde.org/frameworks-api/frameworks5-apidocs/plasma-framework/html/classIconItem.html Aleix On Sun, Jul 19, 2015 at 3:59 PM, Aroonav Mishra wrote: > Hello all, > > I am involved in porting Amarok