summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqt.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/ntqt.html
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz
tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqt.html')
-rw-r--r--doc/html/ntqt.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html
index 2a9d9597..d4d67dd4 100644
--- a/doc/html/ntqt.html
+++ b/doc/html/ntqt.html
@@ -35,7 +35,7 @@ body { background: #ffffff; color: black; }
that need to be global-like.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qnamespace-h.html">ntqnamespace.h</a>&gt;</tt>
-<p>Inherited by <a href="tqobject.html">TQObject</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="ntqbrush.html">TQBrush</a>, <a href="tqcanvasitem.html">TQCanvasItem</a>, <a href="ntqcursor.html">TQCursor</a>, <a href="ntqpainter.html">TQPainter</a>, <a href="ntqevent.html">TQEvent</a>, <a href="tqiconviewitem.html">TQIconViewItem</a>, <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="qlistviewitem.html">TQListViewItem</a>, <a href="qcustommenuitem.html">TQCustomMenuItem</a>, <a href="ntqpen.html">TQPen</a>, <a href="tqstylesheetitem.html">TQStyleSheetItem</a>, <a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a>, <a href="qtab.html">TQTab</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="tqthread.html">TQThread</a>, <a href="tqtooltip.html">TQToolTip</a>, and <a href="ntqwhatsthis.html">TQWhatsThis</a>.
+<p>Inherited by <a href="tqobject.html">TQObject</a>, <a href="ntqpixmap.html">TQPixmap</a>, <a href="tqbrush.html">TQBrush</a>, <a href="tqcanvasitem.html">TQCanvasItem</a>, <a href="ntqcursor.html">TQCursor</a>, <a href="tqpainter.html">TQPainter</a>, <a href="ntqevent.html">TQEvent</a>, <a href="tqiconviewitem.html">TQIconViewItem</a>, <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="qlistviewitem.html">TQListViewItem</a>, <a href="qcustommenuitem.html">TQCustomMenuItem</a>, <a href="ntqpen.html">TQPen</a>, <a href="tqstylesheetitem.html">TQStyleSheetItem</a>, <a href="ntqsyntaxhighlighter.html">TQSyntaxHighlighter</a>, <a href="qtab.html">TQTab</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="tqthread.html">TQThread</a>, <a href="tqtooltip.html">TQToolTip</a>, and <a href="ntqwhatsthis.html">TQWhatsThis</a>.
<p><a href="qt-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -149,7 +149,7 @@ used when a link is clicked to determine what content to load.
widget's palette changes.
<p> The background is what the widget contains when <a href="tqwidget.html#paintEvent">paintEvent()</a> is called. To minimize
flicker, this should be the most common color or pixmap in the
-widget. For <a href="#BackgroundMode-enum">PaletteBackground</a>, use colorGroup().brush( <a href="qcolorgroup.html#ColorRole-enum">TQColorGroup::Background</a> ), and so on.
+widget. For <a href="#BackgroundMode-enum">PaletteBackground</a>, use colorGroup().brush( <a href="tqcolorgroup.html#ColorRole-enum">TQColorGroup::Background</a> ), and so on.
<ul>
<li><tt>TQt::PaletteForeground</tt>
<li><tt>TQt::PaletteBackground</tt>
@@ -675,7 +675,7 @@ point, not as a TQt Key.
<h3 class=fn><a name="PenCapStyle-enum"></a>TQt::PenCapStyle</h3>
<p> This enum type defines the pen cap styles supported by TQt, i.e.
-the line end caps that can be drawn using <a href="ntqpainter.html">TQPainter</a>.
+the line end caps that can be drawn using <a href="tqpainter.html">TQPainter</a>.
<ul>
<li><tt>TQt::FlatCap</tt> - a square line end that does not cover the end
point of the line.
@@ -688,7 +688,7 @@ extends beyond it with half the line width.
<p> This enum type defines the pen join styles supported by TQt, i.e.
which joins between two connected lines can be drawn using
-<a href="ntqpainter.html">TQPainter</a>.
+<a href="tqpainter.html">TQPainter</a>.
<ul>
<li><tt>TQt::MiterJoin</tt> - The outer edges of the lines are extended to
meet at an angle, and this area is filled.
@@ -699,9 +699,9 @@ meet at an angle, and this area is filled.
<h3 class=fn><a name="PenStyle-enum"></a>TQt::PenStyle</h3>
<p> This enum type defines the pen styles that can be drawn using
-<a href="ntqpainter.html">TQPainter</a>. The styles are
+<a href="tqpainter.html">TQPainter</a>. The styles are
<ul>
-<li><tt>TQt::NoPen</tt> - no line at all. For example, <a href="ntqpainter.html#drawRect">TQPainter::drawRect</a>()
+<li><tt>TQt::NoPen</tt> - no line at all. For example, <a href="tqpainter.html#drawRect">TQPainter::drawRect</a>()
fills but does not draw any boundary line.
<li><tt>TQt::SolidLine</tt> - a simple line.
<li><tt>TQt::DashLine</tt> - dashes separated by a few pixels.