complete chart view window with option to select chart from thermo columns

This commit is contained in:
Axel Kohlmeyer
2023-08-05 18:31:43 -04:00
parent fe7681d0b3
commit 53eaca030b
4 changed files with 169 additions and 50 deletions

View File

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