Changing data in an QAbstractListModel

Jonathan Gardner jgardner.jonathangardner.net at gmail.com
Thu Sep 6 18:42:19 EDT 2007


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?




More information about the Python-list mailing list