Skip to content

Commit

Permalink
moved to another location. this refs #50
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanBilheux committed Mar 22, 2024
1 parent bfe8882 commit 873b627
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/tomoORNL_ui/ui/main_application.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1303,11 +1303,16 @@
<addaction name="actionSaveSession"/>
<addaction name="separator"/>
<addaction name="actionFull_Reset"/>
<addaction name="separator"/>
<addaction name="actionAdvanced_Settings_2"/>
</widget>
<widget class="QMenu" name="menuSettings">
<property name="title">
<string>Settings</string>
</property>
<addaction name="actionAdvanced_Settings_3"/>
</widget>
<addaction name="menuSession"/>
<addaction name="menuHelp"/>
<addaction name="menuSettings"/>
</widget>
<action name="actionSelect_new_instrument">
<property name="enabled">
Expand Down Expand Up @@ -1420,6 +1425,11 @@
<string>Settings ...</string>
</property>
</action>
<action name="actionAdvanced_Settings_3">
<property name="text">
<string>Advanced ...</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>select_projections_pushButton</tabstop>
Expand Down Expand Up @@ -1963,7 +1973,7 @@
</hints>
</connection>
<connection>
<sender>actionAdvanced_Settings</sender>
<sender>actionAdvanced_Settings_3</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>advanced_settings_clicked()</slot>
Expand Down

0 comments on commit 873b627

Please sign in to comment.