On Sat, 3 Apr 2010 08:28:07 -0700, Scott Frankel <[email protected]>
wrote:
> On Apr 2, 2010, at 5:24 PM, Phil Thompson wrote:
> 
>> On Fri, 2 Apr 2010 17:05:15 -0700, Scott Frankel <[email protected] 
>> >
>> wrote:
>>> 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.
> 
> 
> Thanks for the tip!  There must still be another reason for the  
> model's data() method not being called.  Still doesn't work.  I hope  
> it's not as obvious as the first!  (See revised model, attached.)

All you've done is replace QWidget with QSqlRelationTableModel. You aren't
actually using that sub-class as your model.

Phil
_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to