diff options
author | Alexis Menard <alexis.menard@nokia.com> | 2010-04-28 05:25:49 (GMT) |
---|---|---|
committer | Alexis Menard <alexis.menard@nokia.com> | 2010-04-28 05:28:27 (GMT) |
commit | 9542bf254ed1c184ea2a31c92d267b71f5442b11 (patch) | |
tree | b03695b45b8e528552d70a4bf9a901899a0aa0d6 /src/gui/graphicsview/qgraphicswidget.cpp | |
parent | 5c3ec68c09f73d8b6178906884416677e8054299 (diff) | |
download | Qt-9542bf254ed1c184ea2a31c92d267b71f5442b11.zip Qt-9542bf254ed1c184ea2a31c92d267b71f5442b11.tar.gz Qt-9542bf254ed1c184ea2a31c92d267b71f5442b11.tar.bz2 |
Bunch of doc fixes.
Warnings --.
Reviewed-by:TrustMe
Diffstat (limited to 'src/gui/graphicsview/qgraphicswidget.cpp')
-rw-r--r-- | src/gui/graphicsview/qgraphicswidget.cpp | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/src/gui/graphicsview/qgraphicswidget.cpp b/src/gui/graphicsview/qgraphicswidget.cpp index bc8ccb01..28b474b 100644 --- a/src/gui/graphicsview/qgraphicswidget.cpp +++ b/src/gui/graphicsview/qgraphicswidget.cpp @@ -408,12 +408,6 @@ void QGraphicsWidget::setGeometry(const QRectF &rect) } /*! - \fn QGraphicsWidget::geometryChanged() - - This signal gets emitted whenever the geometry is changed in setGeometry(). -*/ - -/*! \fn QRectF QGraphicsWidget::rect() const Returns the item's local rect as a QRectF. This function is equivalent @@ -755,6 +749,17 @@ QSizeF QGraphicsWidget::sizeHint(Qt::SizeHint which, const QSizeF &constraint) c } /*! + \property QGraphicsWidget::layout + \brief The layout of the widget +*/ + +/*! + \fn void QGraphicsWidget::layoutChanged() + This signal gets emitted whenever the layout of the item changes + \internal +*/ + +/*! Returns this widget's layout, or 0 if no layout is currently managing this widget. |