diff options
author | Arno <arno@disconnect.de> | 2016-12-06 12:14:47 +0100 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2016-12-06 12:14:47 +0100 |
commit | 997ed9156ba7a1942cebd487fd5cc2818220fa78 (patch) | |
tree | 3b9d5a63b9235e3fa9ce8e4f9078991fc14738b3 /filewidget.h | |
parent | a68cf88e69c65014f2e528aa26db42b4808c3b64 (diff) | |
download | ShemovCleaner-997ed9156ba7a1942cebd487fd5cc2818220fa78.tar.gz ShemovCleaner-997ed9156ba7a1942cebd487fd5cc2818220fa78.tar.bz2 ShemovCleaner-997ed9156ba7a1942cebd487fd5cc2818220fa78.zip |
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 :)
Diffstat (limited to 'filewidget.h')
-rw-r--r-- | filewidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |