Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
Drag and Drop failed in Parallax view
-
We already have a nice solution for drag and drop in GridView, see "this thread":http://developer.qt.nokia.com/forums/viewthread/2426/
And normally we need to provide user multiple pages for icons showing, "parallax":http://doc.qt.nokia.com/4.7-snapshot/declarative-modelviews-parallax.html is a good example to follow.
However I found that icons in GridView inside a parallax view are failed to be erased.
And- This happens after calling beginResetModel()/endResetModel()
- Icons in the first page are working fine.
Any one know why this happens?
Or any ideas of showing multiple pages for gridview?