i used the connect as this below
Qt Code:
connect(welldatamapper,SIGNAL(setCurrentModelIndex()),wellTableView,SLOT(currentChanged())); connect(wellTableView,SIGNAL(currentChanged()),welldatamapper,SLOT(setCurrentModelIndex()));To copy to clipboard, switch view to plain text mode
but it din't work!
Bookmarks