Archive for September, 2011

SVG image provider for QML

Posted: 11th September 2011 by siraj in PlexyDesk General

I’m pleased to announce that Plexydesk now supports accessing  SVG elements from QML. So if you need to access an element with a SVG file, first you should define the size with “sourceSize.width” and  “sourceSize.height” , then provide the source URL as “image://plexydesk_svgprovider/background#center”.  “background” part of the URL is the file name, normally background.svg or [...]