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?
> 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
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
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