summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqt.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/ntqt.html
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqt.html')
-rw-r--r--doc/html/ntqt.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html
index 0bf8b012..e06ed8fa 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="tqpixmap.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="tqevent.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="tqpen.html">TQPen</a>, <a href="tqstylesheetitem.html">TQStyleSheetItem</a>, <a href="tqsyntaxhighlighter.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="tqwhatsthis.html">TQWhatsThis</a>.
+<p>Inherited by <a href="tqobject.html">TQObject</a>, <a href="tqpixmap.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="tqevent.html">TQEvent</a>, <a href="tqiconviewitem.html">TQIconViewItem</a>, <a href="ntqkeysequence.html">TQKeySequence</a>, <a href="tqlistviewitem.html">TQListViewItem</a>, <a href="qcustommenuitem.html">TQCustomMenuItem</a>, <a href="tqpen.html">TQPen</a>, <a href="tqstylesheetitem.html">TQStyleSheetItem</a>, <a href="tqsyntaxhighlighter.html">TQSyntaxHighlighter</a>, <a href="tqtab.html">TQTab</a>, <a href="tqtableitem.html">TQTableItem</a>, <a href="tqthread.html">TQThread</a>, <a href="tqtooltip.html">TQToolTip</a>, and <a href="tqwhatsthis.html">TQWhatsThis</a>.
<p><a href="qt-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -755,7 +755,7 @@ interacts with the corresponding bit of the <em>dst</em> pixel.
<h3 class=fn><a name="StringComparisonMode-enum"></a>TQt::StringComparisonMode</h3>
<p> This enum type is used to set the string comparison mode when
-searching for an item. It is used by <a href="ntqlistbox.html">TQListBox</a>, <a href="ntqlistview.html">TQListView</a> and
+searching for an item. It is used by <a href="tqlistbox.html">TQListBox</a>, <a href="tqlistview.html">TQListView</a> and
<a href="tqiconview.html">TQIconView</a>, for example. We'll refer to the string being searched
as the 'target' string.
<ul>
@@ -782,14 +782,14 @@ it prints outside.
<li><tt>TQt::ExpandTabs</tt> - Makes the U+0009 (ASCII tab) character move to
the next tab stop.
<li><tt>TQt::ShowPrefix</tt> - Displays the string "&amp;P" as <u>P</u>
-(see <a href="ntqbutton.html">TQButton</a> for an example). For an ampersand, use "&amp;&amp;".
+(see <a href="tqbutton.html">TQButton</a> for an example). For an ampersand, use "&amp;&amp;".
<li><tt>TQt::WordBreak</tt> - Breaks lines at appropriate points, e.g. at word
boundaries.
<li><tt>TQt::BreakAnywhere</tt> - Breaks lines anywhere, even within words.
<li><tt>TQt::NoAccel</tt> - Same as ShowPrefix but doesn't draw the underlines.
</ul><p> You can use as many modifier flags as you want, except that <a href="#TextFlags-enum">SingleLine</a> and <a href="#TextFlags-enum">WordBreak</a> cannot be combined.
<p> Flags that are inappropriate for a given use (e.g. ShowPrefix to
-<a href="qgridlayout.html#addWidget">TQGridLayout::addWidget</a>()) are generally ignored.
+<a href="tqgridlayout.html#addWidget">TQGridLayout::addWidget</a>()) are generally ignored.
<p>
<h3 class=fn><a name="TextFormat-enum"></a>TQt::TextFormat</h3>