summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativegraphicsobjectcontainer_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Some cleanup in widgets module. Deletion of GraphicsObjectContainer.Alexis Menard2010-04-091-89/+0
| | | | | | | | | | | | | This commit deletes the uneeded classes/declarations since we have now an inline support for QGraphicsObject based classes. QGraphicsLayout bindings works the same way because the layout property has been added to QGraphicsWidget. The only feature that is missing for now (because of the deletion of GraphicsObjectContainer) is the anchoring support. We will probably take a look on how to support this feature properly with no wrapper. Task-number:QTBUG-9456 Reviewed-by:Michael Brasser
* Fix the build due to new properties in QGraphicsObject.Alexis Menard2010-03-251-1/+0
| | | | Reviewed-by:Martin Jones
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-0/+90
QDeclarativeXXX.