Re: open non-theme svg file

2009-12-14 Thread Aaron J. Seigo
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

Re: open non-theme svg file

2009-12-14 Thread Sebastian Kügler
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

open non-theme svg file

2009-12-13 Thread Florian
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