Warning, /education/cantor/src/assistants/plot2d/plot2ddlg.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>Plot2dAssistantBase</class>
0004  <widget class="QWidget" name="Plot2dAssistantBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>314</width>
0010     <height>349</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>Expression:</string>
0020        </property>
0021       </widget>
0022      </item>
0023      <item>
0024       <widget class="KLineEdit" name="expression"/>
0025      </item>
0026     </layout>
0027    </item>
0028    <item>
0029     <widget class="QGroupBox" name="groupBox">
0030      <property name="title">
0031       <string>Variable</string>
0032      </property>
0033      <property name="flat">
0034       <bool>true</bool>
0035      </property>
0036      <property name="checkable">
0037       <bool>false</bool>
0038      </property>
0039      <layout class="QGridLayout" name="gridLayout">
0040       <item row="0" column="0">
0041        <widget class="QLabel" name="label_2">
0042         <property name="text">
0043          <string>Name</string>
0044         </property>
0045        </widget>
0046       </item>
0047       <item row="0" column="1">
0048        <widget class="KLineEdit" name="variable"/>
0049       </item>
0050       <item row="1" column="0">
0051        <widget class="QLabel" name="label_3">
0052         <property name="text">
0053          <string>Minimum:</string>
0054         </property>
0055        </widget>
0056       </item>
0057       <item row="1" column="1">
0058        <widget class="KLineEdit" name="min"/>
0059       </item>
0060       <item row="2" column="0">
0061        <widget class="QLabel" name="label_4">
0062         <property name="text">
0063          <string>Maximum:</string>
0064         </property>
0065        </widget>
0066       </item>
0067       <item row="2" column="1">
0068        <widget class="KLineEdit" name="max"/>
0069       </item>
0070      </layout>
0071     </widget>
0072    </item>
0073    <item>
0074     <widget class="QDialogButtonBox" name="buttonBox">
0075      <property name="standardButtons">
0076       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0077      </property>
0078     </widget>
0079    </item>
0080   </layout>
0081  </widget>
0082  <customwidgets>
0083   <customwidget>
0084    <class>KLineEdit</class>
0085    <extends>QLineEdit</extends>
0086    <header>klineedit.h</header>
0087   </customwidget>
0088  </customwidgets>
0089  <tabstops>
0090   <tabstop>expression</tabstop>
0091   <tabstop>variable</tabstop>
0092   <tabstop>min</tabstop>
0093   <tabstop>max</tabstop>
0094  </tabstops>
0095  <resources/>
0096  <connections/>
0097 </ui>