Test change - can I push OK?
[kdeedu-porting.git] / kalzium / src / equationview.ui
blob2216840443f5a9d7b04599c363974da6d5797218
1 <ui version="4.0" >
2  <class>EquationView</class>
3  <widget class="QWidget" name="EquationView" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>581</width>
9     <height>443</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" >
13    <property name="margin" >
14     <number>9</number>
15    </property>
16    <property name="spacing" >
17     <number>6</number>
18    </property>
19    <item row="2" column="0" >
20     <widget class="QFrame" name="frame" >
21      <property name="palette" >
22       <palette>
23        <active>
24         <colorrole role="Base" >
25          <brush brushstyle="SolidPattern" >
26           <color alpha="255" >
27            <red>255</red>
28            <green>255</green>
29            <blue>255</blue>
30           </color>
31          </brush>
32         </colorrole>
33         <colorrole role="Window" >
34          <brush brushstyle="SolidPattern" >
35           <color alpha="255" >
36            <red>255</red>
37            <green>255</green>
38            <blue>0</blue>
39           </color>
40          </brush>
41         </colorrole>
42        </active>
43        <inactive>
44         <colorrole role="Base" >
45          <brush brushstyle="SolidPattern" >
46           <color alpha="255" >
47            <red>255</red>
48            <green>255</green>
49            <blue>255</blue>
50           </color>
51          </brush>
52         </colorrole>
53         <colorrole role="Window" >
54          <brush brushstyle="SolidPattern" >
55           <color alpha="255" >
56            <red>255</red>
57            <green>255</green>
58            <blue>0</blue>
59           </color>
60          </brush>
61         </colorrole>
62        </inactive>
63        <disabled>
64         <colorrole role="Base" >
65          <brush brushstyle="SolidPattern" >
66           <color alpha="255" >
67            <red>255</red>
68            <green>255</green>
69            <blue>0</blue>
70           </color>
71          </brush>
72         </colorrole>
73         <colorrole role="Window" >
74          <brush brushstyle="SolidPattern" >
75           <color alpha="255" >
76            <red>255</red>
77            <green>255</green>
78            <blue>0</blue>
79           </color>
80          </brush>
81         </colorrole>
82        </disabled>
83       </palette>
84      </property>
85      <property name="autoFillBackground" >
86       <bool>true</bool>
87      </property>
88      <property name="frameShape" >
89       <enum>QFrame::StyledPanel</enum>
90      </property>
91      <property name="frameShadow" >
92       <enum>QFrame::Raised</enum>
93      </property>
94      <layout class="QGridLayout" >
95       <property name="margin" >
96        <number>9</number>
97       </property>
98       <property name="spacing" >
99        <number>6</number>
100       </property>
101       <item row="0" column="0" >
102        <widget class="QLabel" name="answer_label" >
103         <property name="frameShape" >
104          <enum>QFrame::NoFrame</enum>
105         </property>
106         <property name="frameShadow" >
107          <enum>QFrame::Plain</enum>
108         </property>
109         <property name="text" >
110          <string/>
111         </property>
112         <property name="textFormat" >
113          <enum>Qt::RichText</enum>
114         </property>
115        </widget>
116       </item>
117      </layout>
118     </widget>
119    </item>
120    <item row="0" column="0" >
121     <layout class="QHBoxLayout" >
122      <property name="margin" >
123       <number>0</number>
124      </property>
125      <property name="spacing" >
126       <number>6</number>
127      </property>
128      <item>
129       <widget class="QLabel" name="label" >
130        <property name="text" >
131         <string>Equation:</string>
132        </property>
133       </widget>
134      </item>
135      <item>
136       <widget class="KLineEdit" name="lineEdit" >
137        <property name="sizePolicy" >
138         <sizepolicy>
139          <hsizetype>7</hsizetype>
140          <vsizetype>0</vsizetype>
141          <horstretch>0</horstretch>
142          <verstretch>0</verstretch>
143         </sizepolicy>
144        </property>
145        <property name="minimumSize" >
146         <size>
147          <width>200</width>
148          <height>0</height>
149         </size>
150        </property>
151        <property name="toolTip" >
152         <string>Enter the equation you want to balance in this field.</string>
153        </property>
154        <property name="whatsThis" >
155         <string>Enter the equation you want to balance in this field.</string>
156        </property>
157        <property name="text" >
158         <string>aCH3(CH2)3COOH + bO2 -> cH2O + dCO2</string>
159        </property>
160        <property name="urlDropsEnabled" >
161         <bool>false</bool>
162        </property>
163        <property name="showClearButton" stdset="0" >
164         <bool>true</bool>
165        </property>
166       </widget>
167      </item>
168      <item>
169       <widget class="KPushButton" name="calculateButton" >
170        <property name="toolTip" >
171         <string>If you press this button the equation on the left will be balanced.</string>
172        </property>
173        <property name="whatsThis" >
174         <string>If you press this button the equation on the left will be balanced.</string>
175        </property>
176        <property name="text" >
177         <string>&amp;Calculate</string>
178        </property>
179       </widget>
180      </item>
181     </layout>
182    </item>
183   </layout>
184  </widget>
185  <customwidgets>
186   <customwidget>
187    <class>KLineEdit</class>
188    <extends>QLineEdit</extends>
189    <header>klineedit.h</header>
190   </customwidget>
191   <customwidget>
192    <class>KPushButton</class>
193    <extends>QPushButton</extends>
194    <header>kpushbutton.h</header>
195   </customwidget>
196  </customwidgets>
197  <resources/>
198  <connections/>
199 </ui>