in ur code
it should besignals:
int CurrentIndex();
private slots:
void CurrentIndex(int)
so in the function
Qt Code:
void SignalTimeDomainPlot::CurrentIndex(int index) { }To copy to clipboard, switch view to plain text mode
the index will return u the comboBox index every time u change the combobox value.
use the index value .
Bookmarks