Warning, /education/kalzium/src/calculator/settings_calc.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>setupCalc</class>
0004  <widget class="QWidget" name="setupCalc">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>575</width>
0010     <height>221</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <property name="leftMargin">
0015     <number>0</number>
0016    </property>
0017    <property name="rightMargin">
0018     <number>0</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>0</number>
0022    </property>
0023    <property name="bottomMargin">
0024     <number>0</number>
0025    </property>
0026    <item>
0027     <widget class="QTabWidget" name="tabWidget">
0028      <property name="toolTip">
0029       <string>&lt;big&gt;The settings of the molecular concentration calculator&lt;/big&gt;</string>
0030      </property>
0031      <property name="currentIndex">
0032       <number>0</number>
0033      </property>
0034      <property name="documentMode">
0035       <bool>true</bool>
0036      </property>
0037      <widget class="QWidget" name="nuclear">
0038       <attribute name="title">
0039        <string>Nuclear Calculator</string>
0040       </attribute>
0041       <layout class="QVBoxLayout" name="verticalLayout_5">
0042        <item>
0043         <widget class="QCheckBox" name="kcfg_mass">
0044          <property name="text">
0045           <string>Amount is always specified in term of mass</string>
0046          </property>
0047         </widget>
0048        </item>
0049        <item>
0050         <spacer name="verticalSpacer_4">
0051          <property name="orientation">
0052           <enum>Qt::Vertical</enum>
0053          </property>
0054          <property name="sizeHint" stdset="0">
0055           <size>
0056            <width>20</width>
0057            <height>171</height>
0058           </size>
0059          </property>
0060         </spacer>
0061        </item>
0062       </layout>
0063      </widget>
0064      <widget class="QWidget" name="gas">
0065       <attribute name="title">
0066        <string>Gas Calculator</string>
0067       </attribute>
0068       <layout class="QVBoxLayout" name="verticalLayout_2">
0069        <item>
0070         <layout class="QHBoxLayout" name="horizontalLayout">
0071          <item>
0072           <widget class="QCheckBox" name="kcfg_ideal">
0073            <property name="text">
0074             <string>Assume Gas is ideal (i.e. do not show Van der Waals co-efficients)</string>
0075            </property>
0076            <property name="checked">
0077             <bool>true</bool>
0078            </property>
0079           </widget>
0080          </item>
0081         </layout>
0082        </item>
0083        <item>
0084         <spacer name="verticalSpacer">
0085          <property name="orientation">
0086           <enum>Qt::Vertical</enum>
0087          </property>
0088          <property name="sizeHint" stdset="0">
0089           <size>
0090            <width>20</width>
0091            <height>142</height>
0092           </size>
0093          </property>
0094         </spacer>
0095        </item>
0096       </layout>
0097      </widget>
0098      <widget class="QWidget" name="tab_2">
0099       <attribute name="title">
0100        <string>Mass Calculator</string>
0101       </attribute>
0102       <layout class="QVBoxLayout" name="verticalLayout_4">
0103        <item>
0104         <widget class="QCheckBox" name="kcfg_alias">
0105          <property name="text">
0106           <string>Show details such as aliases</string>
0107          </property>
0108         </widget>
0109        </item>
0110        <item>
0111         <widget class="QCheckBox" name="checkBox">
0112          <property name="text">
0113           <string>Show the add alias tab</string>
0114          </property>
0115         </widget>
0116        </item>
0117        <item>
0118         <spacer name="verticalSpacer_3">
0119          <property name="orientation">
0120           <enum>Qt::Vertical</enum>
0121          </property>
0122          <property name="sizeHint" stdset="0">
0123           <size>
0124            <width>20</width>
0125            <height>40</height>
0126           </size>
0127          </property>
0128         </spacer>
0129        </item>
0130       </layout>
0131      </widget>
0132      <widget class="QWidget" name="tab_3">
0133       <attribute name="title">
0134        <string>Concentration Calculator</string>
0135       </attribute>
0136       <layout class="QVBoxLayout" name="verticalLayout_3">
0137        <item>
0138         <widget class="QCheckBox" name="kcfg_soluteMass">
0139          <property name="text">
0140           <string>Amount of solute is always specified in terms of mass</string>
0141          </property>
0142         </widget>
0143        </item>
0144        <item>
0145         <widget class="QCheckBox" name="kcfg_solventVolume">
0146          <property name="text">
0147           <string>Amount of solvent is always specified in terms of volume</string>
0148          </property>
0149         </widget>
0150        </item>
0151        <item>
0152         <spacer name="verticalSpacer_2">
0153          <property name="orientation">
0154           <enum>Qt::Vertical</enum>
0155          </property>
0156          <property name="sizeHint" stdset="0">
0157           <size>
0158            <width>20</width>
0159            <height>142</height>
0160           </size>
0161          </property>
0162         </spacer>
0163        </item>
0164       </layout>
0165      </widget>
0166     </widget>
0167    </item>
0168   </layout>
0169  </widget>
0170  <resources/>
0171  <connections/>
0172 </ui>