Support For .XAML files in Qt
General and Desktop
4
Posts
2
Posters
1.6k
Views
1
Watching
-
Qt does not support XAML-image.
I guess you need to write a XAML-image decoder and draw the image yourself.Or convert XAML-image into something that Qt supports using "QImageReader":http://qt-project.org/doc/qt-5/qimage.html#reading-and-writing-image-files or using "plugins":http://qt-project.org/doc/qt-5/qtimageformats-index.html
Another option is write Qt image plugin.
-
I guess you need to use Windows and something like "this article explains":http://www.codeproject.com/Articles/422523/Convert-XAML-Vector-Graphic-to-PNG or tools like "xcon":http://xcon.sourceforge.net/