mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: display Update size and notification
This commit is contained in:
10
mainwindow.h
10
mainwindow.h
@@ -48,6 +48,12 @@ private slots:
|
||||
|
||||
void on_settingsButton_clicked();
|
||||
|
||||
void disableNotify();
|
||||
|
||||
void onConnectionState(bool flag);
|
||||
|
||||
void on_connectButton_clicked();
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
TCPClient *client;
|
||||
@@ -59,12 +65,14 @@ private:
|
||||
QThread *connectionThread;
|
||||
QThread *updateControllerThread;
|
||||
quint64 maxBytesAvailable;
|
||||
QTimer *timer;
|
||||
float globalValue;
|
||||
|
||||
void DebugLog(QString message);
|
||||
void Initialize();
|
||||
void UpdateProgress(qint64 size,quint64 sended);
|
||||
void LoadComplete();
|
||||
void SetNeedUpdate(bool flag);
|
||||
void SetNeedUpdate(bool flag,quint64 size);
|
||||
void LostConnection();
|
||||
void CheckLoginResult(ServerAuthorization * serverAuth);
|
||||
void CheckAppAvailable();
|
||||
|
||||
Reference in New Issue
Block a user