add chart viewer window to show graphs of ongoing runs from thermo data

This commit is contained in:
Axel Kohlmeyer
2023-08-05 14:27:26 -04:00
parent d414dd52d5
commit fe7681d0b3
8 changed files with 213 additions and 13 deletions

View File

@ -39,6 +39,7 @@ class Highlighter;
class StdCapture;
class Preferences;
class ImageViewer;
class ChartViewer;
class LammpsGui : public QMainWindow {
Q_OBJECT
@ -85,6 +86,7 @@ private:
QLabel *status;
QPlainTextEdit *logwindow;
ImageViewer *imagewindow;
ChartViewer *chartwindow;
QTimer *logupdater;
QLabel *dirstatus;
QProgressBar *progress;