Skip to content

Commit

Permalink
Added ability to show load button for workspaces on data selector
Browse files Browse the repository at this point in the history
Show load button (plot) for both on Indirect S(Q,w)

Refs #9829
  • Loading branch information
DanNixon committed Aug 11, 2014
1 parent 9d8db81 commit 03d38b5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
Expand Up @@ -1780,6 +1780,9 @@ Later steps in the process (saving, renaming) will not be done.</string>
<string>_red.nxs</string>
</stringlist>
</property>
<property name="showLoad" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
Expand Down
Expand Up @@ -48,25 +48,12 @@
<number>0</number>
</property>
<item>
<widget class="MantidQt::MantidWidgets::MWRunFiles" name="rfFileInput">
<widget class="MantidQt::MantidWidgets::MWRunFiles" name="rfFileInput" native="true">
<property name="label" stdset="0">
<string/>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbLoadFile">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Load</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="page_2">
Expand Down Expand Up @@ -97,9 +84,20 @@
</widget>
</widget>
</item>
<item>
<widget class="QPushButton" name="pbLoadFile">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>Load</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
<zorder>stackedDataSelect</zorder>
<zorder>cbInputType</zorder>
</widget>
<customwidgets>
<customwidget>
Expand Down

0 comments on commit 03d38b5

Please sign in to comment.