diff options
Diffstat (limited to 'doc/html/ntqinputdialog.html')
-rw-r--r-- | doc/html/ntqinputdialog.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqinputdialog.html b/doc/html/ntqinputdialog.html index 6ba9d306d..c52d87e7d 100644 --- a/doc/html/ntqinputdialog.html +++ b/doc/html/ntqinputdialog.html @@ -69,7 +69,7 @@ functions can be used in a similar way, for example: <p> <center><img src="inputdialogs.png" alt="Input Dialogs"></center> <p>See also <a href="dialogs.html">Dialog Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn>double <a name="getDouble"></a>TQInputDialog::getDouble ( const <a href="ntqstring.html">TQString</a> & caption, const <a href="ntqstring.html">TQString</a> & label, double value = 0, double minValue = -2147483647, double maxValue = 2147483647, int decimals = 1, bool * ok = 0, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn>double <a name="getDouble"></a>TQInputDialog::getDouble ( const <a href="ntqstring.html">TQString</a> & caption, const <a href="ntqstring.html">TQString</a> & label, double value = 0, double minValue = -2147483647, double maxValue = 2147483647, int decimals = 1, bool * ok = 0, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> Static convenience function to get a floating point number from the user. <em>caption</em> is the text which is displayed in the title @@ -98,7 +98,7 @@ entered by the user. </pre> -<h3 class=fn>int <a name="getInteger"></a>TQInputDialog::getInteger ( const <a href="ntqstring.html">TQString</a> & caption, const <a href="ntqstring.html">TQString</a> & label, int value = 0, int minValue = -2147483647, int maxValue = 2147483647, int step = 1, bool * ok = 0, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn>int <a name="getInteger"></a>TQInputDialog::getInteger ( const <a href="ntqstring.html">TQString</a> & caption, const <a href="ntqstring.html">TQString</a> & label, int value = 0, int minValue = -2147483647, int maxValue = 2147483647, int step = 1, bool * ok = 0, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> Static convenience function to get an integer input from the user. <em>caption</em> is the text which is displayed in the title bar @@ -126,7 +126,7 @@ be modal. </pre> -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="getItem"></a>TQInputDialog::getItem ( const <a href="ntqstring.html">TQString</a> & caption, const <a href="ntqstring.html">TQString</a> & label, const <a href="ntqstringlist.html">TQStringList</a> & list, int current = 0, bool editable = TRUE, bool * ok = 0, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="getItem"></a>TQInputDialog::getItem ( const <a href="ntqstring.html">TQString</a> & caption, const <a href="ntqstring.html">TQString</a> & label, const <a href="ntqstringlist.html">TQStringList</a> & list, int current = 0, bool editable = TRUE, bool * ok = 0, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> Static convenience function to let the user select an item from a string list. <em>caption</em> is the text which is displayed in the title @@ -157,7 +157,7 @@ be modal. </pre> -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="getText"></a>TQInputDialog::getText ( const <a href="ntqstring.html">TQString</a> & caption, const <a href="ntqstring.html">TQString</a> & label, <a href="ntqlineedit.html#EchoMode-enum">TQLineEdit::EchoMode</a> mode = TQLineEdit::Normal, const <a href="ntqstring.html">TQString</a> & text = TQString::null, bool * ok = 0, <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="getText"></a>TQInputDialog::getText ( const <a href="ntqstring.html">TQString</a> & caption, const <a href="ntqstring.html">TQString</a> & label, <a href="ntqlineedit.html#EchoMode-enum">TQLineEdit::EchoMode</a> mode = TQLineEdit::Normal, const <a href="ntqstring.html">TQString</a> & text = TQString::null, bool * ok = 0, <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0 )<tt> [static]</tt> </h3> Static convenience function to get a string from the user. <em>caption</em> is the text which is displayed in the title bar of the dialog. <em>label</em> is the text which is shown to the user (it should |