summaryrefslogtreecommitdiffstats
path: root/doc/html/tqslider.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqslider.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt-6f57abfc.tar.gz
tqt-6f57abfc.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqslider.html')
-rw-r--r--doc/html/tqslider.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/tqslider.html b/doc/html/tqslider.html
index 7cfdf3f1e..10f18788b 100644
--- a/doc/html/tqslider.html
+++ b/doc/html/tqslider.html
@@ -144,19 +144,19 @@ Constructs a vertical slider.
<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a>
constructor.
-<h3 class=fn><a name="TQSlider-2"></a>TQSlider::TQSlider ( <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQSlider-2"></a>TQSlider::TQSlider ( <a href="tqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a slider.
-<p> The <em>orientation</em> must be <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> or <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a>.
+<p> The <em>orientation</em> must be <a href="tqt.html#Orientation-enum">TQt::Vertical</a> or <a href="tqt.html#Orientation-enum">TQt::Horizontal</a>.
<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a>
constructor.
-<h3 class=fn><a name="TQSlider-3"></a>TQSlider::TQSlider ( int&nbsp;minValue, int&nbsp;maxValue, int&nbsp;pageStep, int&nbsp;value, <a href="ntqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQSlider-3"></a>TQSlider::TQSlider ( int&nbsp;minValue, int&nbsp;maxValue, int&nbsp;pageStep, int&nbsp;value, <a href="tqt.html#Orientation-enum">Orientation</a>&nbsp;orientation, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a slider whose value can never be smaller than <em>minValue</em> or greater than <em>maxValue</em>, whose page step size is <em>pageStep</em> and whose value is initially <em>value</em> (which is
guaranteed to be in range using <a href="tqrangecontrol.html#bound">bound</a>()).
-<p> If <em>orientation</em> is <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> the slider is vertical and if it
-is <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a> the slider is horizontal.
+<p> If <em>orientation</em> is <a href="tqt.html#Orientation-enum">TQt::Vertical</a> the slider is vertical and if it
+is <a href="tqt.html#Orientation-enum">TQt::Horizontal</a> the slider is horizontal.
<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a>
constructor.
@@ -177,7 +177,7 @@ See the <a href="tqslider.html#maxValue-prop">"maxValue"</a> property for detail
<h3 class=fn>int <a name="minValue"></a>TQSlider::minValue () const
</h3><p>Returns the current minimum value of the slider.
See the <a href="tqslider.html#minValue-prop">"minValue"</a> property for details.
-<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQSlider::orientation () const
+<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQSlider::orientation () const
</h3><p>Returns the slider's orientation.
See the <a href="tqslider.html#orientation-prop">"orientation"</a> property for details.
<h3 class=fn>int <a name="pageStep"></a>TQSlider::pageStep () const
@@ -197,7 +197,7 @@ See the <a href="tqslider.html#maxValue-prop">"maxValue"</a> property for detail
<h3 class=fn>void <a name="setMinValue"></a>TQSlider::setMinValue ( int )
</h3><p>Sets the current minimum value of the slider.
See the <a href="tqslider.html#minValue-prop">"minValue"</a> property for details.
-<h3 class=fn>void <a name="setOrientation"></a>TQSlider::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setOrientation"></a>TQSlider::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt>
</h3><p>Sets the slider's orientation.
See the <a href="tqslider.html#orientation-prop">"orientation"</a> property for details.
<h3 class=fn>void <a name="setPageStep"></a>TQSlider::setPageStep ( int )
@@ -313,9 +313,9 @@ if necessary, to ensure that the range remains valid.
<p> <p>See also <a href="tqrangecontrol.html#setRange">setRange</a>().
<p>Set this property's value with <a href="#setMinValue">setMinValue</a>() and get this property's value with <a href="#minValue">minValue</a>().
-<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3>
+<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation-prop"></a>orientation</h3>
<p>This property holds the slider's orientation.
-<p>The orientation must be <a href="ntqt.html#Orientation-enum">TQt::Vertical</a> (the default) or <a href="ntqt.html#Orientation-enum">TQt::Horizontal</a>.
+<p>The orientation must be <a href="tqt.html#Orientation-enum">TQt::Vertical</a> (the default) or <a href="tqt.html#Orientation-enum">TQt::Horizontal</a>.
<p>Set this property's value with <a href="#setOrientation">setOrientation</a>() and get this property's value with <a href="#orientation">orientation</a>().
<h3 class=fn>int <a name="pageStep-prop"></a>pageStep</h3>