mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-07 14:13:56 +00:00
add graphics toolbar to all targets
This commit is contained in:
@@ -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() {}
|
||||
|
||||
Reference in New Issue
Block a user