Quote Originally Posted by Lykurg View Post
Try:

Qt Code:
  1. connect(seriesList, SIGNAL(clicked(const QModelIndex &)), seriesList, SLOT(updateProbe()));
To copy to clipboard, switch view to plain text mode 
Thank You very much.
QT Documentation is not clear at this point. Or I haven't known to search it .