Re: A couple of questions about QML Plasma bindings

2011-03-23 Thread Marco Martin
On Wednesday 23 March 2011, Aaron J. Seigo wrote: > seeing as this was written before not only QML but also QGraphicsObject, i > suppose it's no big surprise. at one point it did work (for a poor > deifnition of "work") with QGraphicsItems, but we dropped that after the > annoyances kept mounting a

Re: A couple of questions about QML Plasma bindings

2011-03-23 Thread Aaron J. Seigo
On Tuesday, March 22, 2011, Marco Martin wrote: > On Saturday 19 March 2011, Marco Martin wrote: > > Text { > > > > id:textItem > > text: "foobar" > > > > } > > > > PlasmaCore.ToolTipData { > > > >item: textItem > >icon: QIcon("konqueror") > >title: " foo" > >

Re: A couple of questions about QML Plasma bindings

2011-03-22 Thread Marco Martin
On Saturday 19 March 2011, Marco Martin wrote: > > Text { > id:textItem > text: "foobar" > } > > PlasmaCore.ToolTipData { >item: textItem >icon: QIcon("konqueror") >title: " foo" >subtext: "bar" > } > small update, started to implement this... good news ev

Re: A couple of questions about QML Plasma bindings

2011-03-19 Thread Marco Martin
On Saturday 19 March 2011, Sebastian Kügler wrote: > On Saturday, March 19, 2011 11:05:27 Marco Martin wrote: > > On Friday 18 March 2011, Diego Casella ([Po]lentino) wrote: > > > * I'd like to show a tooltip when the applet is collapsed into an icon > > > in > > > the panel but, still, there are n

Re: A couple of questions about QML Plasma bindings

2011-03-19 Thread Sebastian Kügler
On Saturday, March 19, 2011 11:05:27 Marco Martin wrote: > On Friday 18 March 2011, Diego Casella ([Po]lentino) wrote: > > * I'd like to show a tooltip when the applet is collapsed into an icon > > in > > the panel but, still, there are no QML bindings to > > Plasma::ToolTipContent > > and ToolTipM

Re: A couple of questions about QML Plasma bindings

2011-03-19 Thread Marco Martin
On Friday 18 March 2011, Diego Casella ([Po]lentino) wrote: > Hello guys, > as you should've seen in my latest posts in planetkde, I'm working on a > plasmoid version of the standard KMix applet. > I coded it in QML and of course I've taken advantage of the Plasma QML > bindings (they _really_ rock

A couple of questions about QML Plasma bindings

2011-03-18 Thread Diego Casella ([Po]lentino)
Hello guys, as you should've seen in my latest posts in planetkde, I'm working on a plasmoid version of the standard KMix applet. I coded it in QML and of course I've taken advantage of the Plasma QML bindings (they _really_ rocks!!), and now I've got some questions for you: * I want to give a mor