aboutsummaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.h
diff options
context:
space:
mode:
authorMiodrag Milanovic <mmicko@gmail.com>2018-06-19 15:17:10 +0200
committerMiodrag Milanovic <mmicko@gmail.com>2018-06-19 15:17:34 +0200
commitb5c1b0907974b3c94794a75e84d6c374c3326c40 (patch)
tree46bdaaf65d844428a8959a3d8c0457024af35c51 /gui/mainwindow.h
parent3a505638a6d4d62023082d8719aa224f8d544ec0 (diff)
downloadnextpnr-b5c1b0907974b3c94794a75e84d6c374c3326c40.tar.gz
nextpnr-b5c1b0907974b3c94794a75e84d6c374c3326c40.tar.bz2
nextpnr-b5c1b0907974b3c94794a75e84d6c374c3326c40.zip
Small gui improvements and open json functionality
Diffstat (limited to 'gui/mainwindow.h')
-rw-r--r--gui/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
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;
};