76 changes: 67 additions & 9 deletions src/widgets/scalarselector.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
<rect>
<x>0</x>
<y>0</y>
<width>120</width>
<height>26</height>
<width>570</width>
<height>34</height>
</rect>
</property>
<property name="whatsThis">
<string>Select a scalar to utilize. If you wish to create a new scalar, select the icon to the right.</string>
</property>
<property name="isFOverSR" stdset="0">
<bool>false</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="leftMargin">
<number>0</number>
Expand All @@ -31,6 +34,12 @@
</property>
<item row="0" column="0">
<widget class="Kst::ComboBox" name="_scalar">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="editable">
<bool>true</bool>
</property>
Expand All @@ -39,13 +48,6 @@
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QToolButton" name="_selectScalar">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QToolButton" name="_newScalar">
<property name="toolTip">
Expand All @@ -69,6 +71,62 @@
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QToolButton" name="_selectScalar">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLabel" name="_cutoffLabel">
<property name="enabled">
<bool>true</bool>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>f:</string>
</property>
</widget>
</item>
<item row="0" column="6">
<widget class="QLabel" name="_SRLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>SR:</string>
</property>
</widget>
</item>
<item row="0" column="5">
<widget class="QLineEdit" name="_cutoff">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="0" column="7">
<widget class="QLineEdit" name="_SR">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
Expand Down