diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 03:33:24 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 03:33:24 (GMT) |
commit | 5c9f8288cf642a51bdce46f2833b37e4f94d43d9 (patch) | |
tree | 85e57f9c561477a3706c5f8fb32d4abf3c428919 /src/declarative/fx/qfxitem.cpp | |
parent | 3359564d5628af68eb19598d1c0d19e5d1abb272 (diff) | |
download | Qt-5c9f8288cf642a51bdce46f2833b37e4f94d43d9.zip Qt-5c9f8288cf642a51bdce46f2833b37e4f94d43d9.tar.gz Qt-5c9f8288cf642a51bdce46f2833b37e4f94d43d9.tar.bz2 |
Add baselineOffset to anchors.
Diffstat (limited to 'src/declarative/fx/qfxitem.cpp')
-rw-r--r-- | src/declarative/fx/qfxitem.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/fx/qfxitem.cpp b/src/declarative/fx/qfxitem.cpp index 617e479..71d4ce2 100644 --- a/src/declarative/fx/qfxitem.cpp +++ b/src/declarative/fx/qfxitem.cpp @@ -1087,13 +1087,14 @@ QFxAnchorLine QFxItem::baseline() const \qmlproperty real Item::anchors.rightMargin \qmlproperty real Item::anchors.horizontalCenterOffset \qmlproperty real Item::anchors.verticalCenterOffset + \qmlproperty real Item::anchors.baselineOffset Anchors provide a way to position an item by specifying its relationship with other items. Margins apply to top, bottom, left, right, and fill anchors. - Offsets apply for horizontal and vertical center anchors. + Offsets apply for horizontal center, vertical center, and baseline anchors. \table \row |