QML: ListView item doesn't update -
i have created download manager using listview(to display progress) , downloads running in separate threads implemented in qt.
the problem i'm having if add new download list, last added item of listview continues have progress updated.
the rest freeze @ point were, although downloads on threads continue normally.
all functions called correctly, variables set correct values, problem listview doesn't updated.
Comments
Post a Comment