Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Drag and Drop within a GridView
This wiki entry is created in response to a few forum threads (links at bottom) asking for this method. Feel free to contribute to this article with explanations or code.
Drag and Drop within a GridView
This example will demonstrate the iOS style (video here [youtube.com] ) of dragging and dropping ListModel elements within a GridView.
There are three files in this example. One for the model (WidgetModel.qml), one for the delegate (IconItem.qml) and one for the GridView (Main.qml).
WidgetModel.qml
IconItem.qml
Main.qml
Video
Relevant forum threads:
iOS Style Rearrange of Icons [developer.qt.nokia.com]
QML and Drag and Drop [developer.qt.nokia.com]