diff options
Diffstat (limited to 'doc/html/tqdialog.html')
-rw-r--r-- | doc/html/tqdialog.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqdialog.html b/doc/html/tqdialog.html index d3483c2c9..91a26d6b2 100644 --- a/doc/html/tqdialog.html +++ b/doc/html/tqdialog.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } <a href="#details">More...</a> <p><tt>#include <<a href="tqdialog-h.html">tqdialog.h</a>></tt> <p>Inherits <a href="tqwidget.html">TQWidget</a>. -<p>Inherited by <a href="tqcolordialog.html">TQColorDialog</a>, <a href="ntqerrormessage.html">TQErrorMessage</a>, <a href="tqfiledialog.html">TQFileDialog</a>, <a href="tqfontdialog.html">TQFontDialog</a>, <a href="ntqinputdialog.html">TQInputDialog</a>, <a href="ntqmessagebox.html">TQMessageBox</a>, <a href="qmotifdialog.html">TQMotifDialog</a>, <a href="ntqprogressdialog.html">TQProgressDialog</a>, <a href="ntqtabdialog.html">TQTabDialog</a>, and <a href="ntqwizard.html">TQWizard</a>. +<p>Inherited by <a href="tqcolordialog.html">TQColorDialog</a>, <a href="ntqerrormessage.html">TQErrorMessage</a>, <a href="tqfiledialog.html">TQFileDialog</a>, <a href="tqfontdialog.html">TQFontDialog</a>, <a href="ntqinputdialog.html">TQInputDialog</a>, <a href="ntqmessagebox.html">TQMessageBox</a>, <a href="qmotifdialog.html">TQMotifDialog</a>, <a href="tqprogressdialog.html">TQProgressDialog</a>, <a href="tqtabdialog.html">TQTabDialog</a>, and <a href="tqwizard.html">TQWizard</a>. <p><a href="tqdialog-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -114,7 +114,7 @@ the user must have the ability to interact with the dialog, e.g. to cancel a long running operation. If you use show() and setModal(TRUE) together you must call <a href="ntqapplication.html#processEvents">TQApplication::processEvents</a>() periodically during processing to -enable the user to interact with the dialog. (See <a href="ntqprogressdialog.html">TQProgressDialog</a>.) +enable the user to interact with the dialog. (See <a href="tqprogressdialog.html">TQProgressDialog</a>.) <p> <a name="modeless"></a> <h3> Modeless Dialogs </h3> @@ -198,7 +198,7 @@ event loop. </pre><pre> <a name="x2132"></a> return a.<a href="ntqapplication.html#exec">exec</a>(); } </pre> -<p> <p>See also <a href="ntqtabdialog.html">TQTabDialog</a>, <a href="tqwidget.html">TQWidget</a>, <a href="ntqprogressdialog.html">TQProgressDialog</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Dialogs, Standard</a>, <a href="abstractwidgets.html">Abstract Widget Classes</a>, and <a href="dialogs.html">Dialog Classes</a>. +<p> <p>See also <a href="tqtabdialog.html">TQTabDialog</a>, <a href="tqwidget.html">TQWidget</a>, <a href="tqprogressdialog.html">TQProgressDialog</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Dialogs, Standard</a>, <a href="abstractwidgets.html">Abstract Widget Classes</a>, and <a href="dialogs.html">Dialog Classes</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="DialogCode-enum"></a>TQDialog::DialogCode</h3> @@ -322,7 +322,7 @@ of the <a href="#modal-prop">modal</a> property. </h3> If <em>showIt</em> is TRUE, the dialog's extension is shown; otherwise the extension is hidden. -<p> This slot is usually connected to the <a href="ntqbutton.html#toggled">TQButton::toggled</a>() signal +<p> This slot is usually connected to the <a href="tqbutton.html#toggled">TQButton::toggled</a>() signal of a <a href="tqpushbutton.html">TQPushButton</a>. <p> A dialog with a visible extension is not resizeable. <p> <p>See also <a href="#show">show</a>(), <a href="#setExtension">setExtension</a>(), and <a href="#setOrientation">setOrientation</a>(). |