allow to inspect balancing arena

This commit is contained in:
2026-05-03 21:17:43 +02:00
parent afd8cd28fa
commit 3ef32ee6ba
13 changed files with 851 additions and 4 deletions

View File

@@ -18,9 +18,11 @@ public:
void updateStatus(const ArenaStatus& status);
void startSimulation();
void resetToGrey();
signals:
void startRequested();
void inspectRequested();
private:
void buildLayout(const std::string& arenaName);
@@ -30,6 +32,7 @@ private:
QLabel* m_team2Header;
QLabel* m_team1Content;
QLabel* m_team2Content;
QPushButton* m_inspectButton;
QPushButton* m_startButton;
bool m_running;
bool m_wasFinished;