Changing data in an QAbstractListModel
Jonathan Gardner
jgardner.jonathangardner.net at gmail.com
Thu Sep 6 18:42:19 EDT 2007
More information about the Python-list mailing list
Thu Sep 6 18:42:19 EDT 2007
- Previous message (by thread): Changing data in an QAbstractListModel
- Next message (by thread): Changing data in an QAbstractListModel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sep 6, 9:12 am, "exhuma.twn" <exh... at gmail.com> wrote: > I defined a simple "update" method in the model which I call on > certain events to fetch the new data in the DB. I tried to "emit" the > "dataChanged()" signal of the Model without success. I don't know > where I should get the two required "index" parameters from. > > Any hints? > Shouldn't the index method give you the indexes you need?
- Previous message (by thread): Changing data in an QAbstractListModel
- Next message (by thread): Changing data in an QAbstractListModel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list