Function to save and import images in xml in C#
-
I know that in C# there is a function to save and get images, icons in xml.
Does QT have such a feature? Because I don't want to manage image or icon files. Speedup can also be a reason.
@IknowQT Do you mean CDATA and Base64 encoded binary data in a XML document?
If so then take a look at https://doc.qt.io/archives/qt-5.12/qdomcdatasection.html -
I know that in C# there is a function to save and get images, icons in xml.
Does QT have such a feature? Because I don't want to manage image or icon files. Speedup can also be a reason.
-
@IknowQT said in Function to save and import images in xml in C#:
I know that in C# there is a function to save and get images, icons in xml.
Care to share a link to the documentation for this API call so that we can have some idea what such a function might do?