diff options
Diffstat (limited to 'doc/html/ntqt.html')
-rw-r--r-- | doc/html/ntqt.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqt.html b/doc/html/ntqt.html index 0bf8b012a..e06ed8faa 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 <<a href="qnamespace-h.html">ntqnamespace.h</a>></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 "&P" as <u>P</u> -(see <a href="ntqbutton.html">TQButton</a> for an example). For an ampersand, use "&&". +(see <a href="tqbutton.html">TQButton</a> for an example). For an ampersand, use "&&". <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> |