summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-13 07:53:02 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-05-13 07:53:02 (GMT)
commit17e9e37bf5f922932b8c3059720c5643402e067a (patch)
treec04dab52a517a0bdcfcd7ff48d6ff1ad0d589c9b
parent1bea842323d9eb2aea180cba54f60028dcfd213e (diff)
downloadQt-17e9e37bf5f922932b8c3059720c5643402e067a.zip
Qt-17e9e37bf5f922932b8c3059720c5643402e067a.tar.gz
Qt-17e9e37bf5f922932b8c3059720c5643402e067a.tar.bz2
qdoc: Fixed some qdoc errors.
-rw-r--r--src/gui/graphicsview/qgraphicsitem.cpp2
-rw-r--r--src/gui/graphicsview/qgraphicswidget.cpp50
2 files changed, 46 insertions, 6 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp
index ea0db2b..ca112d7 100644
--- a/src/gui/graphicsview/qgraphicsitem.cpp
+++ b/src/gui/graphicsview/qgraphicsitem.cpp
@@ -3147,7 +3147,7 @@ void QGraphicsItem::setXRotation(qreal angle)
}
/*!
- Returns y rotation angle.
+ Returns the y rotation angle.
*/
qreal QGraphicsItem::yRotation() const
{
diff --git a/src/gui/graphicsview/qgraphicswidget.cpp b/src/gui/graphicsview/qgraphicswidget.cpp
index dd681a1..2e2f5ca 100644
--- a/src/gui/graphicsview/qgraphicswidget.cpp
+++ b/src/gui/graphicsview/qgraphicswidget.cpp
@@ -170,14 +170,54 @@ QT_BEGIN_NAMESPACE
*/
/*!
- \property QGraphicsWidget::enabled
- \brief whether the item is enabled or not
+ \property QGraphicsWidget::xScale
+ \brief the x scale factor
- This property is declared in QGraphicsItem.
+ This property is declared in QGraphicsItem.
+ \sa QGraphicsItem::xScale(), QGraphicsItem::setXScale()
+ */
- By default, this property is true.
+/*!
+ \property QGraphicsWidget::yScale
+ \brief the y scale factor
+
+ This property is declared in QGraphicsItem.
+ \sa QGraphicsItem::yScale(), QGraphicsItem::setYScale()
+*/
+
+/*!
+ \property QGraphicsWidget::zRotation
+ \brief the z rotation angle
+
+ This property is declared in QGraphicsItem.
+ \sa QGraphicsItem::zRotation(), QGraphicsItem::setZRotation()
+*/
+
+/*!
+ \property QGraphicsWidget::xRotation
+ \brief the x rotation angle
+
+ This property is declared in QGraphicsItem.
+ \sa QGraphicsItem::xRotation(), QGraphicsItem::setXRotation()
+*/
+
+/*!
+ \property QGraphicsWidget::yRotation
+ \brief the y rotation angle.
+
+ This property is declared in QGraphicsItem.
+ \sa QGraphicsItem::yRotation(), QGraphicsItem::setYRotation()
+*/
+
+/*!
+ \property QGraphicsWidget::enabled
+ \brief whether the item is enabled or not
+
+ This property is declared in QGraphicsItem.
+
+ By default, this property is true.
- \sa QGraphicsItem::isEnabled(), QGraphicsItem::setEnabled()
+ \sa QGraphicsItem::isEnabled(), QGraphicsItem::setEnabled()
*/
/*!