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

0001 <ui version="4.0" >
0002  <class>ParametersWidget</class>
0003  <widget class="QWidget" name="ParametersWidget" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>555</width>
0009     <height>185</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Parameters</string>
0014   </property>
0015   <layout class="QGridLayout" >
0016    <property name="leftMargin" >
0017     <number>9</number>
0018    </property>
0019    <property name="topMargin" >
0020     <number>9</number>
0021    </property>
0022    <property name="rightMargin" >
0023     <number>9</number>
0024    </property>
0025    <property name="bottomMargin" >
0026     <number>9</number>
0027    </property>
0028    <property name="horizontalSpacing" >
0029     <number>6</number>
0030    </property>
0031    <property name="verticalSpacing" >
0032     <number>6</number>
0033    </property>
0034    <item row="1" column="0" >
0035     <widget class="QCheckBox" name="useSlider" >
0036      <property name="text" >
0037       <string>Slider:</string>
0038      </property>
0039     </widget>
0040    </item>
0041    <item row="0" column="0" >
0042     <widget class="QCheckBox" name="useList" >
0043      <property name="text" >
0044       <string>List:</string>
0045      </property>
0046     </widget>
0047    </item>
0048    <item row="0" column="1" >
0049     <widget class="QPushButton" name="editParameterListButton" >
0050      <property name="enabled" >
0051       <bool>false</bool>
0052      </property>
0053      <property name="toolTip" >
0054       <string>Edit the list of parameters</string>
0055      </property>
0056      <property name="whatsThis" >
0057       <string>Click here to open a list of parameter values. Here you can add, remove, and change them.</string>
0058      </property>
0059      <property name="text" >
0060       <string>Edit List...</string>
0061      </property>
0062     </widget>
0063    </item>
0064    <item row="1" column="1" >
0065     <widget class="QComboBox" name="listOfSliders" >
0066      <property name="enabled" >
0067       <bool>false</bool>
0068      </property>
0069      <property name="toolTip" >
0070       <string>Select a slider</string>
0071      </property>
0072      <property name="whatsThis" >
0073       <string>Select one of the sliders to change the parameter value dynamically. The values vary from 0 (left) to 100 (right).</string>
0074      </property>
0075     </widget>
0076    </item>
0077   </layout>
0078  </widget>
0079  <tabstops>
0080   <tabstop>useList</tabstop>
0081   <tabstop>editParameterListButton</tabstop>
0082   <tabstop>useSlider</tabstop>
0083   <tabstop>listOfSliders</tabstop>
0084  </tabstops>
0085  <resources/>
0086  <connections>
0087   <connection>
0088    <sender>useList</sender>
0089    <signal>toggled(bool)</signal>
0090    <receiver>editParameterListButton</receiver>
0091    <slot>setEnabled(bool)</slot>
0092    <hints>
0093     <hint type="sourcelabel" >
0094      <x>103</x>
0095      <y>20</y>
0096     </hint>
0097     <hint type="destinationlabel" >
0098      <x>195</x>
0099      <y>20</y>
0100     </hint>
0101    </hints>
0102   </connection>
0103   <connection>
0104    <sender>useSlider</sender>
0105    <signal>toggled(bool)</signal>
0106    <receiver>listOfSliders</receiver>
0107    <slot>setEnabled(bool)</slot>
0108    <hints>
0109     <hint type="sourcelabel" >
0110      <x>86</x>
0111      <y>55</y>
0112     </hint>
0113     <hint type="destinationlabel" >
0114      <x>203</x>
0115      <y>55</y>
0116     </hint>
0117    </hints>
0118   </connection>
0119  </connections>
0120 </ui>