Hey,
I have a gui which shows .svg file. When user clicks (or better when unclicks), the mouseReleaseEvent is called.
How do I find out which SVG image in particular (the ID) was clicked on?
I'd like to use is here:
void SvgDisplayWidget::mouseReleaseEvent(QMouseEvent *event) {}
Thanks