From 363385a549f33b2b0a34ac9cc8149376f456655c Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Mon, 25 Mar 2013 12:37:22 +0100 Subject: Doc: Fixed some uses of terminolgies in qdoc files. -"element" -> "type" or "object" (not in all cases where this change applies) -some instances of QtQuick. It should be "Qt Quick". -only in qdoc files. Examples and source code changes will be done later. Task-number: QTBUG-30180 Change-Id: Ie587461a138e97606f761ad1e90909c91b479303 Reviewed-by: Alan Alpert Reviewed-by: Martin Smith --- examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'examples/quick/painteditem') diff --git a/examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc b/examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc index 6f1d751a5f..fff7f2147d 100644 --- a/examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc +++ b/examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc @@ -62,7 +62,7 @@ To implement a QQuickPaintedItem you must implement QQuickPaintedIem's pure virtual function \l {QQuickPaintedItem::}{paint()} which implements the - painting of the element. + painting of the type. \section1 TextBalloon Class Definition @@ -92,7 +92,7 @@ \snippet quick/customitems/painteditem/textballoons.qml 0 - The balloonModel contains two elements at application start which will be + The balloonModel contains two types at application start which will be displayed by the balloonView. The balloonView alernates the TextBalloon delegate items between left-aligned and right-aligned. @@ -102,7 +102,6 @@ The controls part of the UI contains a rectangle with a MouseArea which changes color when the mouse hovers over it. This control 'button' adds - a new element to the end of the model with a random width. + a new object to the end of the model with a random width. */ - -- cgit v1.2.3