From 6880277f23b47117f7788f08f855ed99b5120f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomi=20Korpip=C3=A4=C3=A4?= Date: Mon, 12 May 2014 10:06:27 +0300 Subject: CustomDataItem made into a public class MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTRD-3055 Change-Id: I1e449df7c1bcb48fc639dbae579e2e1499c9ef2b Reviewed-by: Tomi Korpipää --- .../datavisualization/customitems/doc/src/customitems.qdoc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'examples/datavisualization/customitems/doc/src/customitems.qdoc') diff --git a/examples/datavisualization/customitems/doc/src/customitems.qdoc b/examples/datavisualization/customitems/doc/src/customitems.qdoc index 1878609b..d034019a 100644 --- a/examples/datavisualization/customitems/doc/src/customitems.qdoc +++ b/examples/datavisualization/customitems/doc/src/customitems.qdoc @@ -53,16 +53,19 @@ \snippet customitems/customitemgraph.cpp 1 - And finally we'll just add the item to the wanted position with the scale and rotation we want: + Then we'll create a new QCustom3DItem with all the parameters: \snippet customitems/customitemgraph.cpp 2 + And finally we'll just add the item: + + \snippet customitems/customitemgraph.cpp 3 + \section1 Removing custom item from a graph - We'll just call \c removeCustomItemAt() with the position - of the item: + We'll just call \c removeCustomItemAt() with the position of the item: - \snippet customitems/customitemgraph.cpp 3 + \snippet customitems/customitemgraph.cpp 4 \section1 Example Contents */ -- cgit v1.2.3