From e0b4a2eeab91696e54d9ff3acc319d99ab9b96f9 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 14 Dec 2018 17:20:25 +0100 Subject: Add GUI for executing python file --- gui/basewindow.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gui/basewindow.h') diff --git a/gui/basewindow.h b/gui/basewindow.h index eb32033a..0b2d3fbc 100644 --- a/gui/basewindow.h +++ b/gui/basewindow.h @@ -78,6 +78,8 @@ class BaseMainWindow : public QMainWindow void budget(); void place(); + void execute_python(); + void pack_finished(bool status); void budget_finish(bool status); void place_finished(bool status); @@ -122,6 +124,9 @@ class BaseMainWindow : public QMainWindow QAction *actionAssignBudget; QAction *actionPlace; QAction *actionRoute; + + QAction *actionExecutePy; + QAction *actionPlay; QAction *actionPause; QAction *actionStop; -- cgit v1.2.3