| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Those required by creator are still exported. Everything else is
no longer exported.
|
|
|
|
| |
Package
|
|
|
|
|
|
|
|
| |
C++ models share a single metaobject type, so we don't need to
create role-property mappings for each individual item.
Also warn on attempt to modify a role that the model is unaware of
(part of QTBUG-10457)
|
|
|
|
| |
Task-number: QTBUG-10131
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Task-number: QTBUG-8494
|
|
QDeclarativeXXX.
|