From b5c1b0907974b3c94794a75e84d6c374c3326c40 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 19 Jun 2018 15:17:10 +0200 Subject: Small gui improvements and open json functionality --- gui/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/mainwindow.h') diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 149c4aa5..35d917d9 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -24,9 +24,12 @@ class MainWindow : public QMainWindow private Q_SLOTS: void writeInfo(std::string text); + void open(); + bool save(); private: Context *ctx; + QTabWidget *tabWidget; InfoTab *info; }; -- cgit v1.2.3