summaryrefslogtreecommitdiffstats
path: root/doc/html/tqscrollbar.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/tqscrollbar.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz
tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.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/tqscrollbar.html')
-rw-r--r--doc/html/tqscrollbar.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/tqscrollbar.html b/doc/html/tqscrollbar.html
index e08d30862..fdb214fbc 100644
--- a/doc/html/tqscrollbar.html
+++ b/doc/html/tqscrollbar.html
@@ -173,22 +173,22 @@ constructor.
<p> The <a href="#minValue-prop">minValue</a> defaults to 0, the <a href="#maxValue-prop">maxValue</a> to 99, with a <a href="#lineStep-prop">lineStep</a> size of 1 and a <a href="#pageStep-prop">pageStep</a> size of 10, and an initial
<a href="#value-prop">value</a> of 0.
-<h3 class=fn><a name="TQScrollBar-2"></a>TQScrollBar::TQScrollBar ( <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="TQScrollBar-2"></a>TQScrollBar::TQScrollBar ( <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 scroll bar.
-<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.
<p> The <a href="#minValue-prop">minValue</a> defaults to 0, the <a href="#maxValue-prop">maxValue</a> to 99, with a <a href="#lineStep-prop">lineStep</a> size of 1 and a <a href="#pageStep-prop">pageStep</a> size of 10, and an initial
<a href="#value-prop">value</a> of 0.
-<h3 class=fn><a name="TQScrollBar-3"></a>TQScrollBar::TQScrollBar ( int&nbsp;minValue, int&nbsp;maxValue, int&nbsp;lineStep, 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="TQScrollBar-3"></a>TQScrollBar::TQScrollBar ( int&nbsp;minValue, int&nbsp;maxValue, int&nbsp;lineStep, 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 scroll bar whose value can never be smaller than <em>minValue</em> or greater than <em>maxValue</em>, whose line step size is <em>lineStep</em> and 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">Vertical</a> the scroll bar is vertical and if
-it is <a href="ntqt.html#Orientation-enum">Horizontal</a> the scroll bar is horizontal.
+<p> If <em>orientation</em> is <a href="tqt.html#Orientation-enum">Vertical</a> the scroll bar is vertical and if
+it is <a href="tqt.html#Orientation-enum">Horizontal</a> the scroll bar is horizontal.
<p> The <em>parent</em> and <em>name</em> arguments are sent on to the <a href="tqwidget.html">TQWidget</a>
constructor.
@@ -225,7 +225,7 @@ or right.
<p> This signal is emitted when the scroll bar scrolls one page down
or right.
-<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQScrollBar::orientation () const
+<h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQScrollBar::orientation () const
</h3><p>Returns the orientation of the scroll bar.
See the <a href="tqscrollbar.html#orientation-prop">"orientation"</a> property for details.
<h3 class=fn>int <a name="pageStep"></a>TQScrollBar::pageStep () const
@@ -252,7 +252,7 @@ See the <a href="tqscrollbar.html#maxValue-prop">"maxValue"</a> property for det
<h3 class=fn>void <a name="setMinValue"></a>TQScrollBar::setMinValue ( int )
</h3><p>Sets the scroll bar's minimum value.
See the <a href="tqscrollbar.html#minValue-prop">"minValue"</a> property for details.
-<h3 class=fn>void <a name="setOrientation"></a>TQScrollBar::setOrientation ( <a href="ntqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setOrientation"></a>TQScrollBar::setOrientation ( <a href="tqt.html#Orientation-enum">Orientation</a> )<tt> [virtual]</tt>
</h3><p>Sets the orientation of the scroll bar.
See the <a href="tqscrollbar.html#orientation-prop">"orientation"</a> property for details.
<h3 class=fn>void <a name="setPageStep"></a>TQScrollBar::setPageStep ( int )
@@ -342,9 +342,9 @@ adjusted 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 orientation of the scroll bar.
-<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>