aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/painteditem
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/painteditem')
-rw-r--r--examples/quick/painteditem/textballoons/doc/src/textballoons.qdoc7
1 files changed, 3 insertions, 4 deletions
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.
*/
-