|
|
@@ -0,0 +1,132 @@ |
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<ui version="4.0"> |
|
|
<class>FilterUnwindConfig</class> |
|
|
<widget class="QWidget" name="FilterUnwindConfig"> |
|
|
<property name="geometry"> |
|
|
<rect> |
|
|
<x>0</x> |
|
|
<y>0</y> |
|
|
<width>400</width> |
|
|
<height>91</height> |
|
|
</rect> |
|
|
</property> |
|
|
<property name="minimumSize"> |
|
|
<size> |
|
|
<width>400</width> |
|
|
<height>0</height> |
|
|
</size> |
|
|
</property> |
|
|
<layout class="QGridLayout" name="gridLayout"> |
|
|
<item row="0" column="0"> |
|
|
<widget class="QLabel" name="label_3"> |
|
|
<property name="sizePolicy"> |
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
|
<horstretch>0</horstretch> |
|
|
<verstretch>0</verstretch> |
|
|
</sizepolicy> |
|
|
</property> |
|
|
<property name="text"> |
|
|
<string>Input Vector:</string> |
|
|
</property> |
|
|
<property name="alignment"> |
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
</property> |
|
|
<property name="wordWrap"> |
|
|
<bool>false</bool> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="0" column="1"> |
|
|
<widget class="Kst::VectorSelector" name="_vector" native="true"> |
|
|
<property name="sizePolicy"> |
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
|
<horstretch>0</horstretch> |
|
|
<verstretch>0</verstretch> |
|
|
</sizepolicy> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="1" column="0"> |
|
|
<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>Minimum:</string> |
|
|
</property> |
|
|
<property name="alignment"> |
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
</property> |
|
|
<property name="wordWrap"> |
|
|
<bool>false</bool> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="1" column="1"> |
|
|
<widget class="Kst::ScalarSelector" name="_scalarMinumum" native="true"/> |
|
|
</item> |
|
|
<item row="2" column="0"> |
|
|
<widget class="QLabel" name="label_5"> |
|
|
<property name="sizePolicy"> |
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
|
|
<horstretch>0</horstretch> |
|
|
<verstretch>0</verstretch> |
|
|
</sizepolicy> |
|
|
</property> |
|
|
<property name="text"> |
|
|
<string>Maximum:</string> |
|
|
</property> |
|
|
<property name="alignment"> |
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
</property> |
|
|
<property name="wordWrap"> |
|
|
<bool>false</bool> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="2" column="1"> |
|
|
<widget class="Kst::ScalarSelector" name="_scalarMaximum" native="true"/> |
|
|
</item> |
|
|
<item row="3" column="0"> |
|
|
<widget class="QLabel" name="label_6"> |
|
|
<property name="sizePolicy"> |
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
|
|
<horstretch>0</horstretch> |
|
|
<verstretch>0</verstretch> |
|
|
</sizepolicy> |
|
|
</property> |
|
|
<property name="text"> |
|
|
<string>Max Step (%):</string> |
|
|
</property> |
|
|
<property name="alignment"> |
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
|
</property> |
|
|
<property name="wordWrap"> |
|
|
<bool>false</bool> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item row="3" column="1"> |
|
|
<widget class="Kst::ScalarSelector" name="_scalarStep" native="true"/> |
|
|
</item> |
|
|
</layout> |
|
|
</widget> |
|
|
<layoutdefault spacing="6" margin="11"/> |
|
|
<customwidgets> |
|
|
<customwidget> |
|
|
<class>Kst::VectorSelector</class> |
|
|
<extends>QWidget</extends> |
|
|
<header>vectorselector.h</header> |
|
|
</customwidget> |
|
|
<customwidget> |
|
|
<class>Kst::ScalarSelector</class> |
|
|
<extends>QWidget</extends> |
|
|
<header>scalarselector.h</header> |
|
|
</customwidget> |
|
|
</customwidgets> |
|
|
<resources/> |
|
|
<connections/> |
|
|
</ui> |