From b55ccc12f0b2ac964cb4ff72b191fee2c4e1bdad Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 31 Jul 2018 17:40:19 +0200 Subject: add graphics toolbar to all targets --- gui/ecp5/mainwindow.cc | 2 ++ gui/generic/mainwindow.cc | 2 ++ 2 files changed, 4 insertions(+) (limited to 'gui') diff --git a/gui/ecp5/mainwindow.cc b/gui/ecp5/mainwindow.cc index 1168a55c..4b1c7e3b 100644 --- a/gui/ecp5/mainwindow.cc +++ b/gui/ecp5/mainwindow.cc @@ -40,6 +40,8 @@ void MainWindow::createMenu() { QMenu *menu_Custom = new QMenu("&Generic", menuBar); menuBar->addAction(menu_Custom->menuAction()); + + createGraphicsBar(); } void MainWindow::new_proj() {} diff --git a/gui/generic/mainwindow.cc b/gui/generic/mainwindow.cc index 88e291e6..1efc73bb 100644 --- a/gui/generic/mainwindow.cc +++ b/gui/generic/mainwindow.cc @@ -40,6 +40,8 @@ void MainWindow::createMenu() { QMenu *menu_Custom = new QMenu("&Generic", menuBar); menuBar->addAction(menu_Custom->menuAction()); + + createGraphicsBar(); } void MainWindow::new_proj() {} -- cgit v1.2.3