Originally Posted by Lykurg Try: Qt Code: Switch view connect(seriesList, SIGNAL(clicked(const QModelIndex &)), seriesList, SLOT(updateProbe())); 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 .
connect(seriesList, SIGNAL(clicked(const QModelIndex &)), seriesList, SLOT(updateProbe()));
View Tag Cloud
Forum Rules
Bookmarks