summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qgraphicsanchorlayout
Commit message (Collapse)AuthorAgeFilesLines
* API change. This will get rid of the ugly setAnchorSpacing() method.Jan-Arve Sæther2009-09-141-2/+2
| | | | | | | | | | | | | | | | | | | | Say hello to QGraphicsAnchor, move the spacing (and removeAnchor) functionality over to that class. This also opens up for a cleaner API when we add support for size policies or min/pref/max sizes for anchors. Also remove - addLeftAndRightAnchors() - addTopAndBottomAnchors() - addAllAnchors() in favor of - addAnchors(itemA, itemB, Qt::Orientations) API change discussed with Caio and Andreas. Reviewed-by: Alexis
* Update license headers again.Jason McDonald2009-09-091-4/+4
| | | | Reviewed-by: Trust Me
* Fix license header.Jason McDonald2009-09-021-14/+14
| | | | Reviewed-by: Trust Me
* Add a benchmark for QGraphicsAnchorLayout.Jan-Arve Sæther2009-09-012-0/+203