Qt-interest Archive, July 2007
How to get void QTabWidget::currentChanged() signal?
Message 1 in thread
I have a class derived from QTabWidget, with several QWidget-derived
classes as tabs. When I select tabs, I don't get the currentChanged(index)
signal. It's declared in the header and implemented in the source file.
How
does one get notified that the user has selected a different tab?
--
[ signature omitted ]
Message 2 in thread
"John Smith" <invalid@xxxxxxxxxxx> wrote in message
news:f8614t$sju$1@xxxxxxxxxxxxxxxxxxxxx
>I have a class derived from QTabWidget, with several QWidget-derived
> classes as tabs. When I select tabs, I don't get the
> currentChanged(index)
> signal. It's declared in the header and implemented in the source file.
> How does one get notified that the user has selected a different tab?
Never mind. I confused events with signals.
--
[ signature omitted ]