On Fri, 2 Apr 2010 17:05:15 -0700, Scott Frankel <[email protected]> wrote: > Is it possible to override the data() method of a > QSqlRelationalTableModel?
Yes. > In my attempts so far, my model instance > isn't calling its data() method. (See attached.) Because you've added a data() method to your QWidget subclass. You need a sub-class of QSqlRelationalTableModel. Phil _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
