feat: change UI for send to server

This commit is contained in:
semenov
2024-10-01 16:25:54 +03:00
parent dfe08fc2db
commit 11e71f46a7
34 changed files with 5562 additions and 917 deletions

View File

@@ -71,6 +71,8 @@ private slots:
void slotServerDisconnect();
void on_updateListGuideLabel_linkActivated(const QString &link);
private:
Ui::MainWindow *ui;
UpdateNotifyWidget *updateWidget;
@@ -89,7 +91,6 @@ private:
int fileCountForUpdate;
int filesLoaded;
void debugLog(QString message);
void painting();
void initialize();
void updateProgress();
@@ -104,6 +105,7 @@ private:
void loadStaticData();
void bindClient();
void createObjects();
void showUpdateInfo();
protected:
virtual void keyPressEvent(QKeyEvent *event);