diff options
author | Martin Smith <msmith@trolltech.com> | 2009-06-12 10:20:55 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-06-12 10:22:51 (GMT) |
commit | 9bbd0bed3afc44ece34119a9c563726b0e6298a8 (patch) | |
tree | 903dc7fdd1f5249d8739164c98d2254bf7b58921 /src/gui/graphicsview/qgraphicswidget.cpp | |
parent | 814667587e6ab9dda754647f08fec969ed8434aa (diff) | |
download | Qt-9bbd0bed3afc44ece34119a9c563726b0e6298a8.zip Qt-9bbd0bed3afc44ece34119a9c563726b0e6298a8.tar.gz Qt-9bbd0bed3afc44ece34119a9c563726b0e6298a8.tar.bz2 |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'src/gui/graphicsview/qgraphicswidget.cpp')
-rw-r--r-- | src/gui/graphicsview/qgraphicswidget.cpp | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicswidget.cpp b/src/gui/graphicsview/qgraphicswidget.cpp index 419277d..78bd062 100644 --- a/src/gui/graphicsview/qgraphicswidget.cpp +++ b/src/gui/graphicsview/qgraphicswidget.cpp @@ -1658,7 +1658,8 @@ bool QGraphicsWidget::isActiveWindow() const This property is only used for windows. - By default, if no title has been set, this property contains an empty string. + By default, if no title has been set, this property contains an + empty string. */ void QGraphicsWidget::setWindowTitle(const QString &title) { @@ -1721,6 +1722,38 @@ QGraphicsWidget *QGraphicsWidget::focusWidget() const return d->focusChild; } +/*! \property QGraphicsWidget::horizontalShear + \brief This property holds the horizontal shear value for the item. + */ + +/*! \property QGraphicsWidget::transformOrigin + \brief This property holds the origin point used for transformations + in item coordinates. + */ + +/*! \property QGraphicsWidget::verticalShear + \brief This property holds the vertical shear value for the item. + */ + +/*! \property QGraphicsWidget::xRotation + \brief This property holds the value for rotation around the x axis. + */ + +/*! \property QGraphicsWidget::xScale + \brief This property holds the scale factor for the x axis. + */ + +/*! \property QGraphicsWidget::yRotation + \brief This property holds the value for rotation around the y axis. + */ + +/*! \property QGraphicsWidget::yScale + \brief This property holds the scale factor for the y axis. + */ + +/*! \property QGraphicsWidget::zRotation + \brief This property holds the value for rotation around the z axis. + */ #ifndef QT_NO_SHORTCUT /*! |