implement logging of arena states

This commit is contained in:
2026-07-04 06:49:27 +02:00
parent bd0675db66
commit 3c1376828c
5 changed files with 139 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ private slots:
void pollStatuses();
void reloadConfig();
void startAll();
void writeLog();
private:
void startArena(int index);
@@ -72,6 +73,7 @@ private:
unsigned int m_nextSeed;
QPushButton* m_reloadButton;
QPushButton* m_startAllButton;
QPushButton* m_logButton;
QScrollArea* m_scrollArea;
QTimer* m_pollTimer;