diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-08-19 01:32:42 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-08-19 01:32:42 (GMT) |
commit | 26badb44f436329f60193761eaba95d78fb5369d (patch) | |
tree | 55db939bc59d09ab74cdf1c86eb0f3d13d678ce3 | |
parent | 5f3ff0080213b09f3edc8faebf5b9eee73e4026a (diff) | |
download | Qt-26badb44f436329f60193761eaba95d78fb5369d.zip Qt-26badb44f436329f60193761eaba95d78fb5369d.tar.gz Qt-26badb44f436329f60193761eaba95d78fb5369d.tar.bz2 |
doc cleanup
-rw-r--r-- | src/declarative/fx/qfxtext.cpp | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/declarative/fx/qfxtext.cpp b/src/declarative/fx/qfxtext.cpp index cd34aa0..272102c 100644 --- a/src/declarative/fx/qfxtext.cpp +++ b/src/declarative/fx/qfxtext.cpp @@ -132,12 +132,6 @@ QFxText::~QFxText() \note \c font.size sets the font's point size (not pixel size). */ - -/*! - \property QFxText::font - \brief the font used to display the text. -*/ - QFont QFxText::font() const { Q_D(const QFxText); @@ -245,16 +239,6 @@ QColor QFxText::color() const \image declarative-textstyle.png */ - -/*! - \property QFxText::style - \brief an additional style of the text to display. - - By default, the text style is Normal. - - \note This property is used to support text styles not natively - handled by QFont or QPainter::drawText(). -*/ QFxText::TextStyle QFxText::style() const { Q_D(const QFxText); @@ -309,13 +293,6 @@ QColor QFxText::styleColor() const \c AlignHCenter. The valid values for \c vAlign are \c AlignTop, \c AlignBottom and \c AlignVCenter. */ - -/*! - \property QFxText::hAlign - \brief the horizontal alignment of the text. - - Valid values are \c AlignLeft, \c AlignRight, and \c AlignHCenter. The default value is \c AlignLeft. -*/ QFxText::HAlignment QFxText::hAlign() const { Q_D(const QFxText); @@ -328,12 +305,6 @@ void QFxText::setHAlign(HAlignment align) d->hAlign = align; } -/*! - \property QFxText::vAlign - \brief the vertical alignment of the text. - - Valid values are \c AlignTop, \c AlignBottom, and \c AlignVCenter. The default value is \c AlignTop. -*/ QFxText::VAlignment QFxText::vAlign() const { Q_D(const QFxText); |