#1018 : Snapshot : Added table editor to export dialog

This commit is contained in:
Magne Sjaastad
2016-12-09 11:11:16 +01:00
parent 242dbd3693
commit 331456e619
9 changed files with 249 additions and 17 deletions

View File

@@ -331,6 +331,7 @@ void RiuMainWindow::createMenus()
QMenu* exportMenu = fileMenu->addMenu("&Export");
exportMenu->addAction(cmdFeatureMgr->action("RicSnapshotViewToFileFeature"));
exportMenu->addAction(m_snapshotAllViewsToFile);
exportMenu->addAction(cmdFeatureMgr->action("RicExportMultipleSnapshotsFeature"));
fileMenu->addSeparator();
fileMenu->addAction(cmdFeatureMgr->action("RicSaveProjectFeature"));