0

I'm trying to react on a QGIS build-in function by attaching an event-listener of some sort. Unfortunalely, my reserch didn't give me any possible approach. So I have no code to show.

So my question is pretty general. I know qgis has an event system. But I can't find any hints for docking on in my plugin.

Any suggestions welcome!

Thanks!

bowser
  • 43
  • 4
  • The QGIS is based on Qt Framework. And it follows its signals and slots mechanism instead of event listening. So if the function you want to attach an event listener to emits any signals, you can connect them to your custom slots. – Lev Pleshkov Nov 03 '22 at 20:09

0 Answers0