Re: IconWidget and Svg's in QML

2011-05-09 Thread Marco Martin
On Monday 09 May 2011, Onur-Hayri Bakici wrote: > > > > also, i would really rather not use PlasmaWidgets.IconWidget. > > now we -almost- have some replacements (each one doing only a sub-thing, > > like only icon or only pixmap or only svg but that's nice) > > What are the replacements called?

Re: IconWidget and Svg's in QML

2011-05-09 Thread Onur-Hayri Bakici
> On Monday 09 May 2011, Onur-Hayri Bakici wrote: > > Hey guys, > > > > I came across a certain problem when arranging a SvgItem in a row. > > If I have code like > > > > Row { > > > > anchors.fill: parent > > PlasmaWidgets.IconWidget { > > > > id: iconWidget > > tex

Re: IconWidget and Svg's in QML

2011-05-09 Thread Marco Martin
On Monday 09 May 2011, Onur-Hayri Bakici wrote: > Hey guys, > > I came across a certain problem when arranging a SvgItem in a row. > If I have code like > > Row { > anchors.fill: parent > PlasmaWidgets.IconWidget { > id: iconWidget > text: "Click me" > } > // i *mu

IconWidget and Svg's in QML

2011-05-09 Thread Onur-Hayri Bakici
Hey guys, I came across a certain problem when arranging a SvgItem in a row. If I have code like Row { anchors.fill: parent PlasmaWidgets.IconWidget { id: iconWidget text: "Click me" } // i *must* combine these Item { id: closeItem PlasmaCore.Sv