Salome HOME
121d01e18105578d2b3e5137c2dd5f9d9bf43220
[modules/hydrosolver.git] / src / salome_hydro / changeCoords.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>704</width>
10     <height>459</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Change Coordinates</string>
15   </property>
16   <property name="layoutDirection">
17    <enum>Qt::LeftToRight</enum>
18   </property>
19   <layout class="QVBoxLayout" name="verticalLayout_3">
20    <item>
21     <widget class="QCheckBox" name="cb_changeCoordSystem">
22      <property name="text">
23       <string>Change coordinates system</string>
24      </property>
25     </widget>
26    </item>
27    <item>
28     <widget class="QGroupBox" name="groupBoxIn">
29      <property name="title">
30       <string>Input</string>
31      </property>
32      <layout class="QVBoxLayout" name="verticalLayout">
33       <item>
34        <layout class="QHBoxLayout" name="horizontalLayout_2">
35         <item>
36          <widget class="QLabel" name="lb_medFileIn">
37           <property name="sizePolicy">
38            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
39             <horstretch>0</horstretch>
40             <verstretch>0</verstretch>
41            </sizepolicy>
42           </property>
43           <property name="text">
44            <string>MED file</string>
45           </property>
46          </widget>
47         </item>
48         <item>
49          <widget class="QLineEdit" name="le_medFileIn"/>
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       <item>
67        <layout class="QGridLayout" name="gridLayout">
68         <item row="0" column="0">
69          <widget class="QLabel" name="lb_offsetXin">
70           <property name="sizePolicy">
71            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
72             <horstretch>0</horstretch>
73             <verstretch>0</verstretch>
74            </sizepolicy>
75           </property>
76           <property name="text">
77            <string>Offset X</string>
78           </property>
79          </widget>
80         </item>
81         <item row="0" column="1">
82          <widget class="QDoubleSpinBox" name="dsb_offsetXin">
83           <property name="sizePolicy">
84            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
85             <horstretch>0</horstretch>
86             <verstretch>0</verstretch>
87            </sizepolicy>
88           </property>
89           <property name="toolTip">
90            <string>X coordinate of origin of input mesh</string>
91           </property>
92           <property name="layoutDirection">
93            <enum>Qt::LeftToRight</enum>
94           </property>
95           <property name="decimals">
96            <number>0</number>
97           </property>
98           <property name="minimum">
99            <double>-10000000.000000000000000</double>
100           </property>
101           <property name="maximum">
102            <double>10000000.000000000000000</double>
103           </property>
104           <property name="singleStep">
105            <double>10000.000000000000000</double>
106           </property>
107          </widget>
108         </item>
109         <item row="0" column="2">
110          <spacer name="horizontalSpacer_2">
111           <property name="orientation">
112            <enum>Qt::Horizontal</enum>
113           </property>
114           <property name="sizeHint" stdset="0">
115            <size>
116             <width>40</width>
117             <height>20</height>
118            </size>
119           </property>
120          </spacer>
121         </item>
122         <item row="1" column="0">
123          <widget class="QLabel" name="lb_offsetYin">
124           <property name="sizePolicy">
125            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
126             <horstretch>0</horstretch>
127             <verstretch>0</verstretch>
128            </sizepolicy>
129           </property>
130           <property name="text">
131            <string>Offset Y</string>
132           </property>
133          </widget>
134         </item>
135         <item row="1" column="1">
136          <widget class="QDoubleSpinBox" name="dsb_offsetYin">
137           <property name="sizePolicy">
138            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
139             <horstretch>0</horstretch>
140             <verstretch>0</verstretch>
141            </sizepolicy>
142           </property>
143           <property name="toolTip">
144            <string>Y coordinate of origin of input mesh</string>
145           </property>
146           <property name="decimals">
147            <number>0</number>
148           </property>
149           <property name="minimum">
150            <double>-10000000.000000000000000</double>
151           </property>
152           <property name="maximum">
153            <double>10000000.000000000000000</double>
154           </property>
155           <property name="singleStep">
156            <double>10000.000000000000000</double>
157           </property>
158           <property name="stepType">
159            <enum>QAbstractSpinBox::DefaultStepType</enum>
160           </property>
161           <property name="value">
162            <double>0.000000000000000</double>
163           </property>
164          </widget>
165         </item>
166         <item row="1" column="2">
167          <spacer name="horizontalSpacer_3">
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        </layout>
180       </item>
181       <item>
182        <widget class="QFrame" name="fr_coordSystemIn">
183         <layout class="QHBoxLayout" name="hl_coordSystemIn">
184          <item>
185           <widget class="QLabel" name="label">
186            <property name="sizePolicy">
187             <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
188              <horstretch>0</horstretch>
189              <verstretch>0</verstretch>
190             </sizepolicy>
191            </property>
192            <property name="text">
193             <string>Coord System</string>
194            </property>
195           </widget>
196          </item>
197          <item>
198           <widget class="QComboBox" name="cmb_systemIn">
199            <property name="sizePolicy">
200             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
201              <horstretch>0</horstretch>
202              <verstretch>0</verstretch>
203             </sizepolicy>
204            </property>
205           </widget>
206          </item>
207         </layout>
208        </widget>
209       </item>
210      </layout>
211     </widget>
212    </item>
213    <item>
214     <widget class="QGroupBox" name="groupBoxOut">
215      <property name="title">
216       <string>Output</string>
217      </property>
218      <layout class="QVBoxLayout" name="verticalLayout_2">
219       <item>
220        <layout class="QHBoxLayout" name="horizontalLayout_3">
221         <item>
222          <widget class="QLabel" name="lb_medFileOut">
223           <property name="sizePolicy">
224            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
225             <horstretch>0</horstretch>
226             <verstretch>0</verstretch>
227            </sizepolicy>
228           </property>
229           <property name="text">
230            <string>MED File</string>
231           </property>
232          </widget>
233         </item>
234         <item>
235          <widget class="QLineEdit" name="le_medFileOut">
236           <property name="statusTip">
237            <string>directory to store shapefiles and output mesh file if kept</string>
238           </property>
239          </widget>
240         </item>
241         <item>
242          <widget class="QToolButton" name="pb_medFileOut">
243           <property name="sizePolicy">
244            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
245             <horstretch>0</horstretch>
246             <verstretch>0</verstretch>
247            </sizepolicy>
248           </property>
249           <property name="text">
250            <string>...</string>
251           </property>
252          </widget>
253         </item>
254        </layout>
255       </item>
256       <item>
257        <layout class="QGridLayout" name="gridLayout_2">
258         <item row="0" column="0">
259          <widget class="QLabel" name="lb_offsetXout">
260           <property name="sizePolicy">
261            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
262             <horstretch>0</horstretch>
263             <verstretch>0</verstretch>
264            </sizepolicy>
265           </property>
266           <property name="text">
267            <string>Offset X</string>
268           </property>
269          </widget>
270         </item>
271         <item row="0" column="1">
272          <widget class="QDoubleSpinBox" name="dsb_offsetXout">
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="toolTip">
280            <string>X coordinate of origin of input mesh</string>
281           </property>
282           <property name="layoutDirection">
283            <enum>Qt::LeftToRight</enum>
284           </property>
285           <property name="decimals">
286            <number>0</number>
287           </property>
288           <property name="minimum">
289            <double>-10000000.000000000000000</double>
290           </property>
291           <property name="maximum">
292            <double>10000000.000000000000000</double>
293           </property>
294           <property name="singleStep">
295            <double>10000.000000000000000</double>
296           </property>
297          </widget>
298         </item>
299         <item row="0" column="2">
300          <spacer name="horizontalSpacer_4">
301           <property name="orientation">
302            <enum>Qt::Horizontal</enum>
303           </property>
304           <property name="sizeHint" stdset="0">
305            <size>
306             <width>40</width>
307             <height>20</height>
308            </size>
309           </property>
310          </spacer>
311         </item>
312         <item row="1" column="0">
313          <widget class="QLabel" name="lb_offsetYout">
314           <property name="sizePolicy">
315            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
316             <horstretch>0</horstretch>
317             <verstretch>0</verstretch>
318            </sizepolicy>
319           </property>
320           <property name="text">
321            <string>Offset Y</string>
322           </property>
323          </widget>
324         </item>
325         <item row="1" column="1">
326          <widget class="QDoubleSpinBox" name="dsb_offsetYout">
327           <property name="sizePolicy">
328            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
329             <horstretch>0</horstretch>
330             <verstretch>0</verstretch>
331            </sizepolicy>
332           </property>
333           <property name="toolTip">
334            <string>Y coordinate of origin of input mesh</string>
335           </property>
336           <property name="decimals">
337            <number>0</number>
338           </property>
339           <property name="minimum">
340            <double>-10000000.000000000000000</double>
341           </property>
342           <property name="maximum">
343            <double>10000000.000000000000000</double>
344           </property>
345           <property name="singleStep">
346            <double>10000.000000000000000</double>
347           </property>
348           <property name="stepType">
349            <enum>QAbstractSpinBox::DefaultStepType</enum>
350           </property>
351           <property name="value">
352            <double>0.000000000000000</double>
353           </property>
354          </widget>
355         </item>
356         <item row="1" column="2">
357          <spacer name="horizontalSpacer_5">
358           <property name="orientation">
359            <enum>Qt::Horizontal</enum>
360           </property>
361           <property name="sizeHint" stdset="0">
362            <size>
363             <width>40</width>
364             <height>20</height>
365            </size>
366           </property>
367          </spacer>
368         </item>
369        </layout>
370       </item>
371       <item>
372        <widget class="QFrame" name="fr_CoordSystemOut">
373         <layout class="QHBoxLayout" name="hl_coordSystemOut">
374          <item>
375           <widget class="QLabel" name="label_2">
376            <property name="sizePolicy">
377             <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
378              <horstretch>0</horstretch>
379              <verstretch>0</verstretch>
380             </sizepolicy>
381            </property>
382            <property name="text">
383             <string>Coord System</string>
384            </property>
385           </widget>
386          </item>
387          <item>
388           <widget class="QComboBox" name="cmb_systemOut"/>
389          </item>
390         </layout>
391        </widget>
392       </item>
393      </layout>
394     </widget>
395    </item>
396    <item>
397     <spacer name="verticalSpacer">
398      <property name="orientation">
399       <enum>Qt::Vertical</enum>
400      </property>
401      <property name="sizeHint" stdset="0">
402       <size>
403        <width>20</width>
404        <height>66</height>
405       </size>
406      </property>
407     </spacer>
408    </item>
409    <item>
410     <layout class="QHBoxLayout" name="horizontalLayout">
411      <item>
412       <widget class="QDialogButtonBox" name="pb_ok">
413        <property name="sizePolicy">
414         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
415          <horstretch>0</horstretch>
416          <verstretch>0</verstretch>
417         </sizepolicy>
418        </property>
419        <property name="orientation">
420         <enum>Qt::Horizontal</enum>
421        </property>
422        <property name="standardButtons">
423         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
424        </property>
425       </widget>
426      </item>
427      <item>
428       <spacer name="horizontalSpacer">
429        <property name="orientation">
430         <enum>Qt::Horizontal</enum>
431        </property>
432        <property name="sizeHint" stdset="0">
433         <size>
434          <width>40</width>
435          <height>20</height>
436         </size>
437        </property>
438       </spacer>
439      </item>
440      <item>
441       <widget class="QPushButton" name="pb_help">
442        <property name="sizePolicy">
443         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
444          <horstretch>0</horstretch>
445          <verstretch>0</verstretch>
446         </sizepolicy>
447        </property>
448        <property name="text">
449         <string>Help</string>
450        </property>
451       </widget>
452      </item>
453     </layout>
454    </item>
455   </layout>
456  </widget>
457  <resources/>
458  <connections>
459   <connection>
460    <sender>cb_changeCoordSystem</sender>
461    <signal>toggled(bool)</signal>
462    <receiver>fr_coordSystemIn</receiver>
463    <slot>setVisible(bool)</slot>
464    <hints>
465     <hint type="sourcelabel">
466      <x>351</x>
467      <y>20</y>
468     </hint>
469     <hint type="destinationlabel">
470      <x>351</x>
471      <y>182</y>
472     </hint>
473    </hints>
474   </connection>
475   <connection>
476    <sender>cb_changeCoordSystem</sender>
477    <signal>toggled(bool)</signal>
478    <receiver>fr_CoordSystemOut</receiver>
479    <slot>setVisible(bool)</slot>
480    <hints>
481     <hint type="sourcelabel">
482      <x>351</x>
483      <y>20</y>
484     </hint>
485     <hint type="destinationlabel">
486      <x>351</x>
487      <y>358</y>
488     </hint>
489    </hints>
490   </connection>
491  </connections>
492 </ui>