aboutsummaryrefslogtreecommitdiffstats
path: root/src/quicktemplates2/qquickpage_p_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Page: add implicit header and footer size propertiesJ-P Nurmi2018-04-191-0/+2
| | | | | | | | [ChangeLog][Controls][Page] Added implicitHeaderWidth, implicitHeaderHeight, implicitFooterWidth, and implicitFooterHeight properties. Change-Id: Ia6de025767e64dd2b44edafc2e7dfdf9a99e3b5f Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
* QQuickPage: prepare for inheritanceJ-P Nurmi2018-04-181-0/+76
Add a header for the private class, and a protected constructor. Change-Id: Id34b32dd614a430ec7e299c53341f21c4fba36d9 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>