Skip to content

Commit

Permalink
Refs #7859 Update interface to add checkbox option.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Jan 28, 2014
1 parent f88d1d0 commit b719bdf
Showing 1 changed file with 19 additions and 6 deletions.
Expand Up @@ -23,7 +23,7 @@
<enum>QTabWidget::Rounded</enum>
</property>
<property name="currentIndex">
<number>0</number>
<number>3</number>
</property>
<widget class="QWidget" name="tabElwin">
<attribute name="title">
Expand Down Expand Up @@ -596,8 +596,18 @@
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QGridLayout" name="gridLayout_5">
<item row="0" column="1">
<widget class="QCheckBox" name="furyfit_ckPlotGuess">
<property name="text">
<string>Plot Guess</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="furyfit_ckConstrainIntensities">
<property name="text">
<string>Constrain Intensities</string>
Expand All @@ -607,10 +617,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="furyfit_ckPlotGuess">
<item row="1" column="0">
<widget class="QCheckBox" name="furfit_ckConstrainBeta">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Plot Guess</string>
<string>Constrain Beta Over All Q</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit b719bdf

Please sign in to comment.