Warning, /education/labplot/src/kdefrontend/ui/spreadsheet/functionvalueswidget.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>FunctionValuesWidget</class>
0004  <widget class="QWidget" name="FunctionValuesWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>631</width>
0010     <height>324</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QLabel" name="lVariable">
0016      <property name="font">
0017       <font>
0018        <weight>75</weight>
0019        <bold>true</bold>
0020       </font>
0021      </property>
0022      <property name="text">
0023       <string>Variable:</string>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <layout class="QGridLayout" name="gridLayoutVariables">
0029      <item row="0" column="0">
0030       <widget class="QToolButton" name="bAddVariable">
0031        <property name="text">
0032         <string/>
0033        </property>
0034       </widget>
0035      </item>
0036     </layout>
0037    </item>
0038    <item>
0039     <spacer name="verticalSpacer_1">
0040      <property name="orientation">
0041       <enum>Qt::Vertical</enum>
0042      </property>
0043      <property name="sizeType">
0044       <enum>QSizePolicy::Fixed</enum>
0045      </property>
0046      <property name="sizeHint" stdset="0">
0047       <size>
0048        <width>20</width>
0049        <height>40</height>
0050       </size>
0051      </property>
0052     </spacer>
0053    </item>
0054    <item>
0055     <widget class="QLabel" name="lFunc">
0056      <property name="font">
0057       <font>
0058        <weight>75</weight>
0059        <bold>true</bold>
0060       </font>
0061      </property>
0062      <property name="text">
0063       <string>Function:</string>
0064      </property>
0065     </widget>
0066    </item>
0067    <item>
0068     <widget class="QFrame" name="frame">
0069      <property name="sizePolicy">
0070       <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0071        <horstretch>0</horstretch>
0072        <verstretch>0</verstretch>
0073       </sizepolicy>
0074      </property>
0075      <property name="maximumSize">
0076       <size>
0077        <width>16777215</width>
0078        <height>16777215</height>
0079       </size>
0080      </property>
0081      <property name="frameShape">
0082       <enum>QFrame::NoFrame</enum>
0083      </property>
0084      <property name="frameShadow">
0085       <enum>QFrame::Raised</enum>
0086      </property>
0087      <layout class="QGridLayout" name="gridLayout">
0088       <property name="leftMargin">
0089        <number>0</number>
0090       </property>
0091       <property name="topMargin">
0092        <number>0</number>
0093       </property>
0094       <property name="rightMargin">
0095        <number>0</number>
0096       </property>
0097       <property name="bottomMargin">
0098        <number>0</number>
0099       </property>
0100       <property name="spacing">
0101        <number>0</number>
0102       </property>
0103       <item row="0" column="1" rowspan="3">
0104        <widget class="ExpressionTextEdit" name="teEquation">
0105         <property name="maximumSize">
0106          <size>
0107           <width>16777215</width>
0108           <height>50</height>
0109          </size>
0110         </property>
0111        </widget>
0112       </item>
0113       <item row="0" column="2">
0114        <widget class="QToolButton" name="tbFunctions">
0115         <property name="toolTip">
0116          <string>Functions</string>
0117         </property>
0118         <property name="text">
0119          <string/>
0120         </property>
0121        </widget>
0122       </item>
0123       <item row="1" column="2">
0124        <widget class="QToolButton" name="tbConstants">
0125         <property name="toolTip">
0126          <string>Constants</string>
0127         </property>
0128         <property name="text">
0129          <string/>
0130         </property>
0131        </widget>
0132       </item>
0133       <item row="0" column="0">
0134        <widget class="QLabel" name="lFunction">
0135         <property name="font">
0136          <font>
0137           <weight>50</weight>
0138           <bold>false</bold>
0139          </font>
0140         </property>
0141         <property name="text">
0142          <string>f(x) = </string>
0143         </property>
0144         <property name="alignment">
0145          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
0146         </property>
0147        </widget>
0148       </item>
0149      </layout>
0150     </widget>
0151    </item>
0152    <item>
0153     <widget class="QCheckBox" name="chkAutoUpdate">
0154      <property name="text">
0155       <string>auto update the values</string>
0156      </property>
0157     </widget>
0158    </item>
0159    <item>
0160     <widget class="QCheckBox" name="chkAutoResize">
0161      <property name="text">
0162       <string>auto resize the column</string>
0163      </property>
0164      <property name="checked">
0165       <bool>true</bool>
0166      </property>
0167     </widget>
0168    </item>
0169    <item>
0170     <spacer name="verticalSpacer_2">
0171      <property name="orientation">
0172       <enum>Qt::Vertical</enum>
0173      </property>
0174      <property name="sizeHint" stdset="0">
0175       <size>
0176        <width>20</width>
0177        <height>60</height>
0178       </size>
0179      </property>
0180     </spacer>
0181    </item>
0182   </layout>
0183  </widget>
0184  <customwidgets>
0185   <customwidget>
0186    <class>ExpressionTextEdit</class>
0187    <extends>QTextEdit</extends>
0188    <header>kdefrontend/widgets/ExpressionTextEdit.h</header>
0189   </customwidget>
0190  </customwidgets>
0191  <resources/>
0192  <connections/>
0193 </ui>