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

0001 <ui version="4.0" >
0002  <class>QParameterEditor</class>
0003  <widget class="QWidget" name="QParameterEditor" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>381</width>
0009     <height>488</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Parameter Editor</string>
0014   </property>
0015   <layout class="QGridLayout" >
0016    <item row="0" column="0" >
0017     <widget class="EquationEdit" name="value" />
0018    </item>
0019    <item row="0" column="1" >
0020     <widget class="QLabel" name="valueInvalidLabel" >
0021      <property name="toolTip" >
0022       <string>The value must be a number (e.g. "pi^2")</string>
0023      </property>
0024      <property name="text" >
0025       <string>(invalid)</string>
0026      </property>
0027     </widget>
0028    </item>
0029    <item rowspan="9" row="1" column="0" >
0030     <widget class="QListWidget" name="list" >
0031      <property name="selectionBehavior" >
0032       <enum>QAbstractItemView::SelectRows</enum>
0033      </property>
0034     </widget>
0035    </item>
0036    <item row="1" column="1" >
0037     <widget class="QPushButton" name="cmdNew" >
0038      <property name="toolTip" >
0039       <string>Add a new constant</string>
0040      </property>
0041      <property name="whatsThis" >
0042       <string>Click this button to add a new constant.</string>
0043      </property>
0044      <property name="text" >
0045       <string>&amp;New</string>
0046      </property>
0047     </widget>
0048    </item>
0049    <item row="2" column="1" >
0050     <widget class="QPushButton" name="cmdDelete" >
0051      <property name="enabled" >
0052       <bool>false</bool>
0053      </property>
0054      <property name="toolTip" >
0055       <string>delete selected constant</string>
0056      </property>
0057      <property name="whatsThis" >
0058       <string>Click here to delete the selected constant; it can only be removed if it is not currently used by a plot.</string>
0059      </property>
0060      <property name="text" >
0061       <string>&amp;Delete</string>
0062      </property>
0063     </widget>
0064    </item>
0065    <item row="3" column="1" >
0066     <spacer>
0067      <property name="orientation" >
0068       <enum>Qt::Vertical</enum>
0069      </property>
0070      <property name="sizeType" >
0071       <enum>QSizePolicy::Fixed</enum>
0072      </property>
0073      <property name="sizeHint" >
0074       <size>
0075        <width>51</width>
0076        <height>20</height>
0077       </size>
0078      </property>
0079     </spacer>
0080    </item>
0081    <item row="4" column="1" >
0082     <widget class="QPushButton" name="moveUp" >
0083      <property name="text" >
0084       <string>Move Up</string>
0085      </property>
0086     </widget>
0087    </item>
0088    <item row="5" column="1" >
0089     <widget class="QPushButton" name="moveDown" >
0090      <property name="text" >
0091       <string>Move Down</string>
0092      </property>
0093     </widget>
0094    </item>
0095    <item row="6" column="1" >
0096     <spacer>
0097      <property name="orientation" >
0098       <enum>Qt::Vertical</enum>
0099      </property>
0100      <property name="sizeType" >
0101       <enum>QSizePolicy::Fixed</enum>
0102      </property>
0103      <property name="sizeHint" >
0104       <size>
0105        <width>51</width>
0106        <height>20</height>
0107       </size>
0108      </property>
0109     </spacer>
0110    </item>
0111    <item row="7" column="1" >
0112     <widget class="QPushButton" name="cmdImport" >
0113      <property name="enabled" >
0114       <bool>true</bool>
0115      </property>
0116      <property name="toolTip" >
0117       <string>Import values from a textfile</string>
0118      </property>
0119      <property name="whatsThis" >
0120       <string>Import values from a textfile. Every line in the file is parsed as a value or expression.</string>
0121      </property>
0122      <property name="text" >
0123       <string>&amp;Import...</string>
0124      </property>
0125     </widget>
0126    </item>
0127    <item row="8" column="1" >
0128     <widget class="QPushButton" name="cmdExport" >
0129      <property name="enabled" >
0130       <bool>true</bool>
0131      </property>
0132      <property name="toolTip" >
0133       <string>Export values to a textfile</string>
0134      </property>
0135      <property name="whatsThis" >
0136       <string>Export values to a textfile. Every value in the parameter list will be written to one line in the file.</string>
0137      </property>
0138      <property name="text" >
0139       <string>&amp;Export...</string>
0140      </property>
0141     </widget>
0142    </item>
0143    <item row="9" column="1" >
0144     <spacer>
0145      <property name="orientation" >
0146       <enum>Qt::Vertical</enum>
0147      </property>
0148      <property name="sizeHint" >
0149       <size>
0150        <width>102</width>
0151        <height>121</height>
0152       </size>
0153      </property>
0154     </spacer>
0155    </item>
0156   </layout>
0157  </widget>
0158  <customwidgets>
0159   <customwidget>
0160    <class>EquationEdit</class>
0161    <extends>KLineEdit</extends>
0162    <header>equationedit.h</header>
0163   </customwidget>
0164  </customwidgets>
0165  <resources/>
0166  <connections/>
0167 </ui>