From 8160ca6dfd5332993e22fc82597aac947f335ee6 Mon Sep 17 00:00:00 2001 From: Jan-Arve Saether Date: Wed, 15 Aug 2012 15:22:49 +0200 Subject: Clean up docs for graphicsview. * doc/snippets/graphicsview.cpp is moved from the qtdoc repo * doc/images/graphicsview-parentchild.png is taken from 4.8 There are still some problems with references to examples, but Casper meant that Jerome was working on that, so I'll leave those fixes out. Change-Id: Ieac8e6564344851fe8e77f2b346b152e57f8485c Reviewed-by: Casper van Donderen --- src/widgets/graphicsview/qgraphicswidget.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/widgets/graphicsview/qgraphicswidget.cpp') diff --git a/src/widgets/graphicsview/qgraphicswidget.cpp b/src/widgets/graphicsview/qgraphicswidget.cpp index 560b04cca9..81107f3cae 100644 --- a/src/widgets/graphicsview/qgraphicswidget.cpp +++ b/src/widgets/graphicsview/qgraphicswidget.cpp @@ -1201,7 +1201,8 @@ QVariant QGraphicsWidget::itemChange(GraphicsItemChange change, const QVariant & QGraphicsWidget delivers notifications for the following properties: - \table \li propertyName \li Property + \table + \header \li propertyName \li Property \row \li layoutDirection \li QGraphicsWidget::layoutDirection \row \li size \li QGraphicsWidget::size \row \li font \li QGraphicsWidget::font @@ -1347,7 +1348,8 @@ Qt::WindowFrameSection QGraphicsWidget::windowFrameSectionAt(const QPointF &pos) Handles the \a event. QGraphicsWidget handles the following events: - \table \li Event \li Usage + \table + \header \li Event \li Usage \row \li Polish \li Delivered to the widget some time after it has been shown. -- cgit v1.2.3