Hi,
I need to know when a specific tab of QTabWidget becomes active and when another tab is selected.
I found some signals QTabWidget::currentChanged(int index) or QTabWidget::tabBarClicked(int index), but I wonder if exist something more specific, maybe some signals in inner widget. This because tab are dynamic and the "target tab" can change index, so I shoud implement a messy logic to chose the right index

best regards