Loading isis/src/qisis/objs/CubeDnView/CubeDnView.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -200,7 +200,7 @@ namespace Isis { tools->append(new HistogramTool(this)); tools->append(new StatisticsTool(this)); tools->append(new StereoTool(this)); tools->append(new HelpTool(this)); //tools->append(new HelpTool(this)); tools->append(new TrackTool(statusBar())); Loading @@ -211,7 +211,7 @@ namespace Isis { m_viewMenu = menuBar()->addMenu("&View"); m_optionsMenu = menuBar()->addMenu("&Options"); m_windowMenu = menuBar()->addMenu("&Window"); m_helpMenu = menuBar()->addMenu("&Help"); //m_helpMenu = menuBar()->addMenu("&Help"); for (int i = 0; i < tools->count(); i++) { Tool *tool = (*tools)[i]; Loading isis/src/qisis/objs/CubeDnView/CubeDnView.h +2 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,8 @@ namespace Isis { * AbstractProjectItemView now inherits from QMainWindow, so the * Workspace of this view is the centralWidget. This needs further work * to cleanup and fit in with the new docked view interface.git * @history 2017-08-03 Kaitlyn Lee - Removed help menu and the "What's This?" action because the * ipce help menu has this action. */ class CubeDnView : public AbstractProjectItemView { Loading Loading
isis/src/qisis/objs/CubeDnView/CubeDnView.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -200,7 +200,7 @@ namespace Isis { tools->append(new HistogramTool(this)); tools->append(new StatisticsTool(this)); tools->append(new StereoTool(this)); tools->append(new HelpTool(this)); //tools->append(new HelpTool(this)); tools->append(new TrackTool(statusBar())); Loading @@ -211,7 +211,7 @@ namespace Isis { m_viewMenu = menuBar()->addMenu("&View"); m_optionsMenu = menuBar()->addMenu("&Options"); m_windowMenu = menuBar()->addMenu("&Window"); m_helpMenu = menuBar()->addMenu("&Help"); //m_helpMenu = menuBar()->addMenu("&Help"); for (int i = 0; i < tools->count(); i++) { Tool *tool = (*tools)[i]; Loading
isis/src/qisis/objs/CubeDnView/CubeDnView.h +2 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,8 @@ namespace Isis { * AbstractProjectItemView now inherits from QMainWindow, so the * Workspace of this view is the centralWidget. This needs further work * to cleanup and fit in with the new docked view interface.git * @history 2017-08-03 Kaitlyn Lee - Removed help menu and the "What's This?" action because the * ipce help menu has this action. */ class CubeDnView : public AbstractProjectItemView { Loading