Warning, /education/labplot/src/kdefrontend/ui/datasources/binaryoptionswidget.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>BinaryOptionsWidget</class>
0004  <widget class="QWidget" name="BinaryOptionsWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>295</width>
0010     <height>240</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout" name="gridLayout">
0014    <item row="4" column="0">
0015     <widget class="QLabel" name="lSkipBytes">
0016      <property name="text">
0017       <string>Skip Bytes:</string>
0018      </property>
0019     </widget>
0020    </item>
0021    <item row="0" column="1">
0022     <widget class="QSpinBox" name="niVectors">
0023      <property name="toolTip">
0024       <string>The number of vectors in the file</string>
0025      </property>
0026      <property name="minimum">
0027       <number>1</number>
0028      </property>
0029      <property name="value">
0030       <number>2</number>
0031      </property>
0032     </widget>
0033    </item>
0034    <item row="0" column="2">
0035     <spacer name="horizontalSpacer">
0036      <property name="orientation">
0037       <enum>Qt::Horizontal</enum>
0038      </property>
0039      <property name="sizeHint" stdset="0">
0040       <size>
0041        <width>80</width>
0042        <height>20</height>
0043       </size>
0044      </property>
0045     </spacer>
0046    </item>
0047    <item row="1" column="0">
0048     <widget class="QLabel" name="lDataType">
0049      <property name="text">
0050       <string>Data type:</string>
0051      </property>
0052     </widget>
0053    </item>
0054    <item row="1" column="1">
0055     <widget class="QComboBox" name="cbDataType"/>
0056    </item>
0057    <item row="3" column="1">
0058     <widget class="QSpinBox" name="sbSkipStartBytes">
0059      <property name="toolTip">
0060       <string>Skip bytes at start of file</string>
0061      </property>
0062      <property name="maximum">
0063       <number>2147483647</number>
0064      </property>
0065     </widget>
0066    </item>
0067    <item row="4" column="1">
0068     <widget class="QSpinBox" name="sbSkipBytes">
0069      <property name="toolTip">
0070       <string>Skip bytes after each value</string>
0071      </property>
0072      <property name="maximum">
0073       <number>2147483647</number>
0074      </property>
0075     </widget>
0076    </item>
0077    <item row="0" column="0">
0078     <widget class="QLabel" name="lVectors">
0079      <property name="text">
0080       <string>Vectors:</string>
0081      </property>
0082     </widget>
0083    </item>
0084    <item row="3" column="0">
0085     <widget class="QLabel" name="lSkipStartBytes">
0086      <property name="toolTip">
0087       <string/>
0088      </property>
0089      <property name="text">
0090       <string>Skip start bytes:</string>
0091      </property>
0092     </widget>
0093    </item>
0094    <item row="2" column="0">
0095     <widget class="QLabel" name="lByteOrder">
0096      <property name="text">
0097       <string>Byte order:</string>
0098      </property>
0099     </widget>
0100    </item>
0101    <item row="2" column="1">
0102     <widget class="QComboBox" name="cbByteOrder"/>
0103    </item>
0104    <item row="6" column="0">
0105     <spacer name="verticalSpacer">
0106      <property name="orientation">
0107       <enum>Qt::Vertical</enum>
0108      </property>
0109      <property name="sizeHint" stdset="0">
0110       <size>
0111        <width>20</width>
0112        <height>74</height>
0113       </size>
0114      </property>
0115     </spacer>
0116    </item>
0117    <item row="5" column="0">
0118     <widget class="QCheckBox" name="chbCreateIndex">
0119      <property name="text">
0120       <string>Create index column</string>
0121      </property>
0122     </widget>
0123    </item>
0124   </layout>
0125  </widget>
0126  <resources/>
0127  <connections/>
0128 </ui>