~ubuntu-branches/ubuntu/oneiric/code-saturne/oneiric

« back to all changes in this revision

Viewing changes to gui/Pages/MobileMeshForm.ui

  • Committer: Bazaar Package Importer
  • Author(s): Sylvestre Ledru
  • Date: 2009-11-02 23:21:17 UTC
  • Revision ID: james.westby@ubuntu.com-20091102232117-9brxj2l5e33ie45a
Tags: upstream-2.0.0.beta2
ImportĀ upstreamĀ versionĀ 2.0.0.beta2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>MobileMeshForm</class>
 
3
 <widget class="QWidget" name="MobileMeshForm" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>500</width>
 
9
    <height>229</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Form</string>
 
14
  </property>
 
15
  <layout class="QGridLayout" name="gridLayout_3" >
 
16
   <item row="0" column="0" >
 
17
    <widget class="QGroupBox" name="groupBoxALE" >
 
18
     <property name="enabled" >
 
19
      <bool>true</bool>
 
20
     </property>
 
21
     <property name="acceptDrops" >
 
22
      <bool>false</bool>
 
23
     </property>
 
24
     <property name="autoFillBackground" >
 
25
      <bool>false</bool>
 
26
     </property>
 
27
     <property name="title" >
 
28
      <string>Mobile mesh (ALE method)</string>
 
29
     </property>
 
30
     <property name="flat" >
 
31
      <bool>false</bool>
 
32
     </property>
 
33
     <property name="checkable" >
 
34
      <bool>true</bool>
 
35
     </property>
 
36
     <layout class="QGridLayout" name="gridLayout_2" >
 
37
      <item row="0" column="0" >
 
38
       <widget class="QFrame" name="frame" >
 
39
        <property name="frameShape" >
 
40
         <enum>QFrame::NoFrame</enum>
 
41
        </property>
 
42
        <property name="frameShadow" >
 
43
         <enum>QFrame::Raised</enum>
 
44
        </property>
 
45
        <layout class="QHBoxLayout" name="horizontalLayout" >
 
46
         <item>
 
47
          <spacer>
 
48
           <property name="orientation" >
 
49
            <enum>Qt::Horizontal</enum>
 
50
           </property>
 
51
           <property name="sizeHint" stdset="0" >
 
52
            <size>
 
53
             <width>10</width>
 
54
             <height>140</height>
 
55
            </size>
 
56
           </property>
 
57
          </spacer>
 
58
         </item>
 
59
         <item>
 
60
          <layout class="QGridLayout" name="gridLayout" >
 
61
           <item row="0" column="0" >
 
62
            <widget class="QLabel" name="labelNALINF" >
 
63
             <property name="toolTip" >
 
64
              <string>Code_Saturne key word: NALINF</string>
 
65
             </property>
 
66
             <property name="text" >
 
67
              <string>Number of iterations for fluid initialization</string>
 
68
             </property>
 
69
            </widget>
 
70
           </item>
 
71
           <item row="0" column="1" >
 
72
            <spacer>
 
73
             <property name="orientation" >
 
74
              <enum>Qt::Horizontal</enum>
 
75
             </property>
 
76
             <property name="sizeHint" stdset="0" >
 
77
              <size>
 
78
               <width>13</width>
 
79
               <height>22</height>
 
80
              </size>
 
81
             </property>
 
82
            </spacer>
 
83
           </item>
 
84
           <item row="0" column="2" colspan="2" >
 
85
            <widget class="QLineEdit" name="lineEditNALINF" >
 
86
             <property name="maximumSize" >
 
87
              <size>
 
88
               <width>100</width>
 
89
               <height>16777215</height>
 
90
              </size>
 
91
             </property>
 
92
             <property name="toolTip" >
 
93
              <string>Code_Saturne key word: NALINF</string>
 
94
             </property>
 
95
            </widget>
 
96
           </item>
 
97
           <item row="1" column="0" >
 
98
            <widget class="QLabel" name="labelVISCOSITY" >
 
99
             <property name="toolTip" >
 
100
              <string>Code_Saturne key word: IORTVM</string>
 
101
             </property>
 
102
             <property name="text" >
 
103
              <string>Type of the viscosity of mesh</string>
 
104
             </property>
 
105
            </widget>
 
106
           </item>
 
107
           <item row="1" column="1" >
 
108
            <spacer>
 
109
             <property name="orientation" >
 
110
              <enum>Qt::Horizontal</enum>
 
111
             </property>
 
112
             <property name="sizeHint" stdset="0" >
 
113
              <size>
 
114
               <width>13</width>
 
115
               <height>21</height>
 
116
              </size>
 
117
             </property>
 
118
            </spacer>
 
119
           </item>
 
120
           <item row="1" column="2" colspan="2" >
 
121
            <widget class="QComboBox" name="comboBoxVISCOSITY" >
 
122
             <property name="minimumSize" >
 
123
              <size>
 
124
               <width>100</width>
 
125
               <height>0</height>
 
126
              </size>
 
127
             </property>
 
128
             <property name="maximumSize" >
 
129
              <size>
 
130
               <width>100</width>
 
131
               <height>16777215</height>
 
132
              </size>
 
133
             </property>
 
134
             <property name="toolTip" >
 
135
              <string>Code_Saturne key word: IORTVM</string>
 
136
             </property>
 
137
            </widget>
 
138
           </item>
 
139
           <item row="2" column="0" >
 
140
            <widget class="QLabel" name="labelUSVISMA" >
 
141
             <property name="toolTip" >
 
142
              <string>Code_Saturne key word: EPALIM</string>
 
143
             </property>
 
144
             <property name="text" >
 
145
              <string>Spatial distribution of
 
146
the viscosity of the mesh</string>
 
147
             </property>
 
148
            </widget>
 
149
           </item>
 
150
           <item row="2" column="1" >
 
151
            <spacer>
 
152
             <property name="orientation" >
 
153
              <enum>Qt::Horizontal</enum>
 
154
             </property>
 
155
             <property name="sizeHint" stdset="0" >
 
156
              <size>
 
157
               <width>13</width>
 
158
               <height>34</height>
 
159
              </size>
 
160
             </property>
 
161
            </spacer>
 
162
           </item>
 
163
           <item row="2" column="2" colspan="2" >
 
164
            <widget class="QComboBox" name="comboBoxMEI" />
 
165
           </item>
 
166
           <item row="3" column="0" >
 
167
            <widget class="QLabel" name="label" >
 
168
             <property name="text" >
 
169
              <string>Formula for the viscosity of mesh</string>
 
170
             </property>
 
171
            </widget>
 
172
           </item>
 
173
           <item row="3" column="1" >
 
174
            <spacer name="horizontalSpacer" >
 
175
             <property name="orientation" >
 
176
              <enum>Qt::Horizontal</enum>
 
177
             </property>
 
178
             <property name="sizeHint" stdset="0" >
 
179
              <size>
 
180
               <width>18</width>
 
181
               <height>29</height>
 
182
              </size>
 
183
             </property>
 
184
            </spacer>
 
185
           </item>
 
186
           <item row="3" column="2" >
 
187
            <widget class="QPushButton" name="pushButtonFormula" >
 
188
             <property name="text" >
 
189
              <string/>
 
190
             </property>
 
191
             <property name="icon" >
 
192
              <iconset resource="resources_pages.qrc" >
 
193
               <normaloff>:/new/prefix1/icons/22x22/edit-find-replace.png</normaloff>:/new/prefix1/icons/22x22/edit-find-replace.png</iconset>
 
194
             </property>
 
195
             <property name="iconSize" >
 
196
              <size>
 
197
               <width>22</width>
 
198
               <height>22</height>
 
199
              </size>
 
200
             </property>
 
201
            </widget>
 
202
           </item>
 
203
           <item row="3" column="3" >
 
204
            <spacer name="horizontalSpacer_2" >
 
205
             <property name="orientation" >
 
206
              <enum>Qt::Horizontal</enum>
 
207
             </property>
 
208
             <property name="sizeHint" stdset="0" >
 
209
              <size>
 
210
               <width>13</width>
 
211
               <height>20</height>
 
212
              </size>
 
213
             </property>
 
214
            </spacer>
 
215
           </item>
 
216
          </layout>
 
217
         </item>
 
218
         <item>
 
219
          <spacer>
 
220
           <property name="orientation" >
 
221
            <enum>Qt::Horizontal</enum>
 
222
           </property>
 
223
           <property name="sizeHint" stdset="0" >
 
224
            <size>
 
225
             <width>10</width>
 
226
             <height>140</height>
 
227
            </size>
 
228
           </property>
 
229
          </spacer>
 
230
         </item>
 
231
        </layout>
 
232
       </widget>
 
233
      </item>
 
234
     </layout>
 
235
    </widget>
 
236
   </item>
 
237
   <item row="1" column="0" >
 
238
    <spacer>
 
239
     <property name="orientation" >
 
240
      <enum>Qt::Vertical</enum>
 
241
     </property>
 
242
     <property name="sizeHint" stdset="0" >
 
243
      <size>
 
244
       <width>16</width>
 
245
       <height>16</height>
 
246
      </size>
 
247
     </property>
 
248
    </spacer>
 
249
   </item>
 
250
  </layout>
 
251
 </widget>
 
252
 <resources>
 
253
  <include location="resources_pages.qrc" />
 
254
 </resources>
 
255
 <connections/>
 
256
</ui>