Warning, /education/kmplot/kmplot/functiontools.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>FunctionTools</class>
0004  <widget class="QWidget" name="FunctionTools">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>418</width>
0010     <height>354</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Function Tools</string>
0015   </property>
0016   <layout class="QVBoxLayout">
0017    <item>
0018     <layout class="QGridLayout">
0019      <item row="0" column="0" colspan="2">
0020       <widget class="QLabel" name="rangeTitle">
0021        <property name="text">
0022         <string>&lt;&gt;:</string>
0023        </property>
0024       </widget>
0025      </item>
0026      <item row="1" column="0">
0027       <widget class="QLabel" name="label_4">
0028        <property name="text">
0029         <string>Min:</string>
0030        </property>
0031        <property name="alignment">
0032         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0033        </property>
0034       </widget>
0035      </item>
0036      <item row="1" column="1">
0037       <widget class="EquationEdit" name="min">
0038        <property name="toolTip">
0039         <string>Lower boundary of the plot range</string>
0040        </property>
0041        <property name="whatsThis">
0042         <string>Enter the lower boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
0043        </property>
0044       </widget>
0045      </item>
0046      <item row="2" column="0">
0047       <widget class="QLabel" name="label_5">
0048        <property name="text">
0049         <string>Max:</string>
0050        </property>
0051        <property name="alignment">
0052         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0053        </property>
0054       </widget>
0055      </item>
0056      <item row="2" column="1">
0057       <widget class="EquationEdit" name="max">
0058        <property name="toolTip">
0059         <string>Upper boundary of the plot range</string>
0060        </property>
0061        <property name="whatsThis">
0062         <string>Enter the upper boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
0063        </property>
0064       </widget>
0065      </item>
0066      <item row="3" column="0" colspan="2">
0067       <widget class="QLabel" name="rangeResult">
0068        <property name="text">
0069         <string>&lt;&gt;</string>
0070        </property>
0071        <property name="alignment">
0072         <set>Qt::AlignCenter</set>
0073        </property>
0074        <property name="textInteractionFlags">
0075         <set>Qt::TextSelectableByMouse</set>
0076        </property>
0077       </widget>
0078      </item>
0079     </layout>
0080    </item>
0081    <item>
0082     <widget class="QListWidget" name="list">
0083      <property name="sizePolicy">
0084       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0085        <horstretch>0</horstretch>
0086        <verstretch>1</verstretch>
0087       </sizepolicy>
0088      </property>
0089     </widget>
0090    </item>
0091   </layout>
0092  </widget>
0093  <customwidgets>
0094   <customwidget>
0095    <class>KLineEdit</class>
0096    <extends>QLineEdit</extends>
0097    <header>klineedit.h</header>
0098   </customwidget>
0099   <customwidget>
0100    <class>EquationEdit</class>
0101    <extends>KLineEdit</extends>
0102    <header>equationedit.h</header>
0103   </customwidget>
0104  </customwidgets>
0105  <resources/>
0106  <connections/>
0107 </ui>