On December 13, 2009, Florian wrote:
> Plasma::Svg svg;
> svg.setImagePath("images/filename.svg")
svg.setImagePath("filename")
--
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43
KDE core developer sponsored by Qt Development Frameworks
On Sunday 13 December 2009 22:38:39 Florian wrote:
> I'm trying to use Plasma::Svg to load an svg file from a plasma package. I
> put the svg file into the contents/images directory, as suggested in [1].
> Then i tried to load them using Plasma::Svg::setImagePath(). Intuitively
> I'd expect som
Hi,
I'm trying to use Plasma::Svg to load an svg file from a plasma package. I put
the svg file into the contents/images directory, as suggested in [1]. Then i
tried to load them using Plasma::Svg::setImagePath(). Intuitively I'd expect
something like this to work:
Plasma::Svg svg;
svg.setImag