summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicswidget.cpp
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2012-08-15 15:22:49 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-17 19:30:38 +0200
commit8160ca6dfd5332993e22fc82597aac947f335ee6 (patch)
treebbaa41e207f7645db2edc52bf9df5b3161febe77 /src/widgets/graphicsview/qgraphicswidget.cpp
parent45982e6c57fe4af6c2f6ab627483c0e4b87e2e87 (diff)
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 <casper.vandonderen@nokia.com>
Diffstat (limited to 'src/widgets/graphicsview/qgraphicswidget.cpp')
-rw-r--r--src/widgets/graphicsview/qgraphicswidget.cpp6
1 files changed, 4 insertions, 2 deletions
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.