From 0f92dd542b65bc910caaf190b7c623aa5158c86a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 14 Nov 2011 22:33:41 -0600 Subject: Fix native TQt3 accidental conversion to tquit --- doc/html/qwidget.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/qwidget.html') diff --git a/doc/html/qwidget.html b/doc/html/qwidget.html index 982c0a192..2d76389b2 100644 --- a/doc/html/qwidget.html +++ b/doc/html/qwidget.html @@ -569,7 +569,7 @@ If not, it will be a child of parent, and be constrained by parent< widget flag).
  • const char *name = 0 is the widget name of the new widget. You can access it using name(). The widget name is little -used by programmers but is tquite useful with GUI builders such as +used by programmers but is quite useful with GUI builders such as TQt Designer (you can name a widget in TQt Designer, and connect() to it using the name in your code). The dumpObjectTree() debugging function also uses it. @@ -606,10 +606,10 @@ somewhere else, then releases, your widget receives the release event. There is one exception: if a popup menu appears while the mouse button is held down, this popup immediately steals the mouse events. -

  • mouseDoubleClickEvent() - not tquite as obvious as it might seem. +

  • mouseDoubleClickEvent() - not quite as obvious as it might seem. If the user double-clicks, the widget receives a mouse press event (perhaps a mouse move event or two if they don't hold the mouse -tquite steady), a mouse release event and finally this event. It is +quite steady), a mouse release event and finally this event. It is not possible to distinguish a click from a double click until you've seen whether the second click arrives. (This is one reason why most GUI books recommend that double clicks be an extension of single clicks, @@ -855,7 +855,7 @@ no matter if the widget is visible or not. last visible top level widget is closed.

    Note that closing the TQApplication::mainWidget() terminates the application. -

    See also closeEvent(), TQCloseEvent, hide(), TQApplication::tquit(), TQApplication::setMainWidget(), and TQApplication::lastWindowClosed(). +

    See also closeEvent(), TQCloseEvent, hide(), TQApplication::quit(), TQApplication::setMainWidget(), and TQApplication::lastWindowClosed().

    void TQWidget::closeEvent ( TQCloseEvent * e ) [virtual protected]

    -- cgit v1.2.1