From 2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 27 Jun 2024 21:53:17 +0900 Subject: Rename date and time nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqapplication.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/ntqapplication.html') diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 997502b9..d076d191 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -804,7 +804,7 @@ can be used before calling exec(), because modal widgets call exec() to start a local event loop.

To make your application perform idle processing, i.e. executing a special function whenever there are no pending events, use a -TQTimer with 0 timeout. More advanced idle processing schemes can +TQTimer with 0 timeout. More advanced idle processing schemes can be achieved using processEvents().

See also quit(), exit(), processEvents(), and setMainWidget(). @@ -1086,7 +1086,7 @@ Processes pending events, for 3 seconds or until there are no more events to process, whichever is shorter.

You can call this function occasionally when your program is busy performing a long operation (e.g. copying a file). -

See also exec(), TQTimer, and TQEventLoop::processEvents(). +

See also exec(), TQTimer, and TQEventLoop::processEvents().

Examples: fileiconview/qfileiconview.cpp and network/ftpclient/main.cpp.

void TQApplication::processEvents ( int maxtime ) @@ -1096,7 +1096,7 @@ This is an overloaded member function, provided for convenience. It behaves esse there are no more events to process, whichever is shorter.

You can call this function occasionally when you program is busy doing a long operation (e.g. copying a file). -

See also exec(), TQTimer, and TQEventLoop::processEvents(). +

See also exec(), TQTimer, and TQEventLoop::processEvents().

void TQApplication::processOneEvent ()

This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. @@ -1105,7 +1105,7 @@ doing a long operation (e.g. copying a file). event processing must be grafted onto existing program loops.

Using this function in new applications may be an indication of design problems. -

See also processEvents(), exec(), and TQTimer. +

See also processEvents(), exec(), and TQTimer.

void TQApplication::quit () [slot]

-- cgit v1.2.3