Warning, /education/kalzium/src/equationview.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>EquationView</class>
0004  <widget class="QWidget" name="EquationView">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>581</width>
0010     <height>443</height>
0011    </rect>
0012   </property>
0013   <layout class="QGridLayout">
0014    <property name="margin">
0015     <number>9</number>
0016    </property>
0017    <property name="spacing">
0018     <number>6</number>
0019    </property>
0020    <item row="3" column="0">
0021     <spacer name="verticalSpacer">
0022      <property name="orientation">
0023       <enum>Qt::Vertical</enum>
0024      </property>
0025      <property name="sizeHint" stdset="0">
0026       <size>
0027        <width>20</width>
0028        <height>40</height>
0029       </size>
0030      </property>
0031     </spacer>
0032    </item>
0033    <item row="2" column="0">
0034     <layout class="QVBoxLayout" name="verticalLayout">
0035      <property name="spacing">
0036       <number>6</number>
0037      </property>
0038      <property name="margin">
0039       <number>0</number>
0040      </property>
0041      <item>
0042       <widget class="QLabel" name="label">
0043        <property name="text">
0044         <string>Equation:</string>
0045        </property>
0046       </widget>
0047      </item>
0048      <item>
0049       <widget class="QLineEdit" name="lineEdit">
0050        <property name="sizePolicy">
0051         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0052          <horstretch>0</horstretch>
0053          <verstretch>0</verstretch>
0054         </sizepolicy>
0055        </property>
0056        <property name="minimumSize">
0057         <size>
0058          <width>200</width>
0059          <height>0</height>
0060         </size>
0061        </property>
0062        <property name="toolTip">
0063         <string>Enter the equation you want to balance in this field.</string>
0064        </property>
0065        <property name="whatsThis">
0066         <string>Enter the equation you want to balance in this field.</string>
0067        </property>
0068        <property name="text">
0069         <string>aCH3(CH2)3COOH + bO2 -&gt; cH2O + dCO2</string>
0070        </property>
0071        <property name="showClearButton" stdset="0">
0072         <bool>true</bool>
0073        </property>
0074       </widget>
0075      </item>
0076      <item>
0077       <widget class="QPushButton" name="calculateButton">
0078        <property name="toolTip">
0079         <string>If you press this button the equation above will be balanced.</string>
0080        </property>
0081        <property name="whatsThis">
0082         <string>If you press this button the equation above will be balanced.</string>
0083        </property>
0084        <property name="text">
0085         <string>&amp;Calculate</string>
0086        </property>
0087       </widget>
0088      </item>
0089      <item>
0090       <widget class="QFrame" name="frame">
0091        <property name="frameShape">
0092         <enum>QFrame::StyledPanel</enum>
0093        </property>
0094        <property name="frameShadow">
0095         <enum>QFrame::Raised</enum>
0096        </property>
0097        <layout class="QVBoxLayout" name="verticalLayout_2">
0098         <item>
0099          <widget class="QLabel" name="answer_label">
0100           <property name="sizePolicy">
0101            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0102             <horstretch>0</horstretch>
0103             <verstretch>0</verstretch>
0104            </sizepolicy>
0105           </property>
0106           <property name="contextMenuPolicy">
0107            <enum>Qt::DefaultContextMenu</enum>
0108           </property>
0109           <property name="frameShape">
0110            <enum>QFrame::NoFrame</enum>
0111           </property>
0112           <property name="frameShadow">
0113            <enum>QFrame::Plain</enum>
0114           </property>
0115           <property name="text">
0116            <string/>
0117           </property>
0118           <property name="textFormat">
0119            <enum>Qt::RichText</enum>
0120           </property>
0121           <property name="textInteractionFlags">
0122            <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
0123           </property>
0124          </widget>
0125         </item>
0126        </layout>
0127       </widget>
0128      </item>
0129      <item>
0130       <layout class="QHBoxLayout" name="horizontalLayout">
0131        <item>
0132         <spacer name="horizontalSpacer">
0133          <property name="orientation">
0134           <enum>Qt::Horizontal</enum>
0135          </property>
0136          <property name="sizeHint" stdset="0">
0137           <size>
0138            <width>40</width>
0139            <height>20</height>
0140           </size>
0141          </property>
0142         </spacer>
0143        </item>
0144        <item>
0145         <widget class="QPushButton" name="btnCopy">
0146          <property name="text">
0147           <string>Copy to Clipboard</string>
0148          </property>
0149         </widget>
0150        </item>
0151       </layout>
0152      </item>
0153      <item>
0154       <widget class="QLabel" name="lblHelp">
0155        <property name="text">
0156         <string comment="KDE::DoNotExtract">TextLabel</string>
0157        </property>
0158       </widget>
0159      </item>
0160     </layout>
0161    </item>
0162   </layout>
0163  </widget>
0164  <customwidgets>
0165  </customwidgets>
0166  <resources/>
0167  <connections/>
0168 </ui>