From 42957a3f812a1db64a9ae452baa2d3fbc35f2466 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 12 Aug 2024 22:02:11 +0900 Subject: Rename more widget nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqftp.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqftp.html') diff --git a/doc/html/tqftp.html b/doc/html/tqftp.html index 4cfc87703..705fab074 100644 --- a/doc/html/tqftp.html +++ b/doc/html/tqftp.html @@ -190,7 +190,7 @@ FTP server, you would write this:

The dataTransferProgress() signal in the above example is useful -if you want to show a progressbar to +if you want to show a progressbar to inform the user about the progress of the download. The readyRead() signal tells you that there is data ready to be read. The amount of data can be queried then with the bytesAvailable() @@ -419,12 +419,12 @@ indicate the current progress of the download or upload. and total is the total amount of data to be read or written. It is possible that the TQFtp class is not able to determine the total amount of data that should be transferred, in which case total -is 0. (If you connect this signal to a TQProgressBar, the progress +is 0. (If you connect this signal to a TQProgressBar, the progress bar shows a busy indicator if the total is 0).

Warning: done and total are not necessarily the size in bytes, since for large files these values might need to be "scaled" to avoid overflow. -

See also get(), put(), and TQProgressBar::progress. +

See also get(), put(), and TQProgressBar::progress.

Example: network/ftpclient/ftpmainwindow.ui.h.

void TQFtp::done ( bool error ) [signal] -- cgit v1.2.1