Skip to content

Commit

Permalink
Refs #4858 Add spectrum range options to interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Feb 10, 2014
1 parent 4edf213 commit 108e45a
Showing 1 changed file with 69 additions and 2 deletions.
Expand Up @@ -189,7 +189,7 @@
<attribute name="title">
<string>MSD Fit</string>
</attribute>
<layout class="QVBoxLayout" name="layoutMSDFit">
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_18">
<item>
Expand Down Expand Up @@ -231,7 +231,74 @@
<layout class="QVBoxLayout" name="msd_properties"/>
</item>
<item>
<layout class="QVBoxLayout" name="msd_plot"/>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QVBoxLayout" name="msd_plot"/>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Spectra Range:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="msd_leSpectraMin">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>to</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="msd_leSpectraMax">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_15">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</item>
Expand Down

0 comments on commit 108e45a

Please sign in to comment.