Salome HOME
text fix on some dialogs
[modules/hydrosolver.git] / src / salome_hydro / initialField.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Dialog</class>
4  <widget class="QDialog" name="Dialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>586</width>
10     <height>576</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Initial Field</string>
15   </property>
16   <property name="layoutDirection">
17    <enum>Qt::LeftToRight</enum>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout_2">
20    <item>
21     <widget class="QGroupBox" name="groupBoxIn">
22      <property name="title">
23       <string>Input</string>
24      </property>
25      <layout class="QHBoxLayout" name="horizontalLayout_4">
26       <item>
27        <widget class="QFrame" name="fr_coordSystemIn"/>
28       </item>
29       <item>
30        <layout class="QHBoxLayout" name="horizontalLayout_2">
31         <item>
32          <widget class="QLabel" name="lb_medFileIn">
33           <property name="sizePolicy">
34            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
35             <horstretch>0</horstretch>
36             <verstretch>0</verstretch>
37            </sizepolicy>
38           </property>
39           <property name="text">
40            <string>MED file</string>
41           </property>
42          </widget>
43         </item>
44         <item>
45          <widget class="QLineEdit" name="le_medFileIn">
46           <property name="toolTip">
47            <string>MED file containing the mesh to fill with an initial field for water depth</string>
48           </property>
49          </widget>
50         </item>
51         <item>
52          <widget class="QToolButton" name="pb_medFileIn">
53           <property name="sizePolicy">
54            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
55             <horstretch>0</horstretch>
56             <verstretch>0</verstretch>
57            </sizepolicy>
58           </property>
59           <property name="text">
60            <string>...</string>
61           </property>
62          </widget>
63         </item>
64        </layout>
65       </item>
66      </layout>
67     </widget>
68    </item>
69    <item>
70     <widget class="QGroupBox" name="groupBoxOut">
71      <property name="title">
72       <string>Output</string>
73      </property>
74      <layout class="QVBoxLayout" name="verticalLayout">
75       <item>
76        <layout class="QHBoxLayout" name="horizontalLayout_3">
77         <item>
78          <widget class="QLabel" name="lb_medFileOut">
79           <property name="sizePolicy">
80            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
81             <horstretch>0</horstretch>
82             <verstretch>0</verstretch>
83            </sizepolicy>
84           </property>
85           <property name="text">
86            <string>MED File</string>
87           </property>
88          </widget>
89         </item>
90         <item>
91          <widget class="QLineEdit" name="le_medFileOut">
92           <property name="toolTip">
93            <string>the mesh with the new field is written in a new file</string>
94           </property>
95           <property name="statusTip">
96            <string>directory to store shapefiles and output mesh file if kept</string>
97           </property>
98          </widget>
99         </item>
100         <item>
101          <widget class="QToolButton" name="pb_medFileOut">
102           <property name="sizePolicy">
103            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
104             <horstretch>0</horstretch>
105             <verstretch>0</verstretch>
106            </sizepolicy>
107           </property>
108           <property name="text">
109            <string>...</string>
110           </property>
111          </widget>
112         </item>
113        </layout>
114       </item>
115       <item>
116        <layout class="QHBoxLayout" name="horizontalLayout_5">
117         <item>
118          <widget class="QLabel" name="lb_field">
119           <property name="sizePolicy">
120            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
121             <horstretch>0</horstretch>
122             <verstretch>0</verstretch>
123            </sizepolicy>
124           </property>
125           <property name="text">
126            <string>Field name</string>
127           </property>
128          </widget>
129         </item>
130         <item>
131          <widget class="QLineEdit" name="le_field">
132           <property name="toolTip">
133            <string>By default TELEMAC recognises 'WATER DEPTH'</string>
134           </property>
135           <property name="text">
136            <string>WATER DEPTH</string>
137           </property>
138          </widget>
139         </item>
140        </layout>
141       </item>
142       <item>
143        <layout class="QHBoxLayout" name="horizontalLayout_6">
144         <item>
145          <widget class="QLabel" name="lb_defaultValue">
146           <property name="sizePolicy">
147            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
148             <horstretch>0</horstretch>
149             <verstretch>0</verstretch>
150            </sizepolicy>
151           </property>
152           <property name="text">
153            <string>default value</string>
154           </property>
155          </widget>
156         </item>
157         <item>
158          <widget class="QDoubleSpinBox" name="dsb_defaultValue">
159           <property name="toolTip">
160            <string>If modified, all the values at previous default value will be udated, leaving others as they are. </string>
161           </property>
162           <property name="decimals">
163            <number>3</number>
164           </property>
165           <property name="minimum">
166            <double>-9999.000000000000000</double>
167           </property>
168           <property name="maximum">
169            <double>9999.000000000000000</double>
170           </property>
171           <property name="value">
172            <double>0.010000000000000</double>
173           </property>
174          </widget>
175         </item>
176         <item>
177          <spacer name="horizontalSpacer_2">
178           <property name="orientation">
179            <enum>Qt::Horizontal</enum>
180           </property>
181           <property name="sizeHint" stdset="0">
182            <size>
183             <width>40</width>
184             <height>20</height>
185            </size>
186           </property>
187          </spacer>
188         </item>
189         <item>
190          <widget class="QPushButton" name="pb_reset">
191           <property name="sizePolicy">
192            <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
193             <horstretch>0</horstretch>
194             <verstretch>0</verstretch>
195            </sizepolicy>
196           </property>
197           <property name="toolTip">
198            <string>Reset  all values to default value</string>
199           </property>
200           <property name="text">
201            <string>reset</string>
202           </property>
203          </widget>
204         </item>
205        </layout>
206       </item>
207       <item>
208        <widget class="QTableWidget" name="tw_fieldValues">
209         <column>
210          <property name="text">
211           <string>group</string>
212          </property>
213         </column>
214         <column>
215          <property name="text">
216           <string>value</string>
217          </property>
218         </column>
219        </widget>
220       </item>
221       <item>
222        <widget class="QFrame" name="fr_CoordSystemOut"/>
223       </item>
224      </layout>
225     </widget>
226    </item>
227    <item>
228     <spacer name="verticalSpacer">
229      <property name="orientation">
230       <enum>Qt::Vertical</enum>
231      </property>
232      <property name="sizeHint" stdset="0">
233       <size>
234        <width>20</width>
235        <height>66</height>
236       </size>
237      </property>
238     </spacer>
239    </item>
240    <item>
241     <layout class="QHBoxLayout" name="horizontalLayout">
242      <item>
243       <widget class="QDialogButtonBox" name="pb_ok">
244        <property name="sizePolicy">
245         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
246          <horstretch>0</horstretch>
247          <verstretch>0</verstretch>
248         </sizepolicy>
249        </property>
250        <property name="orientation">
251         <enum>Qt::Horizontal</enum>
252        </property>
253        <property name="standardButtons">
254         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
255        </property>
256       </widget>
257      </item>
258      <item>
259       <spacer name="horizontalSpacer">
260        <property name="orientation">
261         <enum>Qt::Horizontal</enum>
262        </property>
263        <property name="sizeHint" stdset="0">
264         <size>
265          <width>40</width>
266          <height>20</height>
267         </size>
268        </property>
269       </spacer>
270      </item>
271      <item>
272       <widget class="QPushButton" name="pb_help">
273        <property name="sizePolicy">
274         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
275          <horstretch>0</horstretch>
276          <verstretch>0</verstretch>
277         </sizepolicy>
278        </property>
279        <property name="text">
280         <string>Help</string>
281        </property>
282       </widget>
283      </item>
284     </layout>
285    </item>
286   </layout>
287  </widget>
288  <resources/>
289  <connections/>
290 </ui>