How to clear or delete Image in QML
-
Hi ,
I want to clear end set new image in my map application in OnExtendChanged event.How can I clear or delete my image.Thank You
-
Hi @halil-sogut68 if you meant in Image then setting source to blank (i.e "") will remove that image.