summaryrefslogtreecommitdiffstats
path: root/src/imports/widgets/graphicslayouts.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move Qt.widgets import to be an unsupported exampleAlan Alpert2010-05-051-366/+0
| | | | | | | | Layout examples for QML are also cleaned up a bit. Layouts test removed, and LayoutItem test added, to clarify what we support. Reviewed-by: Michael Brasser
* Fill out QGraphicsLayout bindingsAlan Alpert2010-04-211-3/+109
| | | | | | | The QGraphicsLayout API is too imperative for good bindings, but now it is at least possible to initialize values in QML. Task-number: QTBUG-5760
* Fix build of importsTobias Hunger2010-03-021-0/+260
* Fix export macro used in webkit * Fix dependencies on declarative/mutlimedia * Copy qmldir files into the build tree