diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/ntqslider.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt-1e9fa8e0.tar.gz tqt-1e9fa8e0.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqslider.html')
-rw-r--r-- | doc/html/ntqslider.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqslider.html b/doc/html/ntqslider.html index 72bc6a330..d24a8071a 100644 --- a/doc/html/ntqslider.html +++ b/doc/html/ntqslider.html @@ -203,7 +203,7 @@ See the <a href="ntqslider.html#orientation-prop">"orientation"</a> property for <h3 class=fn>void <a name="setPageStep"></a>TQSlider::setPageStep ( int ) </h3><p>Sets the current page step. See the <a href="ntqslider.html#pageStep-prop">"pageStep"</a> property for details. -<h3 class=fn>void <a name="setPalette"></a>TQSlider::setPalette ( const <a href="ntqpalette.html">TQPalette</a> & p )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setPalette"></a>TQSlider::setPalette ( const <a href="tqpalette.html">TQPalette</a> & p )<tt> [virtual]</tt> </h3> Reimplements the virtual function <a href="tqwidget.html#setPalette">TQWidget::setPalette</a>(). <p> Sets the background color to the mid color for <a href="motif-extension.html#Motif">Motif</a> style sliders @@ -247,7 +247,7 @@ slider <em>value</em> as its argument. <p> This signal is emitted when the user presses the slider with the mouse. -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="sliderRect"></a>TQSlider::sliderRect () const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="sliderRect"></a>TQSlider::sliderRect () const </h3> Returns the slider handle rectangle. (This is the visual marker that the user can move.) |