add graphics toolbar to all targets

This commit is contained in:
Miodrag Milanovic 2018-07-31 17:40:19 +02:00
parent 41726087b7
commit b55ccc12f0
2 changed files with 4 additions and 0 deletions

View File

@ -40,6 +40,8 @@ void MainWindow::createMenu()
{
QMenu *menu_Custom = new QMenu("&Generic", menuBar);
menuBar->addAction(menu_Custom->menuAction());
createGraphicsBar();
}
void MainWindow::new_proj() {}

View File

@ -40,6 +40,8 @@ void MainWindow::createMenu()
{
QMenu *menu_Custom = new QMenu("&Generic", menuBar);
menuBar->addAction(menu_Custom->menuAction());
createGraphicsBar();
}
void MainWindow::new_proj() {}