aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpagelayout.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix build after QQuickItemChangeListener changesJ-P Nurmi2016-07-131-1/+1
| | | | | | | | qtdeclarative commit e2c296c changed the itemGeometryChanged() signature. Change-Id: Ibe163e1d6fe8535a4ec01de047d72a0d4863979d Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* Add internal QQuickPageLayout helperJ-P Nurmi2016-06-281-0/+188
Does the header/content/footer layout for Page, and will be shared with the upcoming Dialog. Change-Id: Ic550a87b5f4bb4eb44e2d08a4c977183f3b5bbff Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>