]> SALOME platform Git repositories - modules/hydrosolver.git/blob - src/salome_hydro/initialField.ui
Salome HOME
dialog initial field
[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         </item>
47         <item>
48          <widget class="QToolButton" name="pb_medFileIn">
49           <property name="sizePolicy">
50            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
51             <horstretch>0</horstretch>
52             <verstretch>0</verstretch>
53            </sizepolicy>
54           </property>
55           <property name="text">
56            <string>...</string>
57           </property>
58          </widget>
59         </item>
60        </layout>
61       </item>
62      </layout>
63     </widget>
64    </item>
65    <item>
66     <widget class="QGroupBox" name="groupBoxOut">
67      <property name="title">
68       <string>Output</string>
69      </property>
70      <layout class="QVBoxLayout" name="verticalLayout">
71       <item>
72        <layout class="QHBoxLayout" name="horizontalLayout_3">
73         <item>
74          <widget class="QLabel" name="lb_medFileOut">
75           <property name="sizePolicy">
76            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
77             <horstretch>0</horstretch>
78             <verstretch>0</verstretch>
79            </sizepolicy>
80           </property>
81           <property name="text">
82            <string>MED File</string>
83           </property>
84          </widget>
85         </item>
86         <item>
87          <widget class="QLineEdit" name="le_medFileOut">
88           <property name="statusTip">
89            <string>directory to store shapefiles and output mesh file if kept</string>
90           </property>
91          </widget>
92         </item>
93         <item>
94          <widget class="QToolButton" name="pb_medFileOut">
95           <property name="sizePolicy">
96            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
97             <horstretch>0</horstretch>
98             <verstretch>0</verstretch>
99            </sizepolicy>
100           </property>
101           <property name="text">
102            <string>...</string>
103           </property>
104          </widget>
105         </item>
106        </layout>
107       </item>
108       <item>
109        <layout class="QHBoxLayout" name="horizontalLayout_5">
110         <item>
111          <widget class="QLabel" name="lb_field">
112           <property name="sizePolicy">
113            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
114             <horstretch>0</horstretch>
115             <verstretch>0</verstretch>
116            </sizepolicy>
117           </property>
118           <property name="text">
119            <string>Field name</string>
120           </property>
121          </widget>
122         </item>
123         <item>
124          <widget class="QLineEdit" name="le_field">
125           <property name="text">
126            <string>WATER DEPTH</string>
127           </property>
128          </widget>
129         </item>
130        </layout>
131       </item>
132       <item>
133        <layout class="QHBoxLayout" name="horizontalLayout_6">
134         <item>
135          <widget class="QLabel" name="lb_defaultValue">
136           <property name="sizePolicy">
137            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
138             <horstretch>0</horstretch>
139             <verstretch>0</verstretch>
140            </sizepolicy>
141           </property>
142           <property name="text">
143            <string>default value</string>
144           </property>
145          </widget>
146         </item>
147         <item>
148          <widget class="QDoubleSpinBox" name="dsb_defaultValue">
149           <property name="toolTip">
150            <string>If modified, all the values at previous default value will be udated, leaving others as they are. </string>
151           </property>
152           <property name="decimals">
153            <number>3</number>
154           </property>
155           <property name="minimum">
156            <double>-9999.000000000000000</double>
157           </property>
158           <property name="maximum">
159            <double>9999.000000000000000</double>
160           </property>
161           <property name="value">
162            <double>0.010000000000000</double>
163           </property>
164          </widget>
165         </item>
166         <item>
167          <spacer name="horizontalSpacer_2">
168           <property name="orientation">
169            <enum>Qt::Horizontal</enum>
170           </property>
171           <property name="sizeHint" stdset="0">
172            <size>
173             <width>40</width>
174             <height>20</height>
175            </size>
176           </property>
177          </spacer>
178         </item>
179         <item>
180          <widget class="QPushButton" name="pb_reset">
181           <property name="sizePolicy">
182            <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
183             <horstretch>0</horstretch>
184             <verstretch>0</verstretch>
185            </sizepolicy>
186           </property>
187           <property name="toolTip">
188            <string>Reset  all values to default value</string>
189           </property>
190           <property name="text">
191            <string>reset</string>
192           </property>
193          </widget>
194         </item>
195        </layout>
196       </item>
197       <item>
198        <widget class="QTableWidget" name="tw_fieldValues">
199         <column>
200          <property name="text">
201           <string>group</string>
202          </property>
203         </column>
204         <column>
205          <property name="text">
206           <string>value</string>
207          </property>
208         </column>
209        </widget>
210       </item>
211       <item>
212        <widget class="QFrame" name="fr_CoordSystemOut"/>
213       </item>
214      </layout>
215     </widget>
216    </item>
217    <item>
218     <spacer name="verticalSpacer">
219      <property name="orientation">
220       <enum>Qt::Vertical</enum>
221      </property>
222      <property name="sizeHint" stdset="0">
223       <size>
224        <width>20</width>
225        <height>66</height>
226       </size>
227      </property>
228     </spacer>
229    </item>
230    <item>
231     <layout class="QHBoxLayout" name="horizontalLayout">
232      <item>
233       <widget class="QDialogButtonBox" name="pb_ok">
234        <property name="sizePolicy">
235         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
236          <horstretch>0</horstretch>
237          <verstretch>0</verstretch>
238         </sizepolicy>
239        </property>
240        <property name="orientation">
241         <enum>Qt::Horizontal</enum>
242        </property>
243        <property name="standardButtons">
244         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
245        </property>
246       </widget>
247      </item>
248      <item>
249       <spacer name="horizontalSpacer">
250        <property name="orientation">
251         <enum>Qt::Horizontal</enum>
252        </property>
253        <property name="sizeHint" stdset="0">
254         <size>
255          <width>40</width>
256          <height>20</height>
257         </size>
258        </property>
259       </spacer>
260      </item>
261      <item>
262       <widget class="QPushButton" name="pb_help">
263        <property name="sizePolicy">
264         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
265          <horstretch>0</horstretch>
266          <verstretch>0</verstretch>
267         </sizepolicy>
268        </property>
269        <property name="text">
270         <string>Help</string>
271        </property>
272       </widget>
273      </item>
274     </layout>
275    </item>
276   </layout>
277  </widget>
278  <resources/>
279  <connections/>
280 </ui>