Salome HOME
dialogue change coordinates
[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        <layout class="QHBoxLayout" name="horizontalLayout_4">
183         <item>
184          <widget class="QLabel" name="label">
185           <property name="sizePolicy">
186            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
187             <horstretch>0</horstretch>
188             <verstretch>0</verstretch>
189            </sizepolicy>
190           </property>
191           <property name="text">
192            <string>Coord System</string>
193           </property>
194          </widget>
195         </item>
196         <item>
197          <widget class="QComboBox" name="cmb_systemIn">
198           <property name="sizePolicy">
199            <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
200             <horstretch>0</horstretch>
201             <verstretch>0</verstretch>
202            </sizepolicy>
203           </property>
204          </widget>
205         </item>
206        </layout>
207       </item>
208      </layout>
209     </widget>
210    </item>
211    <item>
212     <widget class="QGroupBox" name="groupBoxOut">
213      <property name="title">
214       <string>Output</string>
215      </property>
216      <layout class="QVBoxLayout" name="verticalLayout_2">
217       <item>
218        <layout class="QHBoxLayout" name="horizontalLayout_3">
219         <item>
220          <widget class="QLabel" name="lb_medFileOut">
221           <property name="sizePolicy">
222            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
223             <horstretch>0</horstretch>
224             <verstretch>0</verstretch>
225            </sizepolicy>
226           </property>
227           <property name="text">
228            <string>MED File</string>
229           </property>
230          </widget>
231         </item>
232         <item>
233          <widget class="QLineEdit" name="le_medFileOut">
234           <property name="statusTip">
235            <string>directory to store shapefiles and output mesh file if kept</string>
236           </property>
237          </widget>
238         </item>
239         <item>
240          <widget class="QToolButton" name="pb_medFileOut">
241           <property name="sizePolicy">
242            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
243             <horstretch>0</horstretch>
244             <verstretch>0</verstretch>
245            </sizepolicy>
246           </property>
247           <property name="text">
248            <string>...</string>
249           </property>
250          </widget>
251         </item>
252        </layout>
253       </item>
254       <item>
255        <layout class="QGridLayout" name="gridLayout_2">
256         <item row="0" column="0">
257          <widget class="QLabel" name="lb_offsetXout">
258           <property name="sizePolicy">
259            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
260             <horstretch>0</horstretch>
261             <verstretch>0</verstretch>
262            </sizepolicy>
263           </property>
264           <property name="text">
265            <string>Offset X</string>
266           </property>
267          </widget>
268         </item>
269         <item row="0" column="1">
270          <widget class="QDoubleSpinBox" name="dsb_offsetXout">
271           <property name="sizePolicy">
272            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
273             <horstretch>0</horstretch>
274             <verstretch>0</verstretch>
275            </sizepolicy>
276           </property>
277           <property name="toolTip">
278            <string>X coordinate of origin of input mesh</string>
279           </property>
280           <property name="layoutDirection">
281            <enum>Qt::LeftToRight</enum>
282           </property>
283           <property name="decimals">
284            <number>0</number>
285           </property>
286           <property name="minimum">
287            <double>-10000000.000000000000000</double>
288           </property>
289           <property name="maximum">
290            <double>10000000.000000000000000</double>
291           </property>
292           <property name="singleStep">
293            <double>10000.000000000000000</double>
294           </property>
295          </widget>
296         </item>
297         <item row="0" column="2">
298          <spacer name="horizontalSpacer_4">
299           <property name="orientation">
300            <enum>Qt::Horizontal</enum>
301           </property>
302           <property name="sizeHint" stdset="0">
303            <size>
304             <width>40</width>
305             <height>20</height>
306            </size>
307           </property>
308          </spacer>
309         </item>
310         <item row="1" column="0">
311          <widget class="QLabel" name="lb_offsetYout">
312           <property name="sizePolicy">
313            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
314             <horstretch>0</horstretch>
315             <verstretch>0</verstretch>
316            </sizepolicy>
317           </property>
318           <property name="text">
319            <string>Offset Y</string>
320           </property>
321          </widget>
322         </item>
323         <item row="1" column="1">
324          <widget class="QDoubleSpinBox" name="dsb_offsetYout">
325           <property name="sizePolicy">
326            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
327             <horstretch>0</horstretch>
328             <verstretch>0</verstretch>
329            </sizepolicy>
330           </property>
331           <property name="toolTip">
332            <string>Y coordinate of origin of input mesh</string>
333           </property>
334           <property name="decimals">
335            <number>0</number>
336           </property>
337           <property name="minimum">
338            <double>-10000000.000000000000000</double>
339           </property>
340           <property name="maximum">
341            <double>10000000.000000000000000</double>
342           </property>
343           <property name="singleStep">
344            <double>10000.000000000000000</double>
345           </property>
346           <property name="stepType">
347            <enum>QAbstractSpinBox::DefaultStepType</enum>
348           </property>
349           <property name="value">
350            <double>0.000000000000000</double>
351           </property>
352          </widget>
353         </item>
354         <item row="1" column="2">
355          <spacer name="horizontalSpacer_5">
356           <property name="orientation">
357            <enum>Qt::Horizontal</enum>
358           </property>
359           <property name="sizeHint" stdset="0">
360            <size>
361             <width>40</width>
362             <height>20</height>
363            </size>
364           </property>
365          </spacer>
366         </item>
367        </layout>
368       </item>
369       <item>
370        <layout class="QHBoxLayout" name="horizontalLayout_5">
371         <item>
372          <widget class="QLabel" name="label_2">
373           <property name="sizePolicy">
374            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
375             <horstretch>0</horstretch>
376             <verstretch>0</verstretch>
377            </sizepolicy>
378           </property>
379           <property name="text">
380            <string>Coord System</string>
381           </property>
382          </widget>
383         </item>
384         <item>
385          <widget class="QComboBox" name="cmb_systemOut"/>
386         </item>
387        </layout>
388       </item>
389      </layout>
390     </widget>
391    </item>
392    <item>
393     <spacer name="verticalSpacer">
394      <property name="orientation">
395       <enum>Qt::Vertical</enum>
396      </property>
397      <property name="sizeHint" stdset="0">
398       <size>
399        <width>20</width>
400        <height>66</height>
401       </size>
402      </property>
403     </spacer>
404    </item>
405    <item>
406     <layout class="QHBoxLayout" name="horizontalLayout">
407      <item>
408       <widget class="QDialogButtonBox" name="pb_ok">
409        <property name="sizePolicy">
410         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
411          <horstretch>0</horstretch>
412          <verstretch>0</verstretch>
413         </sizepolicy>
414        </property>
415        <property name="orientation">
416         <enum>Qt::Horizontal</enum>
417        </property>
418        <property name="standardButtons">
419         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
420        </property>
421       </widget>
422      </item>
423      <item>
424       <spacer name="horizontalSpacer">
425        <property name="orientation">
426         <enum>Qt::Horizontal</enum>
427        </property>
428        <property name="sizeHint" stdset="0">
429         <size>
430          <width>40</width>
431          <height>20</height>
432         </size>
433        </property>
434       </spacer>
435      </item>
436      <item>
437       <widget class="QPushButton" name="pb_help">
438        <property name="sizePolicy">
439         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
440          <horstretch>0</horstretch>
441          <verstretch>0</verstretch>
442         </sizepolicy>
443        </property>
444        <property name="text">
445         <string>Help</string>
446        </property>
447       </widget>
448      </item>
449     </layout>
450    </item>
451   </layout>
452  </widget>
453  <resources/>
454  <connections>
455   <connection>
456    <sender>cb_changeCoordSystem</sender>
457    <signal>toggled(bool)</signal>
458    <receiver>cmb_systemIn</receiver>
459    <slot>setVisible(bool)</slot>
460    <hints>
461     <hint type="sourcelabel">
462      <x>348</x>
463      <y>20</y>
464     </hint>
465     <hint type="destinationlabel">
466      <x>348</x>
467      <y>181</y>
468     </hint>
469    </hints>
470   </connection>
471   <connection>
472    <sender>cb_changeCoordSystem</sender>
473    <signal>toggled(bool)</signal>
474    <receiver>cmb_systemOut</receiver>
475    <slot>setVisible(bool)</slot>
476    <hints>
477     <hint type="sourcelabel">
478      <x>348</x>
479      <y>20</y>
480     </hint>
481     <hint type="destinationlabel">
482      <x>348</x>
483      <y>355</y>
484     </hint>
485    </hints>
486   </connection>
487  </connections>
488 </ui>