I created custom TableWidget and custom signal. The custom signal emits the row, column numbers and object name.
First on cellActivated(int,int) signal I'm invkoing getRowCol(int, int) slot and in that I'm getting object name & emitting another signal with row, col, objName. All this in CTableWidget class (custom QTableWidget) and created objects of this.
But the slot getRowCol() is not invoked on click of any cell and I've checked this with qDebug() message also. Any reason ?
Thank you.




Reply With Quote


Bookmarks