Hi all,

I have a tab with 3 pages. When I switch tab page, I have the QTabWidget::currentChanged(int) signal, however, this signal is emitted after the page is switched....

Is there any way to capture this signal before it switches tab?

Thank you