Which models can be used with QDataWidgetMapper?
General and Desktop
3
Posts
2
Posters
1.3k
Views
1
Watching
-
Hi!
"QDataWidgetMapper":http://qt-project.org/doc/qt-4.8/qdatawidgetmapper.html can use a "QSqlTableModel":http://qt-project.org/doc/qt-4.8/qsqltablemodel.html or it has to use an abstract model?
In the QDataWidgetMapper documentation (the See also section)there are only links to QAbstractItemModel and QAbstractItemDelegate, that's why I'm not sure it can use other models.
Thanks!