> I think that the override is not possible because the QAbstractTableModel is > tied to the QSQL module. If you need to override these setting you should use > QAbstractItemModel.
What do you mean by tied to the QSQL module? I can't just inherit from QAbstractItemModel as its methods are also final and I would have the same problem. http://doc.qt.nokia.com/qtjambi-4.5.0_01/com/trolltech/qt/core/QAbstractItemModel.html#rowCount() Even setData on QAbstractItemModel is final! How does one implement anything in these models with all these final methods? _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
