]> SALOME platform Git repositories - plugins/blsurfplugin.git/blob - src/GUI/BLSURFPluginGUI_StdWidget_QTD.ui
Salome HOME
Copyright update: 2016
[plugins/blsurfplugin.git] / src / GUI / BLSURFPluginGUI_StdWidget_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <author>Gilles DAVID (OCC)</author>
4  <class>BLSURFPluginGUI_StdWidget_QTD</class>
5  <widget class="QWidget" name="BLSURFPluginGUI_StdWidget_QTD">
6   <property name="geometry">
7    <rect>
8     <x>0</x>
9     <y>0</y>
10     <width>588</width>
11     <height>244</height>
12    </rect>
13   </property>
14   <layout class="QGridLayout" name="gridLayout_5">
15    <property name="margin">
16     <number>0</number>
17    </property>
18    <item row="0" column="0">
19     <widget class="QGroupBox" name="groupBox">
20      <property name="title">
21       <string>BLSURF_MESH_TYPE</string>
22      </property>
23      <layout class="QGridLayout" name="gridLayout">
24       <item row="0" column="0">
25        <widget class="QLabel" name="label">
26         <property name="text">
27          <string>BLSURF_PHY_MESH</string>
28         </property>
29        </widget>
30       </item>
31       <item row="0" column="1">
32        <widget class="QComboBox" name="myPhysicalMesh">
33         <property name="toolTip">
34          <string>BLSURF_PHY_MESH_TOOLTIP</string>
35         </property>
36         <property name="currentIndex">
37          <number>1</number>
38         </property>
39         <item>
40          <property name="text">
41           <string>BLSURF_DEFAULT_USER</string>
42          </property>
43         </item>
44         <item>
45          <property name="text">
46           <string>GLOBAL_SIZE</string>
47          </property>
48         </item>
49         <item>
50          <property name="text">
51           <string>LOCAL_SIZE</string>
52          </property>
53         </item>
54        </widget>
55       </item>
56       <item row="1" column="0">
57        <widget class="QLabel" name="label_2">
58         <property name="text">
59          <string>BLSURF_GEOM_MESH</string>
60         </property>
61        </widget>
62       </item>
63       <item row="1" column="1">
64        <widget class="QComboBox" name="myGeometricMesh">
65         <property name="toolTip">
66          <string>BLSURF_GEOM_MESH_TOOLTIP</string>
67         </property>
68         <item>
69          <property name="text">
70           <string>BLSURF_DEFAULT_USER</string>
71          </property>
72         </item>
73         <item>
74          <property name="text">
75           <string>GLOBAL_SIZE</string>
76          </property>
77         </item>
78        </widget>
79       </item>
80      </layout>
81     </widget>
82    </item>
83    <item row="0" column="1">
84     <widget class="QGroupBox" name="GeomParamsGroupBox">
85      <property name="enabled">
86       <bool>false</bool>
87      </property>
88      <property name="title">
89       <string>BLSURF_GEOMETRICAL_PARAMETERS</string>
90      </property>
91      <layout class="QGridLayout" name="gridLayout_4">
92       <item row="0" column="1">
93        <widget class="SMESHGUI_SpinBox" name="myAngleMesh"/>
94       </item>
95       <item row="1" column="1">
96        <widget class="SMESHGUI_SpinBox" name="myChordalError"/>
97       </item>
98       <item row="0" column="0">
99        <widget class="QLabel" name="label_6">
100         <property name="toolTip">
101          <string>BLSURF_ANGLE_MESH_TOOLTIP</string>
102         </property>
103         <property name="text">
104          <string>BLSURF_ANGLE_MESH</string>
105         </property>
106        </widget>
107       </item>
108       <item row="1" column="0">
109        <widget class="QLabel" name="label_8">
110         <property name="toolTip">
111          <string>BLSURF_CHORDAL_TOOLTIP</string>
112         </property>
113         <property name="text">
114          <string>BLSURF_CHORDAL_ERROR</string>
115         </property>
116        </widget>
117       </item>
118      </layout>
119     </widget>
120    </item>
121    <item row="1" column="0">
122     <widget class="QGroupBox" name="groupBox_2">
123      <property name="title">
124       <string>BLSURF_MAIN_PARAMETERS</string>
125      </property>
126      <layout class="QGridLayout" name="gridLayout_2">
127       <item row="0" column="0">
128        <widget class="QLabel" name="label_3">
129         <property name="toolTip">
130          <string>BLSURF_HPHYDEF_TOOLTIP</string>
131         </property>
132         <property name="text">
133          <string>BLSURF_HPHYDEF</string>
134         </property>
135        </widget>
136       </item>
137       <item row="0" column="1">
138        <widget class="SMESHGUI_SpinBox" name="myPhySize"/>
139       </item>
140       <item row="0" column="2">
141        <widget class="QCheckBox" name="myPhySizeRel">
142         <property name="toolTip">
143          <string>BLSURF_SIZE_REL_TOOLTIP</string>
144         </property>
145         <property name="text">
146          <string>BLSURF_SIZE_REL</string>
147         </property>
148        </widget>
149       </item>
150       <item row="1" column="1">
151        <widget class="SMESHGUI_SpinBox" name="myMinSize"/>
152       </item>
153       <item row="1" column="2">
154        <widget class="QCheckBox" name="myMinSizeRel">
155         <property name="toolTip">
156          <string>BLSURF_SIZE_REL_TOOLTIP</string>
157         </property>
158         <property name="text">
159          <string>BLSURF_SIZE_REL</string>
160         </property>
161        </widget>
162       </item>
163       <item row="2" column="1">
164        <widget class="SMESHGUI_SpinBox" name="myMaxSize">
165         <property name="singleStep">
166          <double>10.000000000000000</double>
167         </property>
168        </widget>
169       </item>
170       <item row="2" column="2">
171        <widget class="QCheckBox" name="myMaxSizeRel">
172         <property name="toolTip">
173          <string>BLSURF_SIZE_REL_TOOLTIP</string>
174         </property>
175         <property name="text">
176          <string>BLSURF_SIZE_REL</string>
177         </property>
178        </widget>
179       </item>
180       <item row="3" column="0">
181        <widget class="QLabel" name="label_7">
182         <property name="toolTip">
183          <string>BLSURF_GRADATION_TOOLTIP</string>
184         </property>
185         <property name="text">
186          <string>BLSURF_GRADATION</string>
187         </property>
188        </widget>
189       </item>
190       <item row="3" column="1">
191        <widget class="SMESHGUI_SpinBox" name="myGradation">
192         <property name="enabled">
193          <bool>false</bool>
194         </property>
195        </widget>
196       </item>
197       <item row="1" column="0">
198        <widget class="QLabel" name="label_4">
199         <property name="text">
200          <string>BLSURF_MINSIZE</string>
201         </property>
202        </widget>
203       </item>
204       <item row="2" column="0">
205        <widget class="QLabel" name="label_5">
206         <property name="text">
207          <string>BLSURF_MAXSIZE</string>
208         </property>
209        </widget>
210       </item>
211       <item row="4" column="0" colspan="3">
212        <widget class="QCheckBox" name="myQuadraticMesh">
213         <property name="text">
214          <string>BLSURF_ELEMENT_ORDER</string>
215         </property>
216        </widget>
217       </item>
218      </layout>
219     </widget>
220    </item>
221    <item row="1" column="1">
222     <widget class="QGroupBox" name="groupBox_3">
223      <property name="title">
224       <string>BLSURF_OTHER_PARAMETERS</string>
225      </property>
226      <layout class="QGridLayout" name="gridLayout_3">
227       <item row="0" column="0">
228        <widget class="QCheckBox" name="myAnisotropic">
229         <property name="toolTip">
230          <string>BLSURF_ANISOTROPIC_TOOLTIP</string>
231         </property>
232         <property name="text">
233          <string>BLSURF_ANISOTROPIC</string>
234         </property>
235        </widget>
236       </item>
237       <item row="0" column="1">
238        <widget class="SMESHGUI_SpinBox" name="myAnisotropicRatio">
239         <property name="enabled">
240          <bool>false</bool>
241         </property>
242        </widget>
243       </item>
244       <item row="1" column="0">
245        <widget class="QCheckBox" name="myRemoveTinyEdges">
246         <property name="toolTip">
247          <string>BLSURF_REMOVE_TINY_EDGES_TOOLTIP</string>
248         </property>
249         <property name="text">
250          <string>BLSURF_REMOVE_TINY_EDGES</string>
251         </property>
252        </widget>
253       </item>
254       <item row="1" column="1">
255        <widget class="SMESHGUI_SpinBox" name="myTinyEdgeLength">
256         <property name="enabled">
257          <bool>false</bool>
258         </property>
259        </widget>
260       </item>
261       <item row="2" column="0">
262        <widget class="QCheckBox" name="myForceBadElementRemoval">
263         <property name="toolTip">
264          <string>BLSURF_REMOVE_SLIVERS_TOOLTIP</string>
265         </property>
266         <property name="text">
267          <string>BLSURF_REMOVE_SLIVERS</string>
268         </property>
269        </widget>
270       </item>
271       <item row="2" column="1">
272        <widget class="SMESHGUI_SpinBox" name="myBadElementAspectRatio">
273         <property name="enabled">
274          <bool>false</bool>
275         </property>
276        </widget>
277       </item>
278       <item row="3" column="0" colspan="2">
279        <widget class="QCheckBox" name="myOptimizeMesh">
280         <property name="toolTip">
281          <string>BLSURF_OPTIMISATION_TOOLTIP</string>
282         </property>
283         <property name="text">
284          <string>BLSURF_OPTIMISATION</string>
285         </property>
286         <property name="checked">
287          <bool>true</bool>
288         </property>
289        </widget>
290       </item>
291       <item row="5" column="0" colspan="2">
292        <widget class="QCheckBox" name="myAllowQuadrangles">
293         <property name="text">
294          <string>BLSURF_ALLOW_QUADRANGLES</string>
295         </property>
296        </widget>
297       </item>
298      </layout>
299     </widget>
300    </item>
301   </layout>
302  </widget>
303  <customwidgets>
304   <customwidget>
305    <class>SMESHGUI_SpinBox</class>
306    <extends>QDoubleSpinBox</extends>
307    <header location="global">SMESHGUI_SpinBox.h</header>
308   </customwidget>
309  </customwidgets>
310  <tabstops>
311   <tabstop>myPhysicalMesh</tabstop>
312   <tabstop>myGeometricMesh</tabstop>
313   <tabstop>myPhySize</tabstop>
314   <tabstop>myPhySizeRel</tabstop>
315   <tabstop>myMinSize</tabstop>
316   <tabstop>myMinSizeRel</tabstop>
317   <tabstop>myMaxSize</tabstop>
318   <tabstop>myMaxSizeRel</tabstop>
319   <tabstop>myGradation</tabstop>
320   <tabstop>myQuadraticMesh</tabstop>
321   <tabstop>myAngleMesh</tabstop>
322   <tabstop>myChordalError</tabstop>
323   <tabstop>myAnisotropic</tabstop>
324   <tabstop>myAnisotropicRatio</tabstop>
325   <tabstop>myRemoveTinyEdges</tabstop>
326   <tabstop>myTinyEdgeLength</tabstop>
327   <tabstop>myForceBadElementRemoval</tabstop>
328   <tabstop>myBadElementAspectRatio</tabstop>
329   <tabstop>myOptimizeMesh</tabstop>
330   <tabstop>myAllowQuadrangles</tabstop>
331  </tabstops>
332  <resources/>
333  <connections>
334   <connection>
335    <sender>myGeometricMesh</sender>
336    <signal>activated(int)</signal>
337    <receiver>BLSURFPluginGUI_StdWidget_QTD</receiver>
338    <slot>onGeometricMeshChanged()</slot>
339    <hints>
340     <hint type="sourcelabel">
341      <x>188</x>
342      <y>60</y>
343     </hint>
344     <hint type="destinationlabel">
345      <x>281</x>
346      <y>243</y>
347     </hint>
348    </hints>
349   </connection>
350   <connection>
351    <sender>myPhysicalMesh</sender>
352    <signal>activated(int)</signal>
353    <receiver>BLSURFPluginGUI_StdWidget_QTD</receiver>
354    <slot>onPhysicalMeshChanged()</slot>
355    <hints>
356     <hint type="sourcelabel">
357      <x>188</x>
358      <y>37</y>
359     </hint>
360     <hint type="destinationlabel">
361      <x>218</x>
362      <y>243</y>
363     </hint>
364    </hints>
365   </connection>
366   <connection>
367    <sender>myAnisotropic</sender>
368    <signal>toggled(bool)</signal>
369    <receiver>myAnisotropicRatio</receiver>
370    <slot>setEnabled(bool)</slot>
371    <hints>
372     <hint type="sourcelabel">
373      <x>384</x>
374      <y>122</y>
375     </hint>
376     <hint type="destinationlabel">
377      <x>541</x>
378      <y>127</y>
379     </hint>
380    </hints>
381   </connection>
382   <connection>
383    <sender>myRemoveTinyEdges</sender>
384    <signal>toggled(bool)</signal>
385    <receiver>myTinyEdgeLength</receiver>
386    <slot>setEnabled(bool)</slot>
387    <hints>
388     <hint type="sourcelabel">
389      <x>414</x>
390      <y>151</y>
391     </hint>
392     <hint type="destinationlabel">
393      <x>547</x>
394      <y>152</y>
395     </hint>
396    </hints>
397   </connection>
398   <connection>
399    <sender>myForceBadElementRemoval</sender>
400    <signal>toggled(bool)</signal>
401    <receiver>myBadElementAspectRatio</receiver>
402    <slot>setEnabled(bool)</slot>
403    <hints>
404     <hint type="sourcelabel">
405      <x>448</x>
406      <y>181</y>
407     </hint>
408     <hint type="destinationlabel">
409      <x>542</x>
410      <y>180</y>
411     </hint>
412    </hints>
413   </connection>
414   <connection>
415    <sender>myAnisotropic</sender>
416    <signal>toggled(bool)</signal>
417    <receiver>myChordalError</receiver>
418    <slot>setDisabled(bool)</slot>
419    <hints>
420     <hint type="sourcelabel">
421      <x>441</x>
422      <y>119</y>
423     </hint>
424     <hint type="destinationlabel">
425      <x>525</x>
426      <y>60</y>
427     </hint>
428    </hints>
429   </connection>
430   <connection>
431    <sender>myAnisotropic</sender>
432    <signal>toggled(bool)</signal>
433    <receiver>label_8</receiver>
434    <slot>setDisabled(bool)</slot>
435    <hints>
436     <hint type="sourcelabel">
437      <x>425</x>
438      <y>121</y>
439     </hint>
440     <hint type="destinationlabel">
441      <x>438</x>
442      <y>64</y>
443     </hint>
444    </hints>
445   </connection>
446   <connection>
447    <sender>myPhySize</sender>
448    <signal>editingFinished()</signal>
449    <receiver>BLSURFPluginGUI_StdWidget_QTD</receiver>
450    <slot>onEditingFinished()</slot>
451    <hints>
452     <hint type="sourcelabel">
453      <x>159</x>
454      <y>119</y>
455     </hint>
456     <hint type="destinationlabel">
457      <x>220</x>
458      <y>90</y>
459     </hint>
460    </hints>
461   </connection>
462   <connection>
463    <sender>myMinSize</sender>
464    <signal>editingFinished()</signal>
465    <receiver>BLSURFPluginGUI_StdWidget_QTD</receiver>
466    <slot>onEditingFinished()</slot>
467    <hints>
468     <hint type="sourcelabel">
469      <x>144</x>
470      <y>150</y>
471     </hint>
472     <hint type="destinationlabel">
473      <x>205</x>
474      <y>83</y>
475     </hint>
476    </hints>
477   </connection>
478   <connection>
479    <sender>myMaxSize</sender>
480    <signal>editingFinished()</signal>
481    <receiver>BLSURFPluginGUI_StdWidget_QTD</receiver>
482    <slot>onEditingFinished()</slot>
483    <hints>
484     <hint type="sourcelabel">
485      <x>128</x>
486      <y>176</y>
487     </hint>
488     <hint type="destinationlabel">
489      <x>135</x>
490      <y>83</y>
491     </hint>
492    </hints>
493   </connection>
494   <connection>
495    <sender>myGradation</sender>
496    <signal>editingFinished()</signal>
497    <receiver>BLSURFPluginGUI_StdWidget_QTD</receiver>
498    <slot>onEditingFinished()</slot>
499    <hints>
500     <hint type="sourcelabel">
501      <x>170</x>
502      <y>201</y>
503     </hint>
504     <hint type="destinationlabel">
505      <x>315</x>
506      <y>121</y>
507     </hint>
508    </hints>
509   </connection>
510   <connection>
511    <sender>myAngleMesh</sender>
512    <signal>editingFinished()</signal>
513    <receiver>BLSURFPluginGUI_StdWidget_QTD</receiver>
514    <slot>onEditingFinished()</slot>
515    <hints>
516     <hint type="sourcelabel">
517      <x>548</x>
518      <y>34</y>
519     </hint>
520     <hint type="destinationlabel">
521      <x>566</x>
522      <y>86</y>
523     </hint>
524    </hints>
525   </connection>
526   <connection>
527    <sender>myChordalError</sender>
528    <signal>editingFinished()</signal>
529    <receiver>BLSURFPluginGUI_StdWidget_QTD</receiver>
530    <slot>onEditingFinished()</slot>
531    <hints>
532     <hint type="sourcelabel">
533      <x>542</x>
534      <y>56</y>
535     </hint>
536     <hint type="destinationlabel">
537      <x>537</x>
538      <y>86</y>
539     </hint>
540    </hints>
541   </connection>
542  </connections>
543  <slots>
544   <slot>onGeometricMeshChanged()</slot>
545   <slot>onPhysicalMeshChanged()</slot>
546   <slot>onEditingFinished()</slot>
547  </slots>
548 </ui>