summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlistbox.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:07:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-02 23:22:42 +0900
commit8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch)
treeb95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqlistbox.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt-8ac0e970.tar.gz
tqt-8ac0e970.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqlistbox.html')
-rw-r--r--doc/html/ntqlistbox.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqlistbox.html b/doc/html/ntqlistbox.html
index 8b9bb4ef0..145364354 100644
--- a/doc/html/ntqlistbox.html
+++ b/doc/html/ntqlistbox.html
@@ -247,7 +247,7 @@ is called. The <a href="#selected">selected</a>() signal is emitted when the use
double-clicks on an item or presses Enter on the current item.
<p> If the user does not select anything, no signals are emitted and
<a href="#currentItem">currentItem</a>() returns -1.
-<p> A list box has <a href="ntqwidget.html#FocusPolicy-enum">WheelFocus</a> as a default <a href="ntqwidget.html#focusPolicy">focusPolicy</a>(), i.e. it
+<p> A list box has <a href="tqwidget.html#FocusPolicy-enum">WheelFocus</a> as a default <a href="tqwidget.html#focusPolicy">focusPolicy</a>(), i.e. it
can get keyboard focus by tabbing, clicking and through the use of
the mouse wheel.
<p> New items can be inserted using <a href="#insertItem">insertItem</a>(), <a href="#insertStrList">insertStrList</a>() or
@@ -311,14 +311,14 @@ select either just one or a range of contiguous items, and <a href="#SelectionMo
touch.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQListBox"></a>TQListBox::TQListBox ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQListBox"></a>TQListBox::TQListBox ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs a new empty list box called <em>name</em> and with parent <em>parent</em>.
<p> Performance is boosted by modifying the widget flags <em>f</em> so that
only part of the <a href="qlistboxitem.html">TQListBoxItem</a> children is redrawn. This may be
unsuitable for custom TQListBoxItem classes, in which case <a href="ntqt.html#WidgetFlags-enum">WStaticContents</a> and <a href="ntqt.html#WidgetFlags-enum">WNoAutoErase</a> should be cleared
immediately after construction.
-<p> <p>See also <a href="ntqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>.
+<p> <p>See also <a href="tqwidget.html#clearWFlags">TQWidget::clearWFlags</a>() and <a href="ntqt.html#WidgetFlags-enum">TQt::WidgetFlags</a>.
<h3 class=fn><a name="~TQListBox"></a>TQListBox::~TQListBox ()
</h3>
@@ -767,7 +767,7 @@ See the <a href="ntqlistbox.html#numRows-prop">"numRows"</a> property for detail
</h3>
<p> This signal is emitted when the user moves the mouse cursor onto
-an item, similar to the <a href="ntqwidget.html#enterEvent">TQWidget::enterEvent</a>() function. <em>i</em> is
+an item, similar to the <a href="tqwidget.html#enterEvent">TQWidget::enterEvent</a>() function. <em>i</em> is
the <a href="qlistboxitem.html">TQListBoxItem</a> that the mouse has moved on.
<h3 class=fn>void <a name="onViewport"></a>TQListBox::onViewport ()<tt> [signal]</tt>