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

0001 <ui version="4.0" >
0002  <class>InitialConditionsWidget</class>
0003  <widget class="QWidget" name="InitialConditionsWidget" >
0004   <property name="geometry" >
0005    <rect>
0006     <x>0</x>
0007     <y>0</y>
0008     <width>400</width>
0009     <height>398</height>
0010    </rect>
0011   </property>
0012   <property name="windowTitle" >
0013    <string>Initial Conditions</string>
0014   </property>
0015   <layout class="QVBoxLayout" >
0016    <property name="margin" >
0017     <number>9</number>
0018    </property>
0019    <property name="spacing" >
0020     <number>6</number>
0021    </property>
0022    <item>
0023     <widget class="InitialConditionsView" name="view" />
0024    </item>
0025    <item>
0026     <layout class="QHBoxLayout" >
0027      <property name="margin" >
0028       <number>0</number>
0029      </property>
0030      <property name="spacing" >
0031       <number>6</number>
0032      </property>
0033      <item>
0034       <spacer>
0035        <property name="orientation" >
0036         <enum>Qt::Horizontal</enum>
0037        </property>
0038        <property name="sizeHint" >
0039         <size>
0040          <width>40</width>
0041          <height>20</height>
0042         </size>
0043        </property>
0044       </spacer>
0045      </item>
0046      <item>
0047       <widget class="QPushButton" name="removeButton" >
0048        <property name="text" >
0049         <string>Remove</string>
0050        </property>
0051       </widget>
0052      </item>
0053      <item>
0054       <widget class="QPushButton" name="addButton" >
0055        <property name="text" >
0056         <string>Add...</string>
0057        </property>
0058       </widget>
0059      </item>
0060     </layout>
0061    </item>
0062   </layout>
0063  </widget>
0064  <customwidgets>
0065   <customwidget>
0066    <class>InitialConditionsView</class>
0067    <extends>QTableView</extends>
0068    <header>initialconditionseditor.h</header>
0069   </customwidget>
0070  </customwidgets>
0071  <tabstops>
0072   <tabstop>removeButton</tabstop>
0073   <tabstop>addButton</tabstop>
0074  </tabstops>
0075  <resources/>
0076  <connections/>
0077 </ui>