added stateLabel

This commit is contained in:
2025-07-04 02:57:55 +07:00
parent 96954c6527
commit bdd09484f4
2 changed files with 37 additions and 4 deletions

View File

@@ -67,6 +67,10 @@ private:
int m_connectTimeout;
int m_pollInterval;
QTimer* m_pollTimer;
QLabel* m_statusLabel;
int m_requestCounter;
int m_responseCounter;
void updateStatusBar();
};
#endif // MAINWINDOW_H