From fef846914f8db6dc117e206ef913d519bf6bb33e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 29 Jul 2024 12:43:23 +0900 Subject: Rename basic widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqapplication.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/ntqapplication.html') diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 7f4045597..1c1d7c3e6 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -534,7 +534,7 @@ this state. Returns the active modal widget.

A modal widget is a special top level widget which is a subclass of -TQDialog that specifies the modal parameter of the constructor as +TQDialog that specifies the modal parameter of the constructor as TRUE. A modal widget must be closed before the user can continue with other parts of the program.

Modal widgets are organized in a stack. This function returns @@ -808,7 +808,7 @@ special function whenever there are no pending events, use a be achieved using processEvents().

See also quit(), exit(), processEvents(), and setMainWidget(). -

Examples: helpsystem/main.cpp, life/main.cpp, network/archivesearch/main.cpp, network/ftpclient/main.cpp, t1/main.cpp, and t4/main.cpp. +

Examples: helpsystem/main.cpp, life/main.cpp, network/archivesearch/main.cpp, network/ftpclient/main.cpp, t1/main.cpp, and t4/main.cpp.

void TQApplication::exit ( int retcode = 0 ) [static]

Tells the application to exit with a return code. @@ -1116,7 +1116,7 @@ you also often connect e.g. TQButton::clickedTQAction, TQPopupMenu or TQMenuBar to it.

Example:

-    TQPushButton *quitButton = new TQPushButton( "Quit" );
+    TQPushButton *quitButton = new TQPushButton( "Quit" );
     connect( quitButton, TQ_SIGNAL(clicked()), tqApp, TQ_SLOT(quit()) );
   
@@ -1430,7 +1430,7 @@ set the default geometry (using TQWidget::se calling setMainWidget().

See also mainWidget(), exec(), and quit(). -

Examples: chart/main.cpp, helpsystem/main.cpp, life/main.cpp, network/ftpclient/main.cpp, t1/main.cpp, and t4/main.cpp. +

Examples: chart/main.cpp, helpsystem/main.cpp, life/main.cpp, network/ftpclient/main.cpp, t1/main.cpp, and t4/main.cpp.

void TQApplication::setOverrideCursor ( const TQCursor & cursor, bool replace = FALSE ) [static]

Sets the application override cursor to cursor. @@ -1567,7 +1567,7 @@ like this: If you support drag and drop in you application and a drag should start after a mouse click and after a certain time elapsed, you should use the value which this method returns as the delay (in ms). -

TQt also uses this delay internally, e.g. in TQTextEdit and TQLineEdit, +

TQt also uses this delay internally, e.g. in TQTextEdit and TQLineEdit, for starting a drag.

The default value is 500 ms.

See also setStartDragTime() and startDragDistance(). -- cgit v1.2.3