From c816a338f7facf00da85ae9d1546bc5906784760 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 20 Feb 2013 07:26:03 -0800 Subject: Doc: Update image in QPainter class reference docs The code snippet demonstrating the use of drawText() was already updated to use the text 'Qt Project' - update the image accordingly. Task-number: QTBUG-29784 Change-Id: Iea5e729bd26df2d8ab6a02bb7ea804494e554a28 Reviewed-by: Friedemann Kleint --- src/gui/doc/images/qpainter-text.png | Bin 1391 -> 1185 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'src/gui/doc') diff --git a/src/gui/doc/images/qpainter-text.png b/src/gui/doc/images/qpainter-text.png index e95c965d7b..e1b11d0790 100644 Binary files a/src/gui/doc/images/qpainter-text.png and b/src/gui/doc/images/qpainter-text.png differ -- cgit v1.2.3 From 6269c9a4141b942b1c30788a41311f3bac1838a6 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Mon, 25 Feb 2013 12:30:31 +0100 Subject: Fix some punctuation errors. Change-Id: I6aa2ad2b506466fbef6a22380d151988930807c9 Reviewed-by: Jerome Pasion --- src/gui/doc/src/dnd.qdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/gui/doc') diff --git a/src/gui/doc/src/dnd.qdoc b/src/gui/doc/src/dnd.qdoc index 50b8c80ff3..1c6ca9c81c 100644 --- a/src/gui/doc/src/dnd.qdoc +++ b/src/gui/doc/src/dnd.qdoc @@ -33,8 +33,7 @@ \ingroup qt-gui-concepts Drag and drop provides a simple visual mechanism which users can use - to transfer information between and within applications. (In the - literature this is referred to as a "direct manipulation model".) Drag + to transfer information between and within applications. Drag and drop is similar in function to the clipboard's cut and paste mechanism. -- cgit v1.2.3