Warning, /education/kmplot/kmplot/sliderwidget.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>SliderWidget</class>
0003  <widget class="QWidget" name="SliderWidget" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>748</width>
0009     <height>116</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Slider</string>
0014   </property>
0015   <layout class="QVBoxLayout" >
0016    <item>
0017     <layout class="QHBoxLayout" >
0018      <item>
0019       <widget class="QSlider" name="slider" >
0020        <property name="maximum" >
0021         <number>1000</number>
0022        </property>
0023        <property name="singleStep" >
0024         <number>10</number>
0025        </property>
0026        <property name="pageStep" >
0027         <number>100</number>
0028        </property>
0029        <property name="orientation" >
0030         <enum>Qt::Horizontal</enum>
0031        </property>
0032       </widget>
0033      </item>
0034      <item>
0035       <widget class="QLabel" name="valueLabel" >
0036        <property name="minimumSize" >
0037         <size>
0038          <width>50</width>
0039          <height>0</height>
0040         </size>
0041        </property>
0042        <property name="text" >
0043         <string>&lt;0></string>
0044        </property>
0045        <property name="alignment" >
0046         <set>Qt::AlignCenter</set>
0047        </property>
0048       </widget>
0049      </item>
0050     </layout>
0051    </item>
0052    <item>
0053     <layout class="QHBoxLayout" >
0054      <item>
0055       <widget class="QLabel" name="label" >
0056        <property name="text" >
0057         <string>Min:</string>
0058        </property>
0059       </widget>
0060      </item>
0061      <item>
0062       <widget class="EquationEdit" name="min" />
0063      </item>
0064      <item>
0065       <spacer>
0066        <property name="orientation" >
0067         <enum>Qt::Horizontal</enum>
0068        </property>
0069        <property name="sizeHint" >
0070         <size>
0071          <width>40</width>
0072          <height>20</height>
0073         </size>
0074        </property>
0075       </spacer>
0076      </item>
0077      <item>
0078       <widget class="QLabel" name="label_2" >
0079        <property name="text" >
0080         <string>Max:</string>
0081        </property>
0082       </widget>
0083      </item>
0084      <item>
0085       <widget class="EquationEdit" name="max" />
0086      </item>
0087     </layout>
0088    </item>
0089   </layout>
0090  </widget>
0091  <customwidgets>
0092   <customwidget>
0093    <class>EquationEdit</class>
0094    <extends>QLineEdit</extends>
0095    <header>equationedit.h</header>
0096   </customwidget>
0097  </customwidgets>
0098  <resources/>
0099  <connections/>
0100 </ui>