Hi,
example "masterdetail" (Qt 4.6) is wrong. If i add album with new artist, in
tableview don't show a artist name. I verified that
if(model->insertRecord(-1, record))
qDebug() << "OK ";
else
qDebug() << "KO";
in function addNewAlbum (file dialog.cpp)
return KO.
Nicola