qtdeclarative/examples/quick/draganddrop
Shawn Rutledge ca8f430024 doc: Clarify that DelegateModel is a kind of proxy model
It was not quite clear in the GridView DnD example that the ListModel
doesn't get reordered, so if new ListElements are inserted after reordering
the DelegateModel by DnD, predicting the position where new delegates will
appear becomes a bit of a riddle.

Also:
- the QQmlDelegateModelAttached::model is a model, not an int
- disambiguate the properties that have the same names in
  QQmlDelegateModel and QQmlDelegateModelAttached, using \keyword
  for linking.

Task-number: QTBUG-34891
Change-Id: I485fd632f67d607652428b4e3c9ca528e57f7348
Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
2019-02-26 11:18:28 +00:00
..
doc doc: Clarify that DelegateModel is a kind of proxy model 2019-02-26 11:18:28 +00:00
tiles Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
views Modify grid example to use DragHandler 2018-08-06 14:27:23 +00:00
draganddrop.pro Use resource files for most examples 2012-12-12 10:32:50 +01:00
draganddrop.qml Fix outdated BSD license header 2017-10-17 11:18:11 +00:00
draganddrop.qmlproject Merge master <-> api_changes 2012-03-05 11:39:54 +10:00
draganddrop.qrc Use resource files for most examples 2012-12-12 10:32:50 +01:00
main.cpp Fix outdated BSD license header 2017-10-17 11:18:11 +00:00