Warning, /graphics/kst-plot/src/widgets/datarange.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>DataRange</class>
0004  <widget class="QWidget" name="DataRange">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>597</width>
0010     <height>138</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QGridLayout">
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="QGroupBox" name="groupBox2">
0037      <property name="title">
0038       <string>Data Range</string>
0039      </property>
0040      <layout class="QGridLayout" name="gridLayoutDR">
0041       <item row="2" column="6">
0042        <widget class="QCheckBox" name="_readToEnd">
0043         <property name="sizePolicy">
0044          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0045           <horstretch>0</horstretch>
0046           <verstretch>0</verstretch>
0047          </sizepolicy>
0048         </property>
0049         <property name="whatsThis">
0050          <string>Select this to read all of the data up to the end of the file.  </string>
0051         </property>
0052         <property name="text">
0053          <string>Read to &amp;end</string>
0054         </property>
0055         <property name="checked">
0056          <bool>true</bool>
0057         </property>
0058        </widget>
0059       </item>
0060       <item row="0" column="6">
0061        <widget class="QCheckBox" name="_countFromEnd">
0062         <property name="whatsThis">
0063          <string>Select this to read data from the end of the file.  This is useful for scrolling displays when the file is being appended by another application.</string>
0064         </property>
0065         <property name="text">
0066          <string>Co&amp;unt from end</string>
0067         </property>
0068        </widget>
0069       </item>
0070       <item row="0" column="3">
0071        <widget class="QLineEdit" name="_last">
0072         <property name="enabled">
0073          <bool>false</bool>
0074         </property>
0075         <property name="text">
0076          <string>0</string>
0077         </property>
0078        </widget>
0079       </item>
0080       <item row="0" column="5">
0081        <widget class="QLabel" name="label_3">
0082         <property name="sizePolicy">
0083          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0084           <horstretch>0</horstretch>
0085           <verstretch>0</verstretch>
0086          </sizepolicy>
0087         </property>
0088         <property name="text">
0089          <string>or</string>
0090         </property>
0091         <property name="wordWrap">
0092          <bool>false</bool>
0093         </property>
0094        </widget>
0095       </item>
0096       <item row="3" column="4" colspan="3">
0097        <widget class="QCheckBox" name="_doFilter">
0098         <property name="enabled">
0099          <bool>false</bool>
0100         </property>
0101         <property name="sizePolicy">
0102          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0103           <horstretch>0</horstretch>
0104           <verstretch>0</verstretch>
0105          </sizepolicy>
0106         </property>
0107         <property name="whatsThis">
0108          <string>Select this to average the skipped frames together.  Provides simple low pass filtering.</string>
0109         </property>
0110         <property name="text">
0111          <string>Boxcar &amp;filter first</string>
0112         </property>
0113        </widget>
0114       </item>
0115       <item row="0" column="2">
0116        <widget class="QLabel" name="_lastLabel">
0117         <property name="enabled">
0118          <bool>false</bool>
0119         </property>
0120         <property name="text">
0121          <string>&amp;Last</string>
0122         </property>
0123         <property name="buddy">
0124          <cstring>_last</cstring>
0125         </property>
0126        </widget>
0127       </item>
0128       <item row="2" column="1" colspan="3">
0129        <widget class="QLineEdit" name="_range">
0130         <property name="enabled">
0131          <bool>false</bool>
0132         </property>
0133        </widget>
0134       </item>
0135       <item row="0" column="4">
0136        <widget class="QComboBox" name="_startUnits"/>
0137       </item>
0138       <item row="3" column="0" colspan="4">
0139        <layout class="QHBoxLayout" name="horizontalLayout">
0140         <item>
0141          <widget class="QCheckBox" name="_doSkip">
0142           <property name="sizePolicy">
0143            <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0144             <horstretch>0</horstretch>
0145             <verstretch>0</verstretch>
0146            </sizepolicy>
0147           </property>
0148           <property name="toolTip">
0149            <string>Save memory by sparsely sampling the data</string>
0150           </property>
0151           <property name="whatsThis">
0152            <string>Select this to skip frames, rather than reading all of the data.  This is useful for reading very long but slowly changing data files.</string>
0153           </property>
0154           <property name="text">
0155            <string>Read &amp;1 sample per:</string>
0156           </property>
0157          </widget>
0158         </item>
0159         <item>
0160          <widget class="QSpinBox" name="_skip">
0161           <property name="enabled">
0162            <bool>false</bool>
0163           </property>
0164           <property name="whatsThis">
0165            <string>Number of frames to skip, if &quot;Read 1 sample per&quot; is selected.</string>
0166           </property>
0167           <property name="suffix">
0168            <string> frame(s)</string>
0169           </property>
0170           <property name="minimum">
0171            <number>1</number>
0172           </property>
0173           <property name="maximum">
0174            <number>2147483647</number>
0175           </property>
0176          </widget>
0177         </item>
0178        </layout>
0179       </item>
0180       <item row="2" column="5">
0181        <widget class="QLabel" name="label_2">
0182         <property name="sizePolicy">
0183          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0184           <horstretch>0</horstretch>
0185           <verstretch>0</verstretch>
0186          </sizepolicy>
0187         </property>
0188         <property name="text">
0189          <string>or</string>
0190         </property>
0191         <property name="wordWrap">
0192          <bool>false</bool>
0193         </property>
0194        </widget>
0195       </item>
0196       <item row="2" column="0">
0197        <widget class="QLabel" name="_rangeLabel">
0198         <property name="enabled">
0199          <bool>false</bool>
0200         </property>
0201         <property name="sizePolicy">
0202          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0203           <horstretch>0</horstretch>
0204           <verstretch>0</verstretch>
0205          </sizepolicy>
0206         </property>
0207         <property name="whatsThis">
0208          <string>Select this to average the skipped frames together.  Provides simple low pass filtering.</string>
0209         </property>
0210         <property name="text">
0211          <string>Ra&amp;nge:</string>
0212         </property>
0213         <property name="alignment">
0214          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0215         </property>
0216         <property name="wordWrap">
0217          <bool>false</bool>
0218         </property>
0219         <property name="buddy">
0220          <cstring>_range</cstring>
0221         </property>
0222        </widget>
0223       </item>
0224       <item row="2" column="4">
0225        <widget class="QComboBox" name="_rangeUnits">
0226         <property name="enabled">
0227          <bool>false</bool>
0228         </property>
0229        </widget>
0230       </item>
0231       <item row="0" column="1">
0232        <widget class="QLineEdit" name="_start">
0233         <property name="text">
0234          <string>0</string>
0235         </property>
0236        </widget>
0237       </item>
0238       <item row="0" column="0">
0239        <widget class="QLabel" name="_startLabel">
0240         <property name="sizePolicy">
0241          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
0242           <horstretch>0</horstretch>
0243           <verstretch>0</verstretch>
0244          </sizepolicy>
0245         </property>
0246         <property name="text">
0247          <string>&amp;Start:</string>
0248         </property>
0249         <property name="alignment">
0250          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0251         </property>
0252         <property name="wordWrap">
0253          <bool>false</bool>
0254         </property>
0255         <property name="buddy">
0256          <cstring>_start</cstring>
0257         </property>
0258        </widget>
0259       </item>
0260      </layout>
0261     </widget>
0262    </item>
0263   </layout>
0264  </widget>
0265  <layoutdefault spacing="6" margin="11"/>
0266  <tabstops>
0267   <tabstop>_start</tabstop>
0268   <tabstop>_last</tabstop>
0269   <tabstop>_startUnits</tabstop>
0270   <tabstop>_countFromEnd</tabstop>
0271   <tabstop>_range</tabstop>
0272   <tabstop>_rangeUnits</tabstop>
0273   <tabstop>_readToEnd</tabstop>
0274   <tabstop>_doSkip</tabstop>
0275   <tabstop>_skip</tabstop>
0276  </tabstops>
0277  <resources/>
0278  <connections/>
0279 </ui>