Passing Events to QPA plugin
-
Hi,
Is there a way to pass an event to QPA plugin?Basically, I want to dump the data in the Graphics Buffer when there is trigger from the App layer.
I was thinking of waiting for an event and dumping data. Is this possible? Any hints on achieving this?
Thanks
-
QCoreApplication::postEvent()
But why does it have to be on the QPA level since the dump happens anyway in your application code?