diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 18:33:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-31 18:41:44 +0900 |
commit | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch) | |
tree | 1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /doc/html/tqspinbox.html | |
parent | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff) | |
download | tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.tar.gz tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.zip |
Rename remaining ntq[d-h]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqspinbox.html')
-rw-r--r-- | doc/html/tqspinbox.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqspinbox.html b/doc/html/tqspinbox.html index 7474f488c..af0844a67 100644 --- a/doc/html/tqspinbox.html +++ b/doc/html/tqspinbox.html @@ -327,7 +327,7 @@ See the <a href="tqspinbox.html#specialValueText-prop">"specialValueText"</a> pr <h3 class=fn>void <a name="setSuffix"></a>TQSpinBox::setSuffix ( const <a href="tqstring.html">TQString</a> & text )<tt> [virtual slot]</tt> </h3><p>Sets the suffix of the spin box to <em>text</em>. See the <a href="tqspinbox.html#suffix-prop">"suffix"</a> property for details. -<h3 class=fn>void <a name="setValidator"></a>TQSpinBox::setValidator ( const <a href="ntqvalidator.html">TQValidator</a> * v )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setValidator"></a>TQSpinBox::setValidator ( const <a href="tqvalidator.html">TQValidator</a> * v )<tt> [virtual]</tt> </h3> Sets the validator to <em>v</em>. The validator controls what keyboard input is accepted when the user is editing in the value field. The @@ -381,11 +381,11 @@ current value using <a href="#mapValueToText">mapValueToText</a>(). Also enables up/down push buttons accordingly. <p> <p>See also <a href="#mapValueToText">mapValueToText</a>(). -<h3 class=fn>const <a href="ntqvalidator.html">TQValidator</a> * <a name="validator"></a>TQSpinBox::validator () const +<h3 class=fn>const <a href="tqvalidator.html">TQValidator</a> * <a name="validator"></a>TQSpinBox::validator () const </h3> Returns the validator that constrains editing for this spin box if there is any; otherwise returns 0. -<p> <p>See also <a href="#setValidator">setValidator</a>() and <a href="ntqvalidator.html">TQValidator</a>. +<p> <p>See also <a href="#setValidator">setValidator</a>() and <a href="tqvalidator.html">TQValidator</a>. <h3 class=fn>int <a name="value"></a>TQSpinBox::value () const </h3><p>Returns the value of the spin box. |