Re: [Qt-qml] Working with [svg] Art

2010-07-13 Thread Jason H
I've used border images before with regular qt. I was hoping for something much more structured that could refer to inner elements for manipulation and animation. Doing things like adding gloss is way easier in SVG. -J On Jul 13, 2010, at 4:40 AM, Ivan De Marino ivan.de.mar...@gmail.com

Re: [Qt-qml] Working with [svg] Art

2010-07-12 Thread warwick.allison
Is there any way to integrate SVGs with QML, in that you can bridge into the artwork via id or object name and thus use SVG as templates and artwork? The only support for SVG in QML is that it will load a static SVG image (rendering it once unless you modify the Image sourceSize

[Qt-qml] Working with [svg] Art

2010-07-09 Thread Jason H
Often I prefer to work in SVG. With me not being artistic, I can make ok looking things in InkScape. Most of the artists I know used Illustrator to make our UIs, which we could export to SVG. But since QML is supposed to meld Art and Programming leads me to ask: Is there any way to