summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativevisualitemmodel_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't "adjust" the z value of a delegate that has been cached.Martin Jones2010-04-271-0/+3
| | | | Task-number: QTBUG-10131
* Add hasModelChildren property to delegates with QAbstractItemModel model type.Martin Jones2010-04-211-3/+6
| | | | | | | | Also add some helper function to VisualDataModel: - VisualDataModel::modelIndex(int) returns a QModelIndex which can be assigned to VisualDataModel::rootIndex - VisualDataModel::parentModelIndex() returns a QModelIndex which can be assigned to VisualDataModel::rootIndex
* React to QAbstractItemModel::modelReset() signal.Martin Jones2010-02-251-0/+2
| | | | Task-number: QTBUG-8494
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+253
QDeclarativeXXX.