[Qt-qml] How to update item within a Row
Mark Constable
markc at renta.net
Mon Jan 3 03:05:11 CET 2011
On 2011-01-03, mathias.malmqvist at nokia.com wrote:
> The right way is to create a ListModel containing ListElements
> holding the properties that you bind to the items in the Row.
> Then to change an item in the row just change the property of
> that ListElement.
I was hoping to avoid the overhead of inheriting the likes of
Flickable and any other "magic" dynamic management as I want
these "desktops" to stay in memory and instantly switch them
into view via a simple desk.x (Row) offset change.
--markc
More information about the Qt-qml
mailing list