summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/anchorlayout
Commit message (Expand)AuthorAgeFilesLines
* Doc: Reviewed and revised QGraphicsAnchorLayout documentation.David Boddie2009-10-231-8/+2
* Use qDebug() instead of printf() when dumping the simplex matrix.Jan-Arve Sæther2009-09-251-0/+1
* QGraphicsAnchorLayout: Set size policy in the exampleAnselmo Lacerda S. de Melo2009-09-181-0/+1
* API change. This will get rid of the ugly setAnchorSpacing() method.Jan-Arve Sæther2009-09-141-52/+31
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Make it compile on Windows CE where min and max are predefined macros.Jan-Arve Sæther2009-08-271-11/+11
* Add missing license headers and header guards.Jason McDonald2009-08-221-0/+41
* update API to what was agreed on the API review meeting yesterday:Jan-Arve Sæther2009-08-191-29/+52
* Clean up exampleJan-Arve Sæther2009-08-172-151/+6
* Clean up public API: move dumpGraph() to private API.Jan-Arve Sæther2009-08-171-2/+0
* Explicitly use a spacing of 0 in order to keep old behaviour.Jan-Arve Sæther2009-07-221-23/+23
* QGraphicsAnchorLayoutExample: Delete objects to avoid memory leaksEduardo M. Fleury2009-07-221-1/+6
* QGraphicsAnchorLayout: Adding an usage exampleJesus Sanchez-Palencia2009-07-223-0/+241