diff options
Diffstat (limited to 'doc/html/qcloseevent.html')
-rw-r--r-- | doc/html/qcloseevent.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qcloseevent.html b/doc/html/qcloseevent.html index 3a632cc33..76034284b 100644 --- a/doc/html/qcloseevent.html +++ b/doc/html/qcloseevent.html @@ -74,14 +74,14 @@ asks whether to save a document before closing. <p> If you want the widget to be deleted when it is closed, create it with the <a href="ntqt.html#WidgetFlags-enum">WDestructiveClose</a> widget flag. This is very useful for independent top-level windows in a multi-window application. -<p> <a href="ntqobject.html">TQObject</a>s emits the <a href="ntqobject.html#destroyed">destroyed()</a> signal when they are deleted. +<p> <a href="tqobject.html">TQObject</a>s emits the <a href="tqobject.html#destroyed">destroyed()</a> signal when they are deleted. <p> If the last top-level window is closed, the <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>() signal is emitted. <p> The <a href="#isAccepted">isAccepted</a>() function returns TRUE if the event's receiver has agreed to close the widget; call <a href="#accept">accept</a>() to agree to close the widget and call <a href="#ignore">ignore</a>() if the receiver of this event does not want the widget to be closed. -<p> <p>See also <a href="ntqwidget.html#close">TQWidget::close</a>(), <a href="ntqwidget.html#hide">TQWidget::hide</a>(), <a href="ntqobject.html#destroyed">TQObject::destroyed</a>(), <a href="ntqapplication.html#setMainWidget">TQApplication::setMainWidget</a>(), <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>(), <a href="ntqapplication.html#exec">TQApplication::exec</a>(), <a href="ntqapplication.html#quit">TQApplication::quit</a>(), and <a href="events.html">Event Classes</a>. +<p> <p>See also <a href="ntqwidget.html#close">TQWidget::close</a>(), <a href="ntqwidget.html#hide">TQWidget::hide</a>(), <a href="tqobject.html#destroyed">TQObject::destroyed</a>(), <a href="ntqapplication.html#setMainWidget">TQApplication::setMainWidget</a>(), <a href="ntqapplication.html#lastWindowClosed">TQApplication::lastWindowClosed</a>(), <a href="ntqapplication.html#exec">TQApplication::exec</a>(), <a href="ntqapplication.html#quit">TQApplication::quit</a>(), and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQCloseEvent"></a>TQCloseEvent::TQCloseEvent () |