mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
bugfix/feat: main loading bar, add bar for sender
This commit is contained in:
@@ -84,13 +84,14 @@ private:
|
||||
SendSystem *sendSystem;
|
||||
HashComparer *hashComparer;
|
||||
QThread *connectionThread;
|
||||
quint64 maxBytesAvailable;
|
||||
QTimer *timer;
|
||||
float globalValue;
|
||||
|
||||
int fileCountForUpdate;
|
||||
int filesLoaded;
|
||||
|
||||
void debugLog(QString message);
|
||||
void initialize();
|
||||
void updateProgress(qint64 size,quint64 sended);
|
||||
void updateProgress();
|
||||
void loadComplete();
|
||||
void setNeedUpdate(bool flag,quint64 size,quint64 fileCount);
|
||||
void lostConnection();
|
||||
|
||||
Reference in New Issue
Block a user