Skip to content

Commit

Permalink
Make Qmin and Qmax read only in invariant panel.
Browse files Browse the repository at this point in the history
Adresses issue #1609. For now the box is read only though it would be
nice to eventually allow q limits to be set by the user.  This should be
part of ticket #1608.  Alternatnively it can become a separate feature
request that MUST be done first before #1608
  • Loading branch information
butlerpd committed Jul 4, 2020
1 parent 574dc97 commit 8a607a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/sas/qtgui/Perspectives/Invariant/UI/TabbedInvariantUI.ui
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand All @@ -157,6 +160,9 @@
<property name="enabled">
<bool>true</bool>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit 8a607a9

Please # to comment.