TabWidget index
-
-
You mean this signal?
@void QTabWidget::currentChanged ( int index )@bq.
This signal is emitted whenever the current page index changes. The parameter is the new current page index position, or -1 if there isn't a new one (for example, if there are no widgets in the QTabWidget)