diff options
Diffstat (limited to 'doc/html/qdoublevalidator.html')
-rw-r--r-- | doc/html/qdoublevalidator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qdoublevalidator.html b/doc/html/qdoublevalidator.html index d5f13b8ca..66b9b26ab 100644 --- a/doc/html/qdoublevalidator.html +++ b/doc/html/qdoublevalidator.html @@ -73,11 +73,11 @@ state. <p> <p>See also <a href="qintvalidator.html">TQIntValidator</a>, <a href="qregexpvalidator.html">TQRegExpValidator</a>, and <a href="misc.html">Miscellaneous Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQDoubleValidator"></a>TQDoubleValidator::TQDoubleValidator ( <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQDoubleValidator"></a>TQDoubleValidator::TQDoubleValidator ( <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a validator object with parent <em>parent</em>, called <em>name</em>, which accepts any double. -<h3 class=fn><a name="TQDoubleValidator-2"></a>TQDoubleValidator::TQDoubleValidator ( double bottom, double top, int decimals, <a href="ntqobject.html">TQObject</a> * parent, const char * name = 0 ) +<h3 class=fn><a name="TQDoubleValidator-2"></a>TQDoubleValidator::TQDoubleValidator ( double bottom, double top, int decimals, <a href="tqobject.html">TQObject</a> * parent, const char * name = 0 ) </h3> Constructs a validator object with parent <em>parent</em>, called <em>name</em>. This validator will accept doubles from <em>bottom</em> to <em>top</em> inclusive, with up to <em>decimals</em> digits after the decimal point. |