Warning, /graphics/kst-plot/src/widgets/scalarselector.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>ScalarSelector</class>
0004  <widget class="QWidget" name="ScalarSelector">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>570</width>
0010     <height>34</height>
0011    </rect>
0012   </property>
0013   <property name="whatsThis">
0014    <string>Select a scalar to utilize.  If you wish to create a new scalar, select the icon to the right.</string>
0015   </property>
0016   <property name="isFOverSR" stdset="0">
0017    <bool>false</bool>
0018   </property>
0019   <layout class="QGridLayout" name="gridLayout">
0020    <property name="leftMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="topMargin">
0024     <number>0</number>
0025    </property>
0026    <property name="rightMargin">
0027     <number>0</number>
0028    </property>
0029    <property name="bottomMargin">
0030     <number>0</number>
0031    </property>
0032    <property name="spacing">
0033     <number>0</number>
0034    </property>
0035    <item row="0" column="0">
0036     <widget class="Kst::ComboBox" name="_scalar">
0037      <property name="sizePolicy">
0038       <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0039        <horstretch>0</horstretch>
0040        <verstretch>0</verstretch>
0041       </sizepolicy>
0042      </property>
0043      <property name="editable">
0044       <bool>true</bool>
0045      </property>
0046      <property name="sizeAdjustPolicy">
0047       <enum>QComboBox::AdjustToMinimumContentsLength</enum>
0048      </property>
0049     </widget>
0050    </item>
0051    <item row="0" column="2">
0052     <widget class="QToolButton" name="_newScalar">
0053      <property name="toolTip">
0054       <string>Create a new scalar.</string>
0055      </property>
0056      <property name="text">
0057       <string/>
0058      </property>
0059     </widget>
0060    </item>
0061    <item row="0" column="3">
0062     <widget class="QToolButton" name="_editScalar">
0063      <property name="enabled">
0064       <bool>false</bool>
0065      </property>
0066      <property name="toolTip">
0067       <string>Edit selected scalar.</string>
0068      </property>
0069      <property name="text">
0070       <string/>
0071      </property>
0072     </widget>
0073    </item>
0074    <item row="0" column="1">
0075     <widget class="QToolButton" name="_selectScalar">
0076      <property name="text">
0077       <string>...</string>
0078      </property>
0079     </widget>
0080    </item>
0081    <item row="0" column="4">
0082     <widget class="QLabel" name="_cutoffLabel">
0083      <property name="enabled">
0084       <bool>true</bool>
0085      </property>
0086      <property name="sizePolicy">
0087       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0088        <horstretch>0</horstretch>
0089        <verstretch>0</verstretch>
0090       </sizepolicy>
0091      </property>
0092      <property name="text">
0093       <string>  f:</string>
0094      </property>
0095     </widget>
0096    </item>
0097    <item row="0" column="6">
0098     <widget class="QLabel" name="_SRLabel">
0099      <property name="sizePolicy">
0100       <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0101        <horstretch>0</horstretch>
0102        <verstretch>0</verstretch>
0103       </sizepolicy>
0104      </property>
0105      <property name="text">
0106       <string> SR:</string>
0107      </property>
0108     </widget>
0109    </item>
0110    <item row="0" column="5">
0111     <widget class="QLineEdit" name="_cutoff">
0112      <property name="sizePolicy">
0113       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0114        <horstretch>0</horstretch>
0115        <verstretch>0</verstretch>
0116       </sizepolicy>
0117      </property>
0118     </widget>
0119    </item>
0120    <item row="0" column="7">
0121     <widget class="QLineEdit" name="_SR">
0122      <property name="sizePolicy">
0123       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0124        <horstretch>0</horstretch>
0125        <verstretch>0</verstretch>
0126       </sizepolicy>
0127      </property>
0128     </widget>
0129    </item>
0130   </layout>
0131  </widget>
0132  <layoutdefault spacing="6" margin="11"/>
0133  <customwidgets>
0134   <customwidget>
0135    <class>Kst::ComboBox</class>
0136    <extends>QComboBox</extends>
0137    <header>combobox.h</header>
0138   </customwidget>
0139  </customwidgets>
0140  <tabstops>
0141   <tabstop>_scalar</tabstop>
0142   <tabstop>_selectScalar</tabstop>
0143   <tabstop>_newScalar</tabstop>
0144   <tabstop>_editScalar</tabstop>
0145  </tabstops>
0146  <resources/>
0147  <connections/>
0148 </ui>