Warning, /education/kmplot/kmplot/functioneditorwidget.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>FunctionEditorWidget</class>
0004  <widget class="QWidget" name="FunctionEditorWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>348</width>
0010     <height>673</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" stretch="5000,1,100">
0014    <property name="spacing">
0015     <number>6</number>
0016    </property>
0017    <property name="margin">
0018     <number>9</number>
0019    </property>
0020    <item>
0021     <widget class="FunctionListWidget" name="functionList">
0022      <property name="sizePolicy">
0023       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0024        <horstretch>0</horstretch>
0025        <verstretch>1</verstretch>
0026       </sizepolicy>
0027      </property>
0028      <property name="maximumSize">
0029       <size>
0030        <width>16777215</width>
0031        <height>300</height>
0032       </size>
0033      </property>
0034     </widget>
0035    </item>
0036    <item>
0037     <layout class="QGridLayout">
0038      <property name="margin">
0039       <number>0</number>
0040      </property>
0041      <property name="spacing">
0042       <number>6</number>
0043      </property>
0044      <item row="0" column="2">
0045       <widget class="QPushButton" name="deleteButton">
0046        <property name="enabled">
0047         <bool>false</bool>
0048        </property>
0049        <property name="toolTip">
0050         <string>delete the selected function</string>
0051        </property>
0052        <property name="whatsThis">
0053         <string>Click here to delete the selected function from the list.</string>
0054        </property>
0055        <property name="text">
0056         <string>&amp;Delete</string>
0057        </property>
0058       </widget>
0059      </item>
0060      <item row="0" column="1">
0061       <spacer>
0062        <property name="orientation">
0063         <enum>Qt::Horizontal</enum>
0064        </property>
0065        <property name="sizeHint" stdset="0">
0066         <size>
0067          <width>140</width>
0068          <height>20</height>
0069         </size>
0070        </property>
0071       </spacer>
0072      </item>
0073      <item row="0" column="0">
0074       <widget class="QPushButton" name="createNewPlot">
0075        <property name="text">
0076         <string>Create</string>
0077        </property>
0078       </widget>
0079      </item>
0080     </layout>
0081    </item>
0082    <item>
0083     <widget class="QStackedWidget" name="stackedWidget">
0084      <property name="currentIndex">
0085       <number>1</number>
0086      </property>
0087      <widget class="QWidget" name="page">
0088       <layout class="QVBoxLayout">
0089        <property name="spacing">
0090         <number>6</number>
0091        </property>
0092        <property name="margin">
0093         <number>9</number>
0094        </property>
0095        <item>
0096         <widget class="QTabWidget" name="tabWidget">
0097          <property name="currentIndex">
0098           <number>0</number>
0099          </property>
0100          <widget class="QWidget" name="tab">
0101           <attribute name="title">
0102            <string>Function</string>
0103           </attribute>
0104           <layout class="QVBoxLayout">
0105            <property name="spacing">
0106             <number>6</number>
0107            </property>
0108            <property name="margin">
0109             <number>9</number>
0110            </property>
0111            <item>
0112             <widget class="EquationEdit" name="cartesianEquation"/>
0113            </item>
0114            <item>
0115             <widget class="QGroupBox" name="groupBox">
0116              <property name="title">
0117               <string>Custom plot range</string>
0118              </property>
0119              <layout class="QGridLayout">
0120               <property name="margin">
0121                <number>9</number>
0122               </property>
0123               <property name="spacing">
0124                <number>6</number>
0125               </property>
0126               <item row="1" column="0">
0127                <widget class="QCheckBox" name="cartesianCustomMax">
0128                 <property name="toolTip">
0129                  <string>Customize the maximum plot range</string>
0130                 </property>
0131                 <property name="whatsThis">
0132                  <string>Check this button and enter the plot range boundaries below.</string>
0133                 </property>
0134                 <property name="text">
0135                  <string>Max:</string>
0136                 </property>
0137                </widget>
0138               </item>
0139               <item row="0" column="0">
0140                <widget class="QCheckBox" name="cartesianCustomMin">
0141                 <property name="toolTip">
0142                  <string>Customize the minimum plot range</string>
0143                 </property>
0144                 <property name="whatsThis">
0145                  <string>Check this button and enter the plot range boundaries below.</string>
0146                 </property>
0147                 <property name="text">
0148                  <string>Min:</string>
0149                 </property>
0150                </widget>
0151               </item>
0152               <item row="0" column="1">
0153                <widget class="EquationEdit" name="cartesianMin">
0154                 <property name="enabled">
0155                  <bool>false</bool>
0156                 </property>
0157                 <property name="toolTip">
0158                  <string>lower boundary of the plot range</string>
0159                 </property>
0160                 <property name="whatsThis">
0161                  <string>Enter the lower boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
0162                 </property>
0163                </widget>
0164               </item>
0165               <item row="1" column="1">
0166                <widget class="EquationEdit" name="cartesianMax">
0167                 <property name="enabled">
0168                  <bool>false</bool>
0169                 </property>
0170                 <property name="toolTip">
0171                  <string>upper boundary of the plot range</string>
0172                 </property>
0173                 <property name="whatsThis">
0174                  <string>Enter the upper boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
0175                 </property>
0176                </widget>
0177               </item>
0178              </layout>
0179             </widget>
0180            </item>
0181            <item>
0182             <widget class="ParametersWidget" name="cartesianParameters">
0183              <property name="title">
0184               <string>Parameters</string>
0185              </property>
0186             </widget>
0187            </item>
0188            <item>
0189             <widget class="PlotStyleWidget" name="cartesian_f0">
0190              <property name="title">
0191               <string>Appearance</string>
0192              </property>
0193             </widget>
0194            </item>
0195           </layout>
0196          </widget>
0197          <widget class="QWidget" name="tab_3">
0198           <attribute name="title">
0199            <string>Derivatives</string>
0200           </attribute>
0201           <layout class="QVBoxLayout">
0202            <property name="spacing">
0203             <number>6</number>
0204            </property>
0205            <property name="margin">
0206             <number>9</number>
0207            </property>
0208            <item>
0209             <widget class="QCheckBox" name="showDerivative1">
0210              <property name="toolTip">
0211               <string>Show first derivative</string>
0212              </property>
0213              <property name="whatsThis">
0214               <string>If this box is checked, the first derivative will be plotted, too.</string>
0215              </property>
0216              <property name="text">
0217               <string>Show &amp;1st derivative</string>
0218              </property>
0219             </widget>
0220            </item>
0221            <item>
0222             <widget class="PlotStyleWidget" name="cartesian_f1">
0223              <property name="enabled">
0224               <bool>false</bool>
0225              </property>
0226              <property name="title">
0227               <string>1st derivative</string>
0228              </property>
0229             </widget>
0230            </item>
0231            <item>
0232             <widget class="QCheckBox" name="showDerivative2">
0233              <property name="toolTip">
0234               <string>Show second derivative</string>
0235              </property>
0236              <property name="whatsThis">
0237               <string>If this box is checked, the first derivative will be plotted, too.</string>
0238              </property>
0239              <property name="text">
0240               <string>Show &amp;2nd derivative</string>
0241              </property>
0242             </widget>
0243            </item>
0244            <item>
0245             <widget class="PlotStyleWidget" name="cartesian_f2">
0246              <property name="enabled">
0247               <bool>false</bool>
0248              </property>
0249              <property name="title">
0250               <string>2nd derivative</string>
0251              </property>
0252             </widget>
0253            </item>
0254           </layout>
0255          </widget>
0256          <widget class="QWidget" name="tab_2">
0257           <attribute name="title">
0258            <string>Integral</string>
0259           </attribute>
0260           <layout class="QGridLayout" name="gridLayout3">
0261            <property name="margin">
0262             <number>9</number>
0263            </property>
0264            <item row="0" column="0">
0265             <widget class="QCheckBox" name="showIntegral">
0266              <property name="toolTip">
0267               <string>Show integral</string>
0268              </property>
0269              <property name="whatsThis">
0270               <string>If this box is checked, the integral will be plotted, too.</string>
0271              </property>
0272              <property name="text">
0273               <string>Show integral</string>
0274              </property>
0275             </widget>
0276            </item>
0277            <item row="1" column="0">
0278             <widget class="QGroupBox" name="groupBox_6">
0279              <property name="enabled">
0280               <bool>false</bool>
0281              </property>
0282              <property name="toolTip">
0283               <string>A point on the solution curve</string>
0284              </property>
0285              <property name="title">
0286               <string>Initial Point</string>
0287              </property>
0288              <layout class="QGridLayout">
0289               <property name="margin">
0290                <number>9</number>
0291               </property>
0292               <property name="spacing">
0293                <number>6</number>
0294               </property>
0295               <item row="0" column="0">
0296                <widget class="QLabel" name="textLabel1_5">
0297                 <property name="text">
0298                  <string>&amp;x:</string>
0299                 </property>
0300                 <property name="buddy">
0301                  <cstring>txtInitX</cstring>
0302                 </property>
0303                </widget>
0304               </item>
0305               <item row="1" column="0">
0306                <widget class="QLabel" name="textLabel1_5_2">
0307                 <property name="text">
0308                  <string>&amp;y:</string>
0309                 </property>
0310                 <property name="buddy">
0311                  <cstring>txtInitY</cstring>
0312                 </property>
0313                </widget>
0314               </item>
0315               <item row="0" column="1">
0316                <widget class="EquationEdit" name="txtInitX">
0317                 <property name="toolTip">
0318                  <string>Enter the initial x-point,for instance 2 or pi</string>
0319                 </property>
0320                 <property name="whatsThis">
0321                  <string>Enter the initial x-value or expression for the integral, for example 2 or pi/2</string>
0322                 </property>
0323                </widget>
0324               </item>
0325               <item row="1" column="1">
0326                <widget class="EquationEdit" name="txtInitY">
0327                 <property name="toolTip">
0328                  <string>enter the initial y-point, eg 2 or pi</string>
0329                 </property>
0330                 <property name="whatsThis">
0331                  <string>Enter the initial y-value or expression for the integral, for example 2 or pi/2</string>
0332                 </property>
0333                </widget>
0334               </item>
0335              </layout>
0336             </widget>
0337            </item>
0338            <item row="2" column="0">
0339             <widget class="QGroupBox" name="groupBox_8">
0340              <property name="enabled">
0341               <bool>false</bool>
0342              </property>
0343              <property name="toolTip">
0344               <string>The maximum step size used in numerically calculating the solution</string>
0345              </property>
0346              <property name="title">
0347               <string>Precision</string>
0348              </property>
0349              <layout class="QHBoxLayout">
0350               <property name="spacing">
0351                <number>6</number>
0352               </property>
0353               <property name="margin">
0354                <number>9</number>
0355               </property>
0356               <item>
0357                <widget class="QLabel" name="label_6">
0358                 <property name="text">
0359                  <string>Step:</string>
0360                 </property>
0361                 <property name="buddy">
0362                  <cstring>integralStep</cstring>
0363                 </property>
0364                </widget>
0365               </item>
0366               <item>
0367                <widget class="EquationEdit" name="integralStep"/>
0368               </item>
0369              </layout>
0370             </widget>
0371            </item>
0372            <item row="3" column="0">
0373             <widget class="PlotStyleWidget" name="cartesian_integral">
0374              <property name="enabled">
0375               <bool>false</bool>
0376              </property>
0377              <property name="title">
0378               <string>Appearance</string>
0379              </property>
0380             </widget>
0381            </item>
0382            <item row="4" column="0">
0383             <spacer>
0384              <property name="orientation">
0385               <enum>Qt::Vertical</enum>
0386              </property>
0387              <property name="sizeHint" stdset="0">
0388               <size>
0389                <width>10</width>
0390                <height>79</height>
0391               </size>
0392              </property>
0393             </spacer>
0394            </item>
0395           </layout>
0396          </widget>
0397         </widget>
0398        </item>
0399       </layout>
0400      </widget>
0401      <widget class="QWidget" name="page_3">
0402       <layout class="QVBoxLayout">
0403        <property name="spacing">
0404         <number>6</number>
0405        </property>
0406        <property name="margin">
0407         <number>9</number>
0408        </property>
0409        <item>
0410         <widget class="QGroupBox" name="groupBox_11">
0411          <property name="title">
0412           <string>Definition</string>
0413          </property>
0414          <layout class="QGridLayout">
0415           <property name="margin">
0416            <number>9</number>
0417           </property>
0418           <property name="spacing">
0419            <number>6</number>
0420           </property>
0421           <item row="0" column="0">
0422            <widget class="QLabel" name="textLabelX">
0423             <property name="text">
0424              <string>x:</string>
0425             </property>
0426             <property name="alignment">
0427              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0428             </property>
0429            </widget>
0430           </item>
0431           <item row="0" column="1">
0432            <widget class="EquationEdit" name="parametricX">
0433             <property name="toolTip">
0434              <string>Enter an expression</string>
0435             </property>
0436             <property name="whatsThis">
0437              <string>Enter an expression for the function.
0438 The dummy variable is t.
0439 Example: cos(t)</string>
0440             </property>
0441             <property name="text">
0442              <string/>
0443             </property>
0444            </widget>
0445           </item>
0446           <item row="1" column="0">
0447            <widget class="QLabel" name="textLabelY">
0448             <property name="text">
0449              <string>y:</string>
0450             </property>
0451             <property name="alignment">
0452              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0453             </property>
0454            </widget>
0455           </item>
0456           <item row="1" column="1">
0457            <widget class="EquationEdit" name="parametricY">
0458             <property name="toolTip">
0459              <string>Enter an expression</string>
0460             </property>
0461             <property name="whatsThis">
0462              <string>Enter an expression for the function.
0463 The dummy variable is t.
0464 Example: sin(t)</string>
0465             </property>
0466            </widget>
0467           </item>
0468          </layout>
0469         </widget>
0470        </item>
0471        <item>
0472         <widget class="QGroupBox" name="groupBox_9">
0473          <property name="title">
0474           <string>Plot range</string>
0475          </property>
0476          <layout class="QGridLayout">
0477           <property name="margin">
0478            <number>9</number>
0479           </property>
0480           <property name="spacing">
0481            <number>6</number>
0482           </property>
0483           <item row="0" column="0">
0484            <widget class="QLabel" name="label">
0485             <property name="text">
0486              <string>Min:</string>
0487             </property>
0488             <property name="alignment">
0489              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0490             </property>
0491            </widget>
0492           </item>
0493           <item row="1" column="0">
0494            <widget class="QLabel" name="label_2">
0495             <property name="text">
0496              <string>Max:</string>
0497             </property>
0498             <property name="alignment">
0499              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0500             </property>
0501            </widget>
0502           </item>
0503           <item row="0" column="1">
0504            <widget class="EquationEdit" name="parametricMin">
0505             <property name="enabled">
0506              <bool>true</bool>
0507             </property>
0508             <property name="toolTip">
0509              <string>Lower boundary of the plot range</string>
0510             </property>
0511             <property name="whatsThis">
0512              <string>Enter the lower boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
0513             </property>
0514            </widget>
0515           </item>
0516           <item row="1" column="1">
0517            <widget class="EquationEdit" name="parametricMax">
0518             <property name="enabled">
0519              <bool>true</bool>
0520             </property>
0521             <property name="toolTip">
0522              <string>Upper boundary of the plot range</string>
0523             </property>
0524             <property name="whatsThis">
0525              <string>Enter the upper boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
0526             </property>
0527            </widget>
0528           </item>
0529          </layout>
0530         </widget>
0531        </item>
0532        <item>
0533         <widget class="ParametersWidget" name="parametricParameters">
0534          <property name="title">
0535           <string>Parameters</string>
0536          </property>
0537         </widget>
0538        </item>
0539        <item>
0540         <widget class="PlotStyleWidget" name="parametric_f0">
0541          <property name="title">
0542           <string>Appearance</string>
0543          </property>
0544         </widget>
0545        </item>
0546       </layout>
0547      </widget>
0548      <widget class="QWidget" name="page_4">
0549       <layout class="QVBoxLayout">
0550        <property name="spacing">
0551         <number>6</number>
0552        </property>
0553        <property name="margin">
0554         <number>9</number>
0555        </property>
0556        <item>
0557         <widget class="QGroupBox" name="groupBox_2">
0558          <property name="title">
0559           <string>Definition</string>
0560          </property>
0561          <layout class="QVBoxLayout">
0562           <property name="spacing">
0563            <number>6</number>
0564           </property>
0565           <property name="margin">
0566            <number>9</number>
0567           </property>
0568           <item>
0569            <widget class="EquationEdit" name="polarEquation">
0570             <property name="toolTip">
0571              <string>Enter an equation</string>
0572             </property>
0573             <property name="whatsThis">
0574              <string>Enter an expression for the function. 
0575 Example: loop(a)=ln(a)</string>
0576             </property>
0577            </widget>
0578           </item>
0579          </layout>
0580         </widget>
0581        </item>
0582        <item>
0583         <widget class="QGroupBox" name="groupBox_13">
0584          <property name="title">
0585           <string>Plot Range</string>
0586          </property>
0587          <layout class="QGridLayout">
0588           <property name="margin">
0589            <number>9</number>
0590           </property>
0591           <property name="spacing">
0592            <number>6</number>
0593           </property>
0594           <item row="0" column="1">
0595            <widget class="EquationEdit" name="polarMin">
0596             <property name="toolTip">
0597              <string>Lower boundary of the plot range</string>
0598             </property>
0599             <property name="whatsThis">
0600              <string>Enter the lower boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
0601             </property>
0602            </widget>
0603           </item>
0604           <item row="1" column="1">
0605            <widget class="EquationEdit" name="polarMax">
0606             <property name="toolTip">
0607              <string>Upper boundary of the plot range</string>
0608             </property>
0609             <property name="whatsThis">
0610              <string>Enter the upper boundary of the plot range. Expressions like 2*pi are allowed, too.</string>
0611             </property>
0612            </widget>
0613           </item>
0614           <item row="0" column="0">
0615            <widget class="QLabel" name="label_3">
0616             <property name="text">
0617              <string>Min:</string>
0618             </property>
0619             <property name="buddy">
0620              <cstring>polarMin</cstring>
0621             </property>
0622            </widget>
0623           </item>
0624           <item row="1" column="0">
0625            <widget class="QLabel" name="label_4">
0626             <property name="text">
0627              <string>Max:</string>
0628             </property>
0629             <property name="buddy">
0630              <cstring>polarMax</cstring>
0631             </property>
0632            </widget>
0633           </item>
0634          </layout>
0635         </widget>
0636        </item>
0637        <item>
0638         <widget class="ParametersWidget" name="polarParameters">
0639          <property name="title">
0640           <string>Parameters</string>
0641          </property>
0642         </widget>
0643        </item>
0644        <item>
0645         <widget class="PlotStyleWidget" name="polar_f0">
0646          <property name="title">
0647           <string>Appearance</string>
0648          </property>
0649         </widget>
0650        </item>
0651       </layout>
0652      </widget>
0653      <widget class="QWidget" name="page_5">
0654       <layout class="QVBoxLayout">
0655        <property name="spacing">
0656         <number>6</number>
0657        </property>
0658        <property name="margin">
0659         <number>9</number>
0660        </property>
0661        <item>
0662         <widget class="QGroupBox" name="groupBox_12">
0663          <property name="title">
0664           <string>Definition</string>
0665          </property>
0666          <layout class="QGridLayout">
0667           <property name="margin">
0668            <number>9</number>
0669           </property>
0670           <property name="spacing">
0671            <number>6</number>
0672           </property>
0673           <item row="0" column="1">
0674            <widget class="KLineEdit" name="implicitName">
0675             <property name="toolTip">
0676              <string>Name of the function</string>
0677             </property>
0678             <property name="whatsThis">
0679              <string>Enter the name of the function.
0680 The name of a function must be unique. If you leave this line empty KmPlot will set a default name. You can change it later.</string>
0681             </property>
0682             <property name="text">
0683              <string>f(x,y)</string>
0684             </property>
0685            </widget>
0686           </item>
0687           <item row="0" column="0">
0688            <widget class="QLabel" name="textLabel4_2">
0689             <property name="text">
0690              <string>Name:</string>
0691             </property>
0692             <property name="buddy">
0693              <cstring>implicitName</cstring>
0694             </property>
0695            </widget>
0696           </item>
0697           <item row="1" column="0" colspan="2">
0698            <widget class="EquationEdit" name="implicitEquation">
0699             <property name="toolTip">
0700              <string>Enter an expression</string>
0701             </property>
0702             <property name="whatsThis">
0703              <string>Enter an expression for the function.
0704 Example: x^2 + y^2 = 25.</string>
0705             </property>
0706            </widget>
0707           </item>
0708          </layout>
0709         </widget>
0710        </item>
0711        <item>
0712         <widget class="ParametersWidget" name="implicitParameters">
0713          <property name="title">
0714           <string>Parameters</string>
0715          </property>
0716         </widget>
0717        </item>
0718        <item>
0719         <widget class="PlotStyleWidget" name="implicit_f0">
0720          <property name="title">
0721           <string>Appearance</string>
0722          </property>
0723         </widget>
0724        </item>
0725       </layout>
0726      </widget>
0727      <widget class="QWidget" name="page_6">
0728       <layout class="QVBoxLayout">
0729        <property name="spacing">
0730         <number>6</number>
0731        </property>
0732        <property name="margin">
0733         <number>9</number>
0734        </property>
0735        <item>
0736         <widget class="QTabWidget" name="differentialTabWidget">
0737          <property name="currentIndex">
0738           <number>1</number>
0739          </property>
0740          <widget class="QWidget" name="tab_4">
0741           <attribute name="title">
0742            <string>Function</string>
0743           </attribute>
0744           <layout class="QGridLayout" name="gridLayout_2">
0745            <property name="margin">
0746             <number>9</number>
0747            </property>
0748            <item row="0" column="0">
0749             <widget class="EquationEdit" name="differentialEquation">
0750              <property name="toolTip">
0751               <string>Enter an expression</string>
0752              </property>
0753              <property name="whatsThis">
0754               <string>Enter an expression for the function.
0755 Example: f''(x) = -f</string>
0756              </property>
0757              <property name="text">
0758               <string>f''(x) = -f</string>
0759              </property>
0760             </widget>
0761            </item>
0762            <item row="1" column="0">
0763             <widget class="QGroupBox" name="groupBox_10">
0764              <property name="toolTip">
0765               <string>The maximum step size used in numerically calculating the solution</string>
0766              </property>
0767              <property name="title">
0768               <string>Precision</string>
0769              </property>
0770              <layout class="QHBoxLayout">
0771               <property name="spacing">
0772                <number>6</number>
0773               </property>
0774               <property name="margin">
0775                <number>9</number>
0776               </property>
0777               <item>
0778                <widget class="QLabel" name="label_7">
0779                 <property name="text">
0780                  <string>Step:</string>
0781                 </property>
0782                 <property name="buddy">
0783                  <cstring>integralStep</cstring>
0784                 </property>
0785                </widget>
0786               </item>
0787               <item>
0788                <widget class="EquationEdit" name="differentialStep"/>
0789               </item>
0790              </layout>
0791             </widget>
0792            </item>
0793            <item row="2" column="0">
0794             <widget class="ParametersWidget" name="differentialParameters">
0795              <property name="title">
0796               <string>Parameters</string>
0797              </property>
0798             </widget>
0799            </item>
0800            <item row="3" column="0">
0801             <widget class="PlotStyleWidget" name="differential_f0">
0802              <property name="title">
0803               <string>Appearance</string>
0804              </property>
0805             </widget>
0806            </item>
0807           </layout>
0808          </widget>
0809          <widget class="QWidget" name="tab_5">
0810           <attribute name="title">
0811            <string>Initial Conditions</string>
0812           </attribute>
0813           <layout class="QVBoxLayout">
0814            <property name="spacing">
0815             <number>6</number>
0816            </property>
0817            <property name="margin">
0818             <number>9</number>
0819            </property>
0820            <item>
0821             <widget class="InitialConditionsEditor" name="initialConditions"/>
0822            </item>
0823           </layout>
0824          </widget>
0825         </widget>
0826        </item>
0827       </layout>
0828      </widget>
0829      <widget class="QWidget" name="page_2"/>
0830     </widget>
0831    </item>
0832   </layout>
0833  </widget>
0834  <customwidgets>
0835   <customwidget>
0836    <class>KLineEdit</class>
0837    <extends>QLineEdit</extends>
0838    <header>klineedit.h</header>
0839   </customwidget>
0840   <customwidget>
0841    <class>EquationEdit</class>
0842    <extends>KLineEdit</extends>
0843    <header>equationedit.h</header>
0844   </customwidget>
0845   <customwidget>
0846    <class>PlotStyleWidget</class>
0847    <extends>QGroupBox</extends>
0848    <header>plotstylewidget.h</header>
0849    <container>1</container>
0850   </customwidget>
0851   <customwidget>
0852    <class>ParametersWidget</class>
0853    <extends>QGroupBox</extends>
0854    <header>parameterswidget.h</header>
0855    <container>1</container>
0856   </customwidget>
0857   <customwidget>
0858    <class>InitialConditionsEditor</class>
0859    <extends>QGroupBox</extends>
0860    <header>initialconditionseditor.h</header>
0861    <container>1</container>
0862   </customwidget>
0863   <customwidget>
0864    <class>FunctionListWidget</class>
0865    <extends>QListWidget</extends>
0866    <header>functioneditor.h</header>
0867   </customwidget>
0868  </customwidgets>
0869  <tabstops>
0870   <tabstop>functionList</tabstop>
0871   <tabstop>createNewPlot</tabstop>
0872   <tabstop>deleteButton</tabstop>
0873   <tabstop>tabWidget</tabstop>
0874   <tabstop>cartesianEquation</tabstop>
0875   <tabstop>cartesianCustomMin</tabstop>
0876   <tabstop>cartesianMin</tabstop>
0877   <tabstop>cartesianCustomMax</tabstop>
0878   <tabstop>cartesianMax</tabstop>
0879   <tabstop>showDerivative1</tabstop>
0880   <tabstop>showDerivative2</tabstop>
0881   <tabstop>showIntegral</tabstop>
0882   <tabstop>txtInitX</tabstop>
0883   <tabstop>txtInitY</tabstop>
0884   <tabstop>integralStep</tabstop>
0885   <tabstop>parametricX</tabstop>
0886   <tabstop>parametricY</tabstop>
0887   <tabstop>parametricMin</tabstop>
0888   <tabstop>parametricMax</tabstop>
0889   <tabstop>polarEquation</tabstop>
0890   <tabstop>polarMin</tabstop>
0891   <tabstop>polarMax</tabstop>
0892   <tabstop>implicitName</tabstop>
0893   <tabstop>implicitEquation</tabstop>
0894   <tabstop>differentialTabWidget</tabstop>
0895   <tabstop>differentialEquation</tabstop>
0896   <tabstop>differentialStep</tabstop>
0897  </tabstops>
0898  <resources/>
0899  <connections>
0900   <connection>
0901    <sender>showDerivative1</sender>
0902    <signal>toggled(bool)</signal>
0903    <receiver>cartesian_f1</receiver>
0904    <slot>setEnabled(bool)</slot>
0905    <hints>
0906     <hint type="sourcelabel">
0907      <x>119</x>
0908      <y>248</y>
0909     </hint>
0910     <hint type="destinationlabel">
0911      <x>110</x>
0912      <y>342</y>
0913     </hint>
0914    </hints>
0915   </connection>
0916   <connection>
0917    <sender>showDerivative2</sender>
0918    <signal>toggled(bool)</signal>
0919    <receiver>cartesian_f2</receiver>
0920    <slot>setEnabled(bool)</slot>
0921    <hints>
0922     <hint type="sourcelabel">
0923      <x>119</x>
0924      <y>248</y>
0925     </hint>
0926     <hint type="destinationlabel">
0927      <x>255</x>
0928      <y>396</y>
0929     </hint>
0930    </hints>
0931   </connection>
0932   <connection>
0933    <sender>showIntegral</sender>
0934    <signal>toggled(bool)</signal>
0935    <receiver>groupBox_8</receiver>
0936    <slot>setEnabled(bool)</slot>
0937    <hints>
0938     <hint type="sourcelabel">
0939      <x>119</x>
0940      <y>248</y>
0941     </hint>
0942     <hint type="destinationlabel">
0943      <x>119</x>
0944      <y>248</y>
0945     </hint>
0946    </hints>
0947   </connection>
0948   <connection>
0949    <sender>showIntegral</sender>
0950    <signal>toggled(bool)</signal>
0951    <receiver>groupBox_6</receiver>
0952    <slot>setEnabled(bool)</slot>
0953    <hints>
0954     <hint type="sourcelabel">
0955      <x>119</x>
0956      <y>248</y>
0957     </hint>
0958     <hint type="destinationlabel">
0959      <x>96</x>
0960      <y>248</y>
0961     </hint>
0962    </hints>
0963   </connection>
0964   <connection>
0965    <sender>showIntegral</sender>
0966    <signal>toggled(bool)</signal>
0967    <receiver>cartesian_integral</receiver>
0968    <slot>setEnabled(bool)</slot>
0969    <hints>
0970     <hint type="sourcelabel">
0971      <x>119</x>
0972      <y>248</y>
0973     </hint>
0974     <hint type="destinationlabel">
0975      <x>113</x>
0976      <y>494</y>
0977     </hint>
0978    </hints>
0979   </connection>
0980   <connection>
0981    <sender>cartesianCustomMin</sender>
0982    <signal>toggled(bool)</signal>
0983    <receiver>cartesianMin</receiver>
0984    <slot>setEnabled(bool)</slot>
0985    <hints>
0986     <hint type="sourcelabel">
0987      <x>88</x>
0988      <y>332</y>
0989     </hint>
0990     <hint type="destinationlabel">
0991      <x>280</x>
0992      <y>332</y>
0993     </hint>
0994    </hints>
0995   </connection>
0996   <connection>
0997    <sender>cartesianCustomMax</sender>
0998    <signal>toggled(bool)</signal>
0999    <receiver>cartesianMax</receiver>
1000    <slot>setEnabled(bool)</slot>
1001    <hints>
1002     <hint type="sourcelabel">
1003      <x>88</x>
1004      <y>362</y>
1005     </hint>
1006     <hint type="destinationlabel">
1007      <x>280</x>
1008      <y>363</y>
1009     </hint>
1010    </hints>
1011   </connection>
1012  </connections>
1013 </ui>