How to clear or delete Image in QML
-
wrote on 26 Jun 2015, 09:26 last edited by
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 ,
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.
1/2