summaryrefslogtreecommitdiffstats
path: root/examples/declarative/layouts
Commit message (Collapse)AuthorAgeFilesLines
* Clarify the role of positioner transitionsAlan Alpert2009-11-101-19/+21
| | | | | | | They are only for the positioner's position changes, other changes are under the designers control and the designer should animate them. Task-number: QT-2239
* Rename targets -> matchTargets and properties -> matchProperties.Michael Brasser2009-11-062-14/+14
|
* Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-10-091-19/+6
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: examples/declarative/layouts/Button.qml
| * Fix example errorsAaron Kennedy2009-10-091-4/+4
| |
* | Clean upBea Lam2009-10-083-42/+149
|/
* Enhance layout exampleAlan Alpert2009-10-011-1/+2
| | | | It's actually useful now. A lot slower too.
* Rename positioners.Warwick Allison2009-08-241-3/+3
| | | | QFxBasePositioner still exists though.
* Rename State change elements.Martin Jones2009-08-211-2/+2
| | | | | | SetProperties -> PropertyChanges RunScript -> StateChangeScript SetAnchors -> AnchorChanges
* Renaming Rect -> RectangleYann Bodson2009-08-193-23/+23
|
* Update Positioner TestsAlan Alpert2009-08-191-20/+20
| | | | | | | Note that it still doesn't pass tests, due at least partially to an error in the test code. This change also slips in a change to the QLayoutItem example less of a bad example of how to integrate QGraphicsLayouts.
* Cleanup and example for positionersAlan Alpert2009-08-135-0/+96
Interim progress on fixing up the positioners. - Removes margins and setting and implicit size - Purges the word 'layout' from the source files - Fixes a bug with the grid positioner, it works now - Cleaned up the code somewhat. Also adds some basic examples which demonstrate that it (mostly) works. Be warned that practically all the comments are woefully out of date.