Re: [Development] QML and SVG = unsupported image format

2012-04-10 Thread alessandro.portale
+alessandro.portale=nokia@qt-project.org] on behalf of Portale Alessandro (Nokia-MP/Berlin) Sent: Tuesday, April 10, 2012 17:10 To: daniel.kreute...@googlemail.com; development@qt-project.org Subject: Re: [Development] QML and SVG = unsupported image format This really looks like a bug to me. And

Re: [Development] QML and SVG = unsupported image format

2012-04-10 Thread alessandro.portale
: [Development] QML and SVG = unsupported image format Ok I found a solution. Instead of BorderImage I only used Image, and now he is able to load SVG Images. Maybe this is a bug? Or is it a feature??? On Tue, Apr 10, 2012 at 9:10 AM, Daniel Kreuter wrote: > Hello there, > > I have a strange

Re: [Development] QML and SVG = unsupported image format

2012-04-10 Thread Daniel Kreuter
Ok I found a solution. Instead of BorderImage I only used Image, and now he is able to load SVG Images. Maybe this is a bug? Or is it a feature??? On Tue, Apr 10, 2012 at 9:10 AM, Daniel Kreuter wrote: > Hello there, > > I have a strange behavior. When I start my program out of Qt Creator, > all

[Development] QML and SVG = unsupported image format

2012-04-10 Thread Daniel Kreuter
Hello there, I have a strange behavior. When I start my program out of Qt Creator, all Images are visible. Starting it from the Windows Explorer the SVG Images are missing. On my development computer it works in Qt Creator, but on the target computer when I start my program out of Qt Creator, I ge