Warning, /education/step/step/configure_graph.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>WidgetConfigureGraph</class>
0003  <widget class="QWidget" name="WidgetConfigureGraph" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>214</width>
0009     <height>283</height>
0010    </rect>
0011   </property>
0012   <layout class="QVBoxLayout" >
0013    <property name="leftMargin" >
0014     <number>0</number>
0015    </property>
0016    <property name="topMargin" >
0017     <number>0</number>
0018    </property>
0019    <property name="rightMargin" >
0020     <number>0</number>
0021    </property>
0022    <property name="bottomMargin" >
0023     <number>0</number>
0024    </property>
0025    <item>
0026     <widget class="QGroupBox" name="groupBox" >
0027      <property name="title" >
0028       <string>Data Source</string>
0029      </property>
0030      <layout class="QGridLayout" >
0031       <item row="0" column="0" >
0032        <widget class="QLabel" name="label" >
0033         <property name="text" >
0034          <string>X :</string>
0035         </property>
0036        </widget>
0037       </item>
0038       <item row="0" column="1" >
0039        <widget class="DataSourceWidget" name="dataSourceX" >
0040         <property name="sizePolicy" >
0041          <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
0042           <horstretch>1</horstretch>
0043           <verstretch>0</verstretch>
0044          </sizepolicy>
0045         </property>
0046        </widget>
0047       </item>
0048       <item row="1" column="0" >
0049        <widget class="QLabel" name="label_2" >
0050         <property name="text" >
0051          <string>Y :</string>
0052         </property>
0053        </widget>
0054       </item>
0055       <item row="1" column="1" >
0056        <widget class="DataSourceWidget" name="dataSourceY" >
0057         <property name="sizePolicy" >
0058          <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
0059           <horstretch>1</horstretch>
0060           <verstretch>0</verstretch>
0061          </sizepolicy>
0062         </property>
0063        </widget>
0064       </item>
0065      </layout>
0066     </widget>
0067    </item>
0068    <item>
0069     <widget class="QGroupBox" name="groupBox_2" >
0070      <property name="title" >
0071       <string>Ranges</string>
0072      </property>
0073      <layout class="QGridLayout" >
0074       <item row="0" column="2" >
0075        <widget class="QLabel" name="label_5" >
0076         <property name="sizePolicy" >
0077          <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
0078           <horstretch>0</horstretch>
0079           <verstretch>0</verstretch>
0080          </sizepolicy>
0081         </property>
0082         <property name="text" >
0083          <string>Min:</string>
0084         </property>
0085         <property name="alignment" >
0086          <set>Qt::AlignCenter</set>
0087         </property>
0088        </widget>
0089       </item>
0090       <item row="0" column="3" >
0091        <widget class="QLabel" name="label_6" >
0092         <property name="sizePolicy" >
0093          <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
0094           <horstretch>0</horstretch>
0095           <verstretch>0</verstretch>
0096          </sizepolicy>
0097         </property>
0098         <property name="text" >
0099          <string>Max:</string>
0100         </property>
0101         <property name="alignment" >
0102          <set>Qt::AlignCenter</set>
0103         </property>
0104        </widget>
0105       </item>
0106       <item row="1" column="0" >
0107        <widget class="QLabel" name="label_3" >
0108         <property name="text" >
0109          <string>X :</string>
0110         </property>
0111        </widget>
0112       </item>
0113       <item row="1" column="1" >
0114        <widget class="QCheckBox" name="checkBoxAutoX" >
0115         <property name="sizePolicy" >
0116          <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
0117           <horstretch>0</horstretch>
0118           <verstretch>0</verstretch>
0119          </sizepolicy>
0120         </property>
0121         <property name="text" >
0122          <string>auto</string>
0123         </property>
0124        </widget>
0125       </item>
0126       <item row="1" column="2" >
0127        <widget class="QLineEdit" name="lineEditMinX" >
0128         <property name="sizePolicy" >
0129          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
0130           <horstretch>1</horstretch>
0131           <verstretch>0</verstretch>
0132          </sizepolicy>
0133         </property>
0134         <property name="text" >
0135          <string>0</string>
0136         </property>
0137         <property name="alignment" >
0138          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0139         </property>
0140        </widget>
0141       </item>
0142       <item row="1" column="3" >
0143        <widget class="QLineEdit" name="lineEditMaxX" >
0144         <property name="sizePolicy" >
0145          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
0146           <horstretch>1</horstretch>
0147           <verstretch>0</verstretch>
0148          </sizepolicy>
0149         </property>
0150         <property name="text" >
0151          <string>1</string>
0152         </property>
0153         <property name="alignment" >
0154          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0155         </property>
0156        </widget>
0157       </item>
0158       <item row="2" column="0" >
0159        <widget class="QLabel" name="label_4" >
0160         <property name="text" >
0161          <string>Y :</string>
0162         </property>
0163        </widget>
0164       </item>
0165       <item row="2" column="1" >
0166        <widget class="QCheckBox" name="checkBoxAutoY" >
0167         <property name="sizePolicy" >
0168          <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
0169           <horstretch>0</horstretch>
0170           <verstretch>0</verstretch>
0171          </sizepolicy>
0172         </property>
0173         <property name="text" >
0174          <string>auto</string>
0175         </property>
0176        </widget>
0177       </item>
0178       <item row="2" column="2" >
0179        <widget class="QLineEdit" name="lineEditMinY" >
0180         <property name="sizePolicy" >
0181          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
0182           <horstretch>1</horstretch>
0183           <verstretch>0</verstretch>
0184          </sizepolicy>
0185         </property>
0186         <property name="text" >
0187          <string>0</string>
0188         </property>
0189         <property name="alignment" >
0190          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0191         </property>
0192        </widget>
0193       </item>
0194       <item row="2" column="3" >
0195        <widget class="QLineEdit" name="lineEditMaxY" >
0196         <property name="sizePolicy" >
0197          <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
0198           <horstretch>1</horstretch>
0199           <verstretch>0</verstretch>
0200          </sizepolicy>
0201         </property>
0202         <property name="text" >
0203          <string>1</string>
0204         </property>
0205         <property name="alignment" >
0206          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0207         </property>
0208        </widget>
0209       </item>
0210      </layout>
0211     </widget>
0212    </item>
0213    <item>
0214     <widget class="QGroupBox" name="groupBox_3" >
0215      <property name="title" >
0216       <string>Options</string>
0217      </property>
0218      <layout class="QHBoxLayout" >
0219       <item>
0220        <widget class="QCheckBox" name="checkBoxShowLines" >
0221         <property name="text" >
0222          <string>Show lines</string>
0223         </property>
0224        </widget>
0225       </item>
0226       <item>
0227        <widget class="QCheckBox" name="checkBoxShowPoints" >
0228         <property name="text" >
0229          <string>Show points</string>
0230         </property>
0231        </widget>
0232       </item>
0233      </layout>
0234     </widget>
0235    </item>
0236   </layout>
0237  </widget>
0238  <customwidgets>
0239   <customwidget>
0240    <class>DataSourceWidget</class>
0241    <extends>QComboBox</extends>
0242    <header location="global" >toolgraphics.h</header>
0243   </customwidget>
0244  </customwidgets>
0245  <tabstops>
0246   <tabstop>dataSourceX</tabstop>
0247   <tabstop>dataSourceY</tabstop>
0248   <tabstop>checkBoxAutoX</tabstop>
0249   <tabstop>lineEditMinX</tabstop>
0250   <tabstop>lineEditMaxX</tabstop>
0251   <tabstop>checkBoxAutoY</tabstop>
0252   <tabstop>lineEditMinY</tabstop>
0253   <tabstop>lineEditMaxY</tabstop>
0254  </tabstops>
0255  <resources/>
0256  <connections>
0257   <connection>
0258    <sender>checkBoxAutoX</sender>
0259    <signal>toggled(bool)</signal>
0260    <receiver>lineEditMinX</receiver>
0261    <slot>setDisabled(bool)</slot>
0262    <hints>
0263     <hint type="sourcelabel" >
0264      <x>82</x>
0265      <y>168</y>
0266     </hint>
0267     <hint type="destinationlabel" >
0268      <x>122</x>
0269      <y>170</y>
0270     </hint>
0271    </hints>
0272   </connection>
0273   <connection>
0274    <sender>checkBoxAutoX</sender>
0275    <signal>toggled(bool)</signal>
0276    <receiver>lineEditMaxX</receiver>
0277    <slot>setDisabled(bool)</slot>
0278    <hints>
0279     <hint type="sourcelabel" >
0280      <x>97</x>
0281      <y>171</y>
0282     </hint>
0283     <hint type="destinationlabel" >
0284      <x>252</x>
0285      <y>168</y>
0286     </hint>
0287    </hints>
0288   </connection>
0289   <connection>
0290    <sender>checkBoxAutoY</sender>
0291    <signal>toggled(bool)</signal>
0292    <receiver>lineEditMinY</receiver>
0293    <slot>setDisabled(bool)</slot>
0294    <hints>
0295     <hint type="sourcelabel" >
0296      <x>97</x>
0297      <y>198</y>
0298     </hint>
0299     <hint type="destinationlabel" >
0300      <x>115</x>
0301      <y>198</y>
0302     </hint>
0303    </hints>
0304   </connection>
0305   <connection>
0306    <sender>checkBoxAutoY</sender>
0307    <signal>toggled(bool)</signal>
0308    <receiver>lineEditMaxY</receiver>
0309    <slot>setDisabled(bool)</slot>
0310    <hints>
0311     <hint type="sourcelabel" >
0312      <x>76</x>
0313      <y>201</y>
0314     </hint>
0315     <hint type="destinationlabel" >
0316      <x>256</x>
0317      <y>204</y>
0318     </hint>
0319    </hints>
0320   </connection>
0321  </connections>
0322 </ui>