Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Setup a TRACE in code
-
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.