Warning, /education/cantor/src/assistants/plot3d/plot3ddlg.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>Plot3dAssistantBase</class>
0004  <widget class="QWidget" name="Plot3dAssistantBase">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>459</width>
0010     <height>263</height>
0011    </rect>
0012   </property>
0013   <layout class="QFormLayout" name="formLayout">
0014    <item row="0" column="0">
0015     <widget class="QLabel" name="label">
0016      <property name="text">
0017       <string>Expression:</string>
0018      </property>
0019     </widget>
0020    </item>
0021    <item row="0" column="1">
0022     <widget class="KLineEdit" name="expression"/>
0023    </item>
0024    <item row="1" column="0" colspan="2">
0025     <layout class="QHBoxLayout" name="horizontalLayout">
0026      <item>
0027       <widget class="QGroupBox" name="groupBox">
0028        <property name="title">
0029         <string>1st Variable</string>
0030        </property>
0031        <property name="flat">
0032         <bool>true</bool>
0033        </property>
0034        <property name="checkable">
0035         <bool>false</bool>
0036        </property>
0037        <layout class="QGridLayout" name="gridLayout">
0038         <item row="0" column="0">
0039          <widget class="QLabel" name="label_2">
0040           <property name="text">
0041            <string>Name</string>
0042           </property>
0043          </widget>
0044         </item>
0045         <item row="0" column="1">
0046          <widget class="KLineEdit" name="variable1"/>
0047         </item>
0048         <item row="1" column="0">
0049          <widget class="QLabel" name="label_3">
0050           <property name="text">
0051            <string>Minimum:</string>
0052           </property>
0053          </widget>
0054         </item>
0055         <item row="1" column="1">
0056          <widget class="KLineEdit" name="min1"/>
0057         </item>
0058         <item row="2" column="0">
0059          <widget class="QLabel" name="label_4">
0060           <property name="text">
0061            <string>Maximum:</string>
0062           </property>
0063          </widget>
0064         </item>
0065         <item row="2" column="1">
0066          <widget class="KLineEdit" name="max1"/>
0067         </item>
0068        </layout>
0069       </widget>
0070      </item>
0071      <item>
0072       <widget class="QGroupBox" name="groupBox_2">
0073        <property name="title">
0074         <string>2nd Variable</string>
0075        </property>
0076        <property name="flat">
0077         <bool>true</bool>
0078        </property>
0079        <property name="checkable">
0080         <bool>false</bool>
0081        </property>
0082        <layout class="QGridLayout" name="gridLayout_2">
0083         <item row="0" column="0">
0084          <widget class="QLabel" name="label_5">
0085           <property name="text">
0086            <string>Name</string>
0087           </property>
0088          </widget>
0089         </item>
0090         <item row="0" column="1">
0091          <widget class="KLineEdit" name="variable2"/>
0092         </item>
0093         <item row="1" column="0">
0094          <widget class="QLabel" name="label_6">
0095           <property name="text">
0096            <string>Minimum:</string>
0097           </property>
0098          </widget>
0099         </item>
0100         <item row="1" column="1">
0101          <widget class="KLineEdit" name="min2"/>
0102         </item>
0103         <item row="2" column="0">
0104          <widget class="QLabel" name="label_7">
0105           <property name="text">
0106            <string>Maximum:</string>
0107           </property>
0108          </widget>
0109         </item>
0110         <item row="2" column="1">
0111          <widget class="KLineEdit" name="max2"/>
0112         </item>
0113        </layout>
0114       </widget>
0115      </item>
0116     </layout>
0117    </item>
0118    <item row="2" column="1">
0119     <widget class="QDialogButtonBox" name="buttonBox">
0120      <property name="standardButtons">
0121       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0122      </property>
0123     </widget>
0124    </item>
0125   </layout>
0126  </widget>
0127  <customwidgets>
0128   <customwidget>
0129    <class>KLineEdit</class>
0130    <extends>QLineEdit</extends>
0131    <header>klineedit.h</header>
0132   </customwidget>
0133  </customwidgets>
0134  <tabstops>
0135   <tabstop>expression</tabstop>
0136   <tabstop>variable1</tabstop>
0137   <tabstop>min1</tabstop>
0138   <tabstop>max1</tabstop>
0139  </tabstops>
0140  <resources/>
0141  <connections/>
0142 </ui>