If I understood correctly you want to let the user move some images arounds and save their position, right?
For the dragging I would suggest you to have a look at this thread where they basically solve the same problem: http://developer.qt.nokia.com/forums/viewthread/2426 And about saving the location you can check here: http://www.developer.nokia.com/Community/Wiki/How-to_create_a_persistent_settings_database_in_Qt_Quick_(QML) Cheers, Mario On 21 July 2011 08:00, Savio Sebastian <[email protected]> wrote: > Hi all, > is there a way by which we can make the icon images floating in qml so that > we can freely move the icon any where in the area and save its position,when > we start the application again the previous position will be there > any examples will be helpful for me > Thanks > > _______________________________________________ > Qt-qml mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt-qml > > -- Mario Negro Ponzi Mobile: +31.6.3456.1669 Address: Kogerwatering 2, 1541XC, Koog aan de Zaan
_______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
