Skip to content
Snippets Groups Projects
Commit 3d23a68a authored by Gemma Guest's avatar Gemma Guest
Browse files

Remove Options Dialog from the menu

This is not implemented yet so hide it from the interface. Note that the
supporting notification in the presenter and outline unit test are left
in because this functionality will be added in a future PR.

Re #26533
parent 313c219f
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,6 @@
<property name="title">
<string>&amp;Tools</string>
</property>
<addaction name="showOptions"/>
<addaction name="showSlitCalculator"/>
</widget>
<addaction name="menuBatch"/>
......@@ -96,11 +95,6 @@
<string>&amp;Load</string>
</property>
</action>
<action name="showOptions">
<property name="text">
<string>&amp;Options</string>
</property>
</action>
<action name="showSlitCalculator">
<property name="text">
<string>&amp;Slit Calculator</string>
......
......@@ -66,8 +66,6 @@ void QtMainWindowView::initLayout() {
SLOT(onLoadBatchRequested(bool)));
connect(m_ui.saveBatch, SIGNAL(triggered(bool)), this,
SLOT(onSaveBatchRequested(bool)));
connect(m_ui.showOptions, SIGNAL(triggered(bool)), this,
SLOT(onShowOptionsRequested(bool)));
connect(m_ui.showSlitCalculator, SIGNAL(triggered(bool)), this,
SLOT(onShowSlitCalculatorRequested(bool)));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment