Hi,
i have a lineEdit widget set to QTableWidget cell. With validator added to lineEdit.
Can i get any signal from QTableWidget, if the lineEdit set of the tableWidget is changed ?
like cellChanged(int,int) when we use QTableWidget Item