Add open plot editor to menus

- Add to summary plot node in project tree
- Add to empty space in plot window (mdi area)
This commit is contained in:
Jørgen Herje
2023-02-22 14:56:03 +01:00
committed by jonjenssen
parent a6ee41aaee
commit 88ebf857ff
5 changed files with 69 additions and 0 deletions

View File

@@ -95,6 +95,7 @@ RiuPlotMainWindow::RiuPlotMainWindow()
caf::CmdFeatureMenuBuilder menuForMdiArea;
menuForMdiArea << "RicNewEmptySummaryMultiPlotFeature";
menuForMdiArea << "RicOpenSummaryPlotEditorFromMdiAreaFeature";
new RiuContextMenuLauncher( m_mdiArea, menuForMdiArea );
ads::CDockWidget* cWidget =