Warning, /education/cantor/src/lib/directives/axisrange.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>AxisRangeControl</class>
0004  <widget class="QWidget" name="AxisRangeControl">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <layout class="QHBoxLayout" name="horizontalLayout">
0016      <item>
0017       <widget class="QLabel" name="label">
0018        <property name="text">
0019         <string>From:</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item>
0024       <widget class="QDoubleSpinBox" name="minEdit">
0025        <property name="minimum">
0026         <double>-65536.000000000000000</double>
0027        </property>
0028        <property name="maximum">
0029         <double>65536.000000000000000</double>
0030        </property>
0031       </widget>
0032      </item>
0033     </layout>
0034    </item>
0035    <item>
0036     <layout class="QHBoxLayout" name="horizontalLayout_2">
0037      <item>
0038       <widget class="QLabel" name="label_2">
0039        <property name="text">
0040         <string>To:</string>
0041        </property>
0042       </widget>
0043      </item>
0044      <item>
0045       <widget class="QDoubleSpinBox" name="maxEdit">
0046        <property name="minimum">
0047         <double>-65536.000000000000000</double>
0048        </property>
0049        <property name="maximum">
0050         <double>65536.000000000000000</double>
0051        </property>
0052        <property name="value">
0053         <double>100.000000000000000</double>
0054        </property>
0055       </widget>
0056      </item>
0057     </layout>
0058    </item>
0059    <item>
0060     <spacer name="verticalSpacer">
0061      <property name="orientation">
0062       <enum>Qt::Vertical</enum>
0063      </property>
0064      <property name="sizeHint" stdset="0">
0065       <size>
0066        <width>20</width>
0067        <height>40</height>
0068       </size>
0069      </property>
0070     </spacer>
0071    </item>
0072   </layout>
0073  </widget>
0074  <resources/>
0075  <connections/>
0076 </ui>