I have an image which is loaded into a quick map item, well I just want to find pixels row and column when user clicks on image, how can I get it? thanks
here is my code
MapQuickItem{
id:yes
anchorPoint.x: image.width/10
anchorPoint.y: image.height/10
zoomLevel:1
//width: 1
//height: 1
sourceItem: Image {
id:image
asynchronous:true
opacity: 80
source: "qrc:/../../../../../Desktop/1.png"
transformOrigin: Item.Center
rotation: 0
scale: 0.25
//width: 500
//height: 200
sourceSize.width: image.width/2
visible: false
//sourceSize.height:100
}
coordinate: QtPositioning.coordinate(59.91, 10.75)
}