~ubuntu-branches/ubuntu/precise/kalzium/precise

« back to all changes in this revision

Viewing changes to src/equationview.ui

  • Committer: Bazaar Package Importer
  • Author(s): Philip Muškovac
  • Date: 2011-07-03 12:28:58 UTC
  • Revision ID: james.westby@ubuntu.com-20110703122858-q1yyxncs89e4w0hs
Tags: upstream-4.6.90+repack
Import upstream version 4.6.90+repack

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>EquationView</class>
 
4
 <widget class="QWidget" name="EquationView">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>581</width>
 
10
    <height>443</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QGridLayout">
 
14
   <property name="margin">
 
15
    <number>9</number>
 
16
   </property>
 
17
   <property name="spacing">
 
18
    <number>6</number>
 
19
   </property>
 
20
   <item row="0" column="0">
 
21
    <layout class="QVBoxLayout" name="verticalLayout">
 
22
     <property name="spacing">
 
23
      <number>6</number>
 
24
     </property>
 
25
     <property name="margin">
 
26
      <number>0</number>
 
27
     </property>
 
28
     <item>
 
29
      <widget class="QLabel" name="label">
 
30
       <property name="text">
 
31
        <string>Equation:</string>
 
32
       </property>
 
33
      </widget>
 
34
     </item>
 
35
     <item>
 
36
      <widget class="KLineEdit" name="lineEdit">
 
37
       <property name="sizePolicy">
 
38
        <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
39
         <horstretch>0</horstretch>
 
40
         <verstretch>0</verstretch>
 
41
        </sizepolicy>
 
42
       </property>
 
43
       <property name="minimumSize">
 
44
        <size>
 
45
         <width>200</width>
 
46
         <height>0</height>
 
47
        </size>
 
48
       </property>
 
49
       <property name="toolTip">
 
50
        <string>Enter the equation you want to balance in this field.</string>
 
51
       </property>
 
52
       <property name="whatsThis">
 
53
        <string>Enter the equation you want to balance in this field.</string>
 
54
       </property>
 
55
       <property name="text">
 
56
        <string>aCH3(CH2)3COOH + bO2 -&gt; cH2O + dCO2</string>
 
57
       </property>
 
58
       <property name="urlDropsEnabled">
 
59
        <bool>false</bool>
 
60
       </property>
 
61
       <property name="showClearButton" stdset="0">
 
62
        <bool>true</bool>
 
63
       </property>
 
64
      </widget>
 
65
     </item>
 
66
     <item>
 
67
      <widget class="KPushButton" name="calculateButton">
 
68
       <property name="toolTip">
 
69
        <string>If you press this button the equation on the left will be balanced.</string>
 
70
       </property>
 
71
       <property name="whatsThis">
 
72
        <string>If you press this button the equation on the left will be balanced.</string>
 
73
       </property>
 
74
       <property name="text">
 
75
        <string>&amp;Calculate</string>
 
76
       </property>
 
77
      </widget>
 
78
     </item>
 
79
     <item>
 
80
      <widget class="QFrame" name="frame">
 
81
       <property name="frameShape">
 
82
        <enum>QFrame::StyledPanel</enum>
 
83
       </property>
 
84
       <property name="frameShadow">
 
85
        <enum>QFrame::Raised</enum>
 
86
       </property>
 
87
       <layout class="QVBoxLayout" name="verticalLayout_2">
 
88
        <item>
 
89
         <widget class="QLabel" name="answer_label">
 
90
          <property name="sizePolicy">
 
91
           <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
 
92
            <horstretch>0</horstretch>
 
93
            <verstretch>0</verstretch>
 
94
           </sizepolicy>
 
95
          </property>
 
96
          <property name="frameShape">
 
97
           <enum>QFrame::NoFrame</enum>
 
98
          </property>
 
99
          <property name="frameShadow">
 
100
           <enum>QFrame::Plain</enum>
 
101
          </property>
 
102
          <property name="text">
 
103
           <string/>
 
104
          </property>
 
105
          <property name="textFormat">
 
106
           <enum>Qt::RichText</enum>
 
107
          </property>
 
108
         </widget>
 
109
        </item>
 
110
       </layout>
 
111
      </widget>
 
112
     </item>
 
113
    </layout>
 
114
   </item>
 
115
  </layout>
 
116
 </widget>
 
117
 <customwidgets>
 
118
  <customwidget>
 
119
   <class>KPushButton</class>
 
120
   <extends>QPushButton</extends>
 
121
   <header>kpushbutton.h</header>
 
122
  </customwidget>
 
123
  <customwidget>
 
124
   <class>KLineEdit</class>
 
125
   <extends>QLineEdit</extends>
 
126
   <header>klineedit.h</header>
 
127
  </customwidget>
 
128
 </customwidgets>
 
129
 <resources/>
 
130
 <connections/>
 
131
</ui>