I have a QML application in which I create box (Rectangles) – each box can have other image – now I need to save the whole box with image into an image file. so I could load and reuse it later.
I couldn’t find anything about serialization in QML. Please advice.
↧