[solved] Qml and svg assets - multi-platform compability ?
-
wrote on 7 Oct 2015, 17:54 last edited by Kernelcoffee
Hi,
I'm thinking about switching all my assets for my current project to svg format (instead of png with multiple resolutions for different dpi).
Is there any reported issues I need to know for it to work across a wide range of desktop platforms (win 7/8/10, Linux, Mac OS) ?
I searched about it but couldn't find what I was looking for.
The whole project UI is full Qml 2.0 and we're using Qt 5.4.Thank you,
Alexandre.
-
Hi and welcome to devnet,
Using SVG will pull in the QtSVG module and IIRC that means you also get the QtWidgets module in also.
-
wrote on 8 Oct 2015, 16:34 last edited by
Thanks you for your reply.
So no issues to be reported to use svg format for assets in production ? (beside libs to be include for it to work) -
Not that I know of
-
wrote on 12 Oct 2015, 05:58 last edited by
@SGaist awesome, thank you !
-
You're welcome !
If that answers your question, please update the thread title prepending [solved] so other forum members may know a solution has been found :)
1/6