diff options
Diffstat (limited to 'doc/html/ntqinputdialog.html')
-rw-r--r-- | doc/html/ntqinputdialog.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqinputdialog.html b/doc/html/ntqinputdialog.html index af631ca60..c2ec2e2f1 100644 --- a/doc/html/ntqinputdialog.html +++ b/doc/html/ntqinputdialog.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQInputDialog class provides a simple convenience dialog to get a single value from the user. <a href="#details">More...</a> <p><tt>#include <<a href="qinputdialog-h.html">ntqinputdialog.h</a>></tt> -<p>Inherits <a href="ntqdialog.html">TQDialog</a>. +<p>Inherits <a href="tqdialog.html">TQDialog</a>. <p><a href="qinputdialog-members.html">List of all member functions.</a> <h2>Static Public Members</h2> <ul> @@ -157,7 +157,7 @@ be modal. </pre> -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="getText"></a>TQInputDialog::getText ( const <a href="tqstring.html">TQString</a> & caption, const <a href="tqstring.html">TQString</a> & label, <a href="ntqlineedit.html#EchoMode-enum">TQLineEdit::EchoMode</a> mode = TQLineEdit::Normal, const <a href="tqstring.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 class=fn><a href="tqstring.html">TQString</a> <a name="getText"></a>TQInputDialog::getText ( const <a href="tqstring.html">TQString</a> & caption, const <a href="tqstring.html">TQString</a> & label, <a href="tqlineedit.html#EchoMode-enum">TQLineEdit::EchoMode</a> mode = TQLineEdit::Normal, const <a href="tqstring.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 |