mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
feat: change UI for send to server
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user