Warning, /graphics/kst-plot/src/plugins/filters/unwind/filterunwindconfig.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>FilterUnwindConfig</class> 0004 <widget class="QWidget" name="FilterUnwindConfig"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>400</width> 0010 <height>89</height> 0011 </rect> 0012 </property> 0013 <property name="minimumSize"> 0014 <size> 0015 <width>400</width> 0016 <height>0</height> 0017 </size> 0018 </property> 0019 <layout class="QGridLayout" name="gridLayout"> 0020 <item row="0" column="0"> 0021 <widget class="QLabel" name="label_3"> 0022 <property name="sizePolicy"> 0023 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> 0024 <horstretch>0</horstretch> 0025 <verstretch>0</verstretch> 0026 </sizepolicy> 0027 </property> 0028 <property name="text"> 0029 <string>Input Vector:</string> 0030 </property> 0031 <property name="alignment"> 0032 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0033 </property> 0034 <property name="wordWrap"> 0035 <bool>false</bool> 0036 </property> 0037 </widget> 0038 </item> 0039 <item row="0" column="1"> 0040 <widget class="Kst::VectorSelector" name="_vector" native="true"> 0041 <property name="sizePolicy"> 0042 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> 0043 <horstretch>0</horstretch> 0044 <verstretch>0</verstretch> 0045 </sizepolicy> 0046 </property> 0047 </widget> 0048 </item> 0049 <item row="1" column="0"> 0050 <widget class="QLabel" name="label_4"> 0051 <property name="sizePolicy"> 0052 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0053 <horstretch>0</horstretch> 0054 <verstretch>0</verstretch> 0055 </sizepolicy> 0056 </property> 0057 <property name="text"> 0058 <string comment="the minimum value">Minimum:</string> 0059 </property> 0060 <property name="alignment"> 0061 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0062 </property> 0063 <property name="wordWrap"> 0064 <bool>false</bool> 0065 </property> 0066 </widget> 0067 </item> 0068 <item row="1" column="1"> 0069 <widget class="Kst::ScalarSelector" name="_scalarMinumum" native="true"/> 0070 </item> 0071 <item row="2" column="0"> 0072 <widget class="QLabel" name="label_5"> 0073 <property name="sizePolicy"> 0074 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0075 <horstretch>0</horstretch> 0076 <verstretch>0</verstretch> 0077 </sizepolicy> 0078 </property> 0079 <property name="text"> 0080 <string comment="the maximum value">Maximum:</string> 0081 </property> 0082 <property name="alignment"> 0083 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0084 </property> 0085 <property name="wordWrap"> 0086 <bool>false</bool> 0087 </property> 0088 </widget> 0089 </item> 0090 <item row="2" column="1"> 0091 <widget class="Kst::ScalarSelector" name="_scalarMaximum" native="true"/> 0092 </item> 0093 <item row="3" column="0"> 0094 <widget class="QLabel" name="label_6"> 0095 <property name="sizePolicy"> 0096 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0097 <horstretch>0</horstretch> 0098 <verstretch>0</verstretch> 0099 </sizepolicy> 0100 </property> 0101 <property name="text"> 0102 <string>Max Step (%):</string> 0103 </property> 0104 <property name="alignment"> 0105 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> 0106 </property> 0107 <property name="wordWrap"> 0108 <bool>false</bool> 0109 </property> 0110 </widget> 0111 </item> 0112 <item row="3" column="1"> 0113 <widget class="Kst::ScalarSelector" name="_scalarStep" native="true"/> 0114 </item> 0115 </layout> 0116 </widget> 0117 <layoutdefault spacing="6" margin="11"/> 0118 <customwidgets> 0119 <customwidget> 0120 <class>Kst::VectorSelector</class> 0121 <extends>QWidget</extends> 0122 <header>vectorselector.h</header> 0123 </customwidget> 0124 <customwidget> 0125 <class>Kst::ScalarSelector</class> 0126 <extends>QWidget</extends> 0127 <header>scalarselector.h</header> 0128 </customwidget> 0129 </customwidgets> 0130 <resources/> 0131 <connections/> 0132 </ui>