Display simulator in "live data" so we can see it in a screenshot

This commit is contained in:
Klaus Basan
2018-08-08 04:59:53 +02:00
parent 6548c71521
commit f9abfe9973
2 changed files with 24 additions and 7 deletions

View File

@@ -14,6 +14,7 @@
#include "blackgui/components/enablefordockwidgetinfoarea.h"
#include "blackgui/blackguiexport.h"
#include "blackmisc/simulation/simulatorinfo.h"
#include "blackmisc/logcategorylist.h"
#include "blackmisc/icons.h"
@@ -59,9 +60,8 @@ namespace BlackGui
int rowCount() const;
//! Clear
void clear();
void clear(bool addInternalsAfterwards = false);
public slots:
//! Update simulator
void update();
@@ -92,6 +92,7 @@ namespace BlackGui
QScopedPointer<Ui::CSimulatorComponent> ui;
QTimer m_updateTimer;
BlackMisc::Simulation::CSimulatorInfo m_simulator;
};
} // ns
} // ns