diff options
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. |