1

We're using Squish for our automated GUI testing. It's pretty cool - connects directly to Qt objects, is scriptable in Python, etc. I've installed an eventhandler for error dialogs using their API. How do I remove the event handler later? Is that even possible?

Chris
  • 17,119
  • 5
  • 57
  • 60
dbn
  • 13,144
  • 3
  • 60
  • 86

1 Answers1

1

There's no API for removing event handlers. Right now, they are removed when the application terminates. There is a Feature request open in froglogic's task tracker for this though (SQUISH-2663), you could mention that ticket ID in a feature request to squish@froglogic.com to raise the priority of that feature.

Frerich Raabe
  • 90,689
  • 19
  • 115
  • 207