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/threads.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/threads.html') diff --git a/doc/html/threads.html b/doc/html/threads.html index f52ad6d3e..b3fb0f3b4 100644 --- a/doc/html/threads.html +++ b/doc/html/threads.html @@ -232,7 +232,7 @@ system functions. This mutex is locked while the event loop is running (e.g. during event delivery) and unlocked when the eventloop goes to sleep. Note: The TQt event loop is recursive, and the library mutex is not unlocked when re-entering the event loop (e.g. when -executing a modal dialog with TQDialog::exec()). +executing a modal dialog with TQDialog::exec()).

If another thread locks the TQt library mutex, then the event loop will stop processing events, and the locking thread may do simple GUI operations. Operations such as creating a TQPainter and drawing a line -- cgit v1.2.3