mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-07 07:23:43 +00:00
Duplicate mode switch control in menu
This commit is contained in:
parent
d30fa8b2ce
commit
87c1f4d576
3 changed files with 92 additions and 15 deletions
|
|
@ -138,7 +138,8 @@ AppWindow::AppWindow(QWidget *parent)
|
|||
}
|
||||
|
||||
modeHandler = new ModeHandler(this);
|
||||
new ModeWindow(modeHandler, this);
|
||||
auto modeWindow = new ModeWindow(modeHandler, this);
|
||||
ui->menubar->insertMenu(ui->menuHelp->menuAction(), modeWindow->getMenu());
|
||||
|
||||
central = new QStackedWidget;
|
||||
setCentralWidget(central);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue