From 997ed9156ba7a1942cebd487fd5cc2818220fa78 Mon Sep 17 00:00:00 2001 From: Arno Date: Tue, 6 Dec 2016 12:14:47 +0100 Subject: Add a summary to ProgressDialog Show how many files we have, and display the transfer rate in Megabytes per second. Can't believe that it worked right from the start :) --- filewidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'filewidget.h') diff --git a/filewidget.h b/filewidget.h index 62d0630..d48aa80 100644 --- a/filewidget.h +++ b/filewidget.h @@ -67,6 +67,7 @@ class FileWidget : public QWidget { void addAsOrigin(); void setupProgress(QString file, QString dest, qint64 size); void setCopyProgress(qint64 bytes); + void setCopySummary(qint64 bytes, qint64 elapsed); void copyFiles(QString destDir); void hideCopyProgress(); void copySuccess(bool success, QString source); -- cgit v1.2.3-70-g09d2