Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

QItemSelectionModel signal selectionChanged not called

$
0
0
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

Viewing all articles
Browse latest Browse all 18427

Trending Articles