Actual width of checkbox element
Kai Uwe Broulik
kde at privat.broulik.de
Thu Aug 15 20:29:36 UTC 2013
Am Donnerstag, 15. August 2013, 22:04:54 schrieb Marco Martin:
> On Thursday 15 August 2013, Kai Uwe Broulik wrote:
> > > patches welcome ;)
> >
> > Hmm, when I try to manually set the implicitWidth or route it
> > somewhereelse
> > it says "implicitWidth not available in QtQuick Item 1.0" (or so).
>
> implicitWidth is available only since 1.1, so across the component the
> import QtQuick 1.0 have to be changed in import QtQuick 1.1
Oh, it was my fault :)
I tried to use the PowermanagementItem implicitWidth but the PMitem is not the
checkbox itself, so I had to set its implicitWidth to use the checkbox
implicitWidth and now all works without touching the plasma components \o/
More information about the Plasma-devel
mailing list