Salome HOME
trying to fix selection mecanism in OCC Viewer: Selection is OK, but broken after...
[modules/hydro.git] / src / HYDROTools / plugins / meshEdgesToShapes.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>814</width>
10     <height>369</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Mesh Edges to Shapes</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="QGroupBox" name="groupBox">
22      <property name="title">
23       <string>Input</string>
24      </property>
25      <layout class="QVBoxLayout" name="verticalLayout">
26       <item>
27        <layout class="QHBoxLayout" name="horizontalLayout_2">
28         <item>
29          <widget class="QLabel" name="lb_medFile">
30           <property name="sizePolicy">
31            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
32             <horstretch>0</horstretch>
33             <verstretch>0</verstretch>
34            </sizepolicy>
35           </property>
36           <property name="text">
37            <string>MED file</string>
38           </property>
39          </widget>
40         </item>
41         <item>
42          <widget class="QLineEdit" name="le_medFile"/>
43         </item>
44         <item>
45          <widget class="QToolButton" name="pb_medFile">
46           <property name="sizePolicy">
47            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
48             <horstretch>0</horstretch>
49             <verstretch>0</verstretch>
50            </sizepolicy>
51           </property>
52           <property name="text">
53            <string>...</string>
54           </property>
55          </widget>
56         </item>
57        </layout>
58       </item>
59       <item>
60        <layout class="QGridLayout" name="gridLayout">
61         <item row="0" column="0">
62          <widget class="QLabel" name="lb_offsetX">
63           <property name="sizePolicy">
64            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
65             <horstretch>0</horstretch>
66             <verstretch>0</verstretch>
67            </sizepolicy>
68           </property>
69           <property name="text">
70            <string>Offset X</string>
71           </property>
72          </widget>
73         </item>
74         <item row="0" column="1">
75          <widget class="QDoubleSpinBox" name="dsb_offsetX">
76           <property name="sizePolicy">
77            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
78             <horstretch>0</horstretch>
79             <verstretch>0</verstretch>
80            </sizepolicy>
81           </property>
82           <property name="toolTip">
83            <string>X coordinate of origin of input mesh</string>
84           </property>
85           <property name="layoutDirection">
86            <enum>Qt::LeftToRight</enum>
87           </property>
88           <property name="decimals">
89            <number>0</number>
90           </property>
91           <property name="minimum">
92            <double>-10000000.000000000000000</double>
93           </property>
94           <property name="maximum">
95            <double>10000000.000000000000000</double>
96           </property>
97           <property name="singleStep">
98            <double>10000.000000000000000</double>
99           </property>
100          </widget>
101         </item>
102         <item row="0" column="2">
103          <spacer name="horizontalSpacer_2">
104           <property name="orientation">
105            <enum>Qt::Horizontal</enum>
106           </property>
107           <property name="sizeHint" stdset="0">
108            <size>
109             <width>40</width>
110             <height>20</height>
111            </size>
112           </property>
113          </spacer>
114         </item>
115         <item row="1" column="0">
116          <widget class="QLabel" name="lb_offsetY">
117           <property name="sizePolicy">
118            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
119             <horstretch>0</horstretch>
120             <verstretch>0</verstretch>
121            </sizepolicy>
122           </property>
123           <property name="text">
124            <string>Offset Y</string>
125           </property>
126          </widget>
127         </item>
128         <item row="1" column="1">
129          <widget class="QDoubleSpinBox" name="dsb_offsetY">
130           <property name="sizePolicy">
131            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
132             <horstretch>0</horstretch>
133             <verstretch>0</verstretch>
134            </sizepolicy>
135           </property>
136           <property name="toolTip">
137            <string>Y coordinate of origin of input mesh</string>
138           </property>
139           <property name="decimals">
140            <number>0</number>
141           </property>
142           <property name="minimum">
143            <double>-10000000.000000000000000</double>
144           </property>
145           <property name="maximum">
146            <double>10000000.000000000000000</double>
147           </property>
148           <property name="singleStep">
149            <double>10000.000000000000000</double>
150           </property>
151           <property name="stepType">
152            <enum>QAbstractSpinBox::DefaultStepType</enum>
153           </property>
154           <property name="value">
155            <double>0.000000000000000</double>
156           </property>
157          </widget>
158         </item>
159         <item row="1" column="2">
160          <spacer name="horizontalSpacer_3">
161           <property name="orientation">
162            <enum>Qt::Horizontal</enum>
163           </property>
164           <property name="sizeHint" stdset="0">
165            <size>
166             <width>40</width>
167             <height>20</height>
168            </size>
169           </property>
170          </spacer>
171         </item>
172        </layout>
173       </item>
174      </layout>
175     </widget>
176    </item>
177    <item>
178     <widget class="QGroupBox" name="groupBox_2">
179      <property name="title">
180       <string>Output</string>
181      </property>
182      <layout class="QVBoxLayout" name="verticalLayout_2">
183       <item>
184        <layout class="QHBoxLayout" name="horizontalLayout_3">
185         <item>
186          <widget class="QLabel" name="lb_outDir">
187           <property name="sizePolicy">
188            <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
189             <horstretch>0</horstretch>
190             <verstretch>0</verstretch>
191            </sizepolicy>
192           </property>
193           <property name="text">
194            <string>Output dir:</string>
195           </property>
196          </widget>
197         </item>
198         <item>
199          <widget class="QLineEdit" name="le_outDir">
200           <property name="statusTip">
201            <string>directory to store shapefiles and output mesh file if kept</string>
202           </property>
203          </widget>
204         </item>
205         <item>
206          <widget class="QToolButton" name="pb_outDir">
207           <property name="sizePolicy">
208            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
209             <horstretch>0</horstretch>
210             <verstretch>0</verstretch>
211            </sizepolicy>
212           </property>
213           <property name="text">
214            <string>...</string>
215           </property>
216          </widget>
217         </item>
218        </layout>
219       </item>
220       <item>
221        <widget class="QCheckBox" name="cb_keepOutMed">
222         <property name="text">
223          <string>Keep Output MED File</string>
224         </property>
225        </widget>
226       </item>
227      </layout>
228     </widget>
229    </item>
230    <item>
231     <spacer name="verticalSpacer">
232      <property name="orientation">
233       <enum>Qt::Vertical</enum>
234      </property>
235      <property name="sizeHint" stdset="0">
236       <size>
237        <width>20</width>
238        <height>66</height>
239       </size>
240      </property>
241     </spacer>
242    </item>
243    <item>
244     <layout class="QHBoxLayout" name="horizontalLayout">
245      <item>
246       <widget class="QDialogButtonBox" name="pb_ok">
247        <property name="sizePolicy">
248         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
249          <horstretch>0</horstretch>
250          <verstretch>0</verstretch>
251         </sizepolicy>
252        </property>
253        <property name="orientation">
254         <enum>Qt::Horizontal</enum>
255        </property>
256        <property name="standardButtons">
257         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
258        </property>
259       </widget>
260      </item>
261      <item>
262       <spacer name="horizontalSpacer">
263        <property name="orientation">
264         <enum>Qt::Horizontal</enum>
265        </property>
266        <property name="sizeHint" stdset="0">
267         <size>
268          <width>40</width>
269          <height>20</height>
270         </size>
271        </property>
272       </spacer>
273      </item>
274      <item>
275       <widget class="QPushButton" name="pb_help">
276        <property name="sizePolicy">
277         <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
278          <horstretch>0</horstretch>
279          <verstretch>0</verstretch>
280         </sizepolicy>
281        </property>
282        <property name="text">
283         <string>Help</string>
284        </property>
285       </widget>
286      </item>
287     </layout>
288    </item>
289   </layout>
290  </widget>
291  <resources/>
292  <connections>
293   <connection>
294    <sender>pb_ok</sender>
295    <signal>rejected()</signal>
296    <receiver>Dialog</receiver>
297    <slot>reject()</slot>
298    <hints>
299     <hint type="sourcelabel">
300      <x>316</x>
301      <y>260</y>
302     </hint>
303     <hint type="destinationlabel">
304      <x>286</x>
305      <y>274</y>
306     </hint>
307    </hints>
308   </connection>
309   <connection>
310    <sender>pb_ok</sender>
311    <signal>accepted()</signal>
312    <receiver>Dialog</receiver>
313    <slot>accept()</slot>
314    <hints>
315     <hint type="sourcelabel">
316      <x>248</x>
317      <y>254</y>
318     </hint>
319     <hint type="destinationlabel">
320      <x>157</x>
321      <y>274</y>
322     </hint>
323    </hints>
324   </connection>
325  </connections>
326 </ui>