summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqspinbox.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/ntqspinbox.html
parent68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff)
downloadtqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz
tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqspinbox.html')
-rw-r--r--doc/html/ntqspinbox.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqspinbox.html b/doc/html/ntqspinbox.html
index 012768a00..71794ed1a 100644
--- a/doc/html/ntqspinbox.html
+++ b/doc/html/ntqspinbox.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQSpinBox class provides a spin box widget (spin button).
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qspinbox-h.html">ntqspinbox.h</a>&gt;</tt>
-<p>Inherits <a href="ntqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>.
+<p>Inherits <a href="tqwidget.html">TQWidget</a> and <a href="ntqrangecontrol.html">TQRangeControl</a>.
<p><a href="qspinbox-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -147,7 +147,7 @@ and down arrow keys work as expected.
<p> It is often desirable to give the user a special (often default)
choice in addition to the range of numeric values. See
<a href="#setSpecialValueText">setSpecialValueText</a>() for how to do this with TQSpinBox.
-<p> The default <a href="ntqwidget.html#focusPolicy">TQWidget::focusPolicy</a>() is StrongFocus.
+<p> The default <a href="tqwidget.html#focusPolicy">TQWidget::focusPolicy</a>() is StrongFocus.
<p> If using prefix(), suffix() and <a href="#specialValueText">specialValueText</a>() don't provide
enough control, you can ignore them and subclass TQSpinBox instead.
<p> TQSpinBox can easily be subclassed to allow the user to input
@@ -199,13 +199,13 @@ style.
</ul><p> <p>See also <a href="#buttonSymbols-prop">TQSpinBox::buttonSymbols</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQSpinBox"></a>TQSpinBox::TQSpinBox ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQSpinBox"></a>TQSpinBox::TQSpinBox ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a spin box with the default <a href="ntqrangecontrol.html">TQRangeControl</a> range and
step values. It is called <em>name</em> and has parent <em>parent</em>.
<p> <p>See also <a href="#minValue-prop">minValue</a>, <a href="#maxValue-prop">maxValue</a>, <a href="ntqrangecontrol.html#setRange">setRange</a>(), <a href="#lineStep-prop">lineStep</a>, and <a href="ntqrangecontrol.html#setSteps">setSteps</a>().
-<h3 class=fn><a name="TQSpinBox-2"></a>TQSpinBox::TQSpinBox ( int&nbsp;minValue, int&nbsp;maxValue, int&nbsp;step = 1, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQSpinBox-2"></a>TQSpinBox::TQSpinBox ( int&nbsp;minValue, int&nbsp;maxValue, int&nbsp;step = 1, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a spin box that allows values from <em>minValue</em> to <em>maxValue</em> inclusive, with step amount <em>step</em>. The value is
initially set to <em>minValue</em>.