extract YAML format thermo data from output window text

This commit is contained in:
Axel Kohlmeyer
2024-07-16 23:38:18 -04:00
parent 1b9302299a
commit 2a1447ff03
5 changed files with 35 additions and 2 deletions

View File

@ -23,6 +23,7 @@ public:
LogWindow(const QString &filename, QWidget *parent = nullptr);
private slots:
void extract_yaml();
void quit();
void save_as();
void stop_run();