mirror of https://github.com/YosysHQ/nextpnr.git
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);
|
QMenu *menu_Custom = new QMenu("&Generic", menuBar);
|
||||||
menuBar->addAction(menu_Custom->menuAction());
|
menuBar->addAction(menu_Custom->menuAction());
|
||||||
|
|
||||||
|
createGraphicsBar();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::new_proj() {}
|
void MainWindow::new_proj() {}
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,8 @@ void MainWindow::createMenu()
|
||||||
{
|
{
|
||||||
QMenu *menu_Custom = new QMenu("&Generic", menuBar);
|
QMenu *menu_Custom = new QMenu("&Generic", menuBar);
|
||||||
menuBar->addAction(menu_Custom->menuAction());
|
menuBar->addAction(menu_Custom->menuAction());
|
||||||
|
|
||||||
|
createGraphicsBar();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::new_proj() {}
|
void MainWindow::new_proj() {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue