From 521604defa90ca9cf8cdcf0c8e3c8f2579bb8092 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 7 Nov 2023 19:27:29 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 6b0cf55d6252a256d9fc5bcb89837bec7f21f40d) --- doc/kdearch/index.docbook | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/kdearch') diff --git a/doc/kdearch/index.docbook b/doc/kdearch/index.docbook index b75978ff..fc21e33a 100644 --- a/doc/kdearch/index.docbook +++ b/doc/kdearch/index.docbook @@ -878,7 +878,7 @@ stored in it are a style, a color, a join style and a cap style. The pen style is member of the enum -Qt::PenStyle. +TQt::PenStyle. and can take one of the following values: @@ -888,7 +888,7 @@ and can take one of the following values: The join style is a member of the enum -Qt::PenJoinStyle. +TQt::PenJoinStyle. It specifies how the junction between multiple lines which are attached to each other is drawn. It takes one of the following values: @@ -918,7 +918,7 @@ other is drawn. It takes one of the following values: The cap style is a member of the enum -Qt::PenCapStyleand specifies how the end points of lines are drawn. It takes one of the values +TQt::PenCapStyleand specifies how the end points of lines are drawn. It takes one of the values from the following table: @@ -978,7 +978,7 @@ brush with the custom pattern you give as second parameter. A default brush style is from the enum -Qt::BrushStyle. +TQt::BrushStyle. Here is a picture of all predefined patterns: @@ -1126,9 +1126,9 @@ Text can be drawn with one of the overloaded variants of the method QPainter::drawText(). These draw a TQString either at a given point or in a given rectangle, using the font set by QPainter::setFont(). There is also a parameter which takes an ORed combination of some flags from the enums -Qt::AlignmentFlags +TQt::AlignmentFlags and -Qt::TextFlags +TQt::TextFlags -- cgit v1.2.3