在 2011年8月15日 Monday 13:53:13,Aaron J. Seigo 写道:
> On Monday, August 15, 2011 19:20:32 Weng Xuetian wrote:
> > Is there a bug in PlasmaWidgets.IconWidget?
>
> the painting of it has never been optimized afaik, and it is rather complex.
> we're really trying to get away from using it as much as possi
On Monday, August 15, 2011 19:20:32 Weng Xuetian wrote:
> Is there a bug in PlasmaWidgets.IconWidget?
the painting of it has never been optimized afaik, and it is rather complex.
we're really trying to get away from using it as much as possible, to be
honest. in our QML, we're just using QML dir
在 2011年8月15日 Monday 11:36:03,Aaron J. Seigo 写道:
> On Sunday, August 14, 2011 06:25:57 Weng Xuetian wrote:
> > Hi Plasma World,I have wrote a DataEngine to sync with a very frequently
> > updated textsource (say nearly 10 times a second), currently I'm using
> > aPlasma.IconWidget to show the text,
On Sunday, August 14, 2011 06:25:57 Weng Xuetian wrote:
> Hi Plasma World,I have wrote a DataEngine to sync with a very frequently
> updated textsource (say nearly 10 times a second), currently I'm using
> aPlasma.IconWidget to show the text, but I found that the update of
> text cannot catch up th