add graphics toolbar to all targets
This commit is contained in:
parent
41726087b7
commit
b55ccc12f0
@ -40,6 +40,8 @@ void MainWindow::createMenu()
|
||||
{
|
||||
QMenu *menu_Custom = new QMenu("&Generic", menuBar);
|
||||
menuBar->addAction(menu_Custom->menuAction());
|
||||
|
||||
createGraphicsBar();
|
||||
}
|
||||
|
||||
void MainWindow::new_proj() {}
|
||||
|
@ -40,6 +40,8 @@ void MainWindow::createMenu()
|
||||
{
|
||||
QMenu *menu_Custom = new QMenu("&Generic", menuBar);
|
||||
menuBar->addAction(menu_Custom->menuAction());
|
||||
|
||||
createGraphicsBar();
|
||||
}
|
||||
|
||||
void MainWindow::new_proj() {}
|
||||
|
Loading…
Reference in New Issue
Block a user