Hi Mohit, On Wed, Mar 2, 2011 at 10:12 AM, Mohit Jain <[email protected]> wrote: > Hello , > Is there any method / function by which we can refresh items in a Listview > (just to repaint delegate) ?
A delegate displays the contents of the model. Changing the data in the model will make the delegate update itself. Girish _______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
