QML Dynamic View Ordering Tutorial

This tutorial shows how items in a ListView can be re-ordered without modifying the source model. It demonstrates using drag and drop to reposition individual items within a view and using model data to dynamically sort all items in a view.

Tutorial chapters:

  1. A Simple ListView and Delegate
  2. Dragging View Items
  3. Moving Dragged Items
  4. Sorting Items

All the code in this tutorial can be found in Qt's examples/quick/tutorials/dynamicview directory.

© 2023 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.