I have a QTabWidget, and I defined showEvent for one of the child widget.
Now how can I know where the showEvent is from?
It could be:
- Switched from other tabs
- The current index of tabwidget was not changed, the whole window just become visible
Is that possible?