Hi ,
I have a QSqlQueryModel , I set that model to QItemSelectionModel.
QSqlQueryModel *model;
QItemSelectionModel *selectionModel = new QItemSelectionModel(model);
connect(selectionModel,SIGNAL),this,SLOT));
But the selectionChanged doesnot call update1(). May i know why is it not executing?
Deepak
↧