Setup a TRACE in code
Unsolved
General and Desktop
-
How can I setup a TRACE or something similar in my Qt code, as I could in MFC ?
I want to track MainWindow::showEvent to see when is fired, and some values from there ? I intend to put some variable to know when this event is fired first time.
Thank you.
-
Override showEvent() and do whatever you like.