[Qt-interest] List of most recent Qt events

Dan Milburn danmilburn at clara.co.uk
Mon Apr 26 17:39:45 CEST 2010


Jugdish wrote:
> Is there any way to print out the last X number of events processed by 
> the main QApplication EventLoop (for inclusion in an error report, etc.)?

No.  If you want to do this, you should probably inherit from 
QApplication, reimplement notify() and log information about the events 
from there.

Dan



More information about the Qt-interest-old mailing list