limited volume meshing to boundary layer only
[engrid-github.git] / src / libengrid / guimainwindow.ui
blob550285a2c7839f4b5b5b482615e574c65ce1b87e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiMainWindow</class>
4 <widget class="QMainWindow" name="GuiMainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>1063</width>
10 <height>795</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>enGrid - untitled.vtu</string>
15 </property>
16 <property name="windowIcon">
17 <iconset resource="engrid.qrc">
18 <normaloff>:/icons/resources/icons/G.png</normaloff>:/icons/resources/icons/G.png</iconset>
19 </property>
20 <widget class="QVTKOpenGLNativeWidget" name="centralwidget">
21 <property name="cursor">
22 <cursorShape>CrossCursor</cursorShape>
23 </property>
24 <property name="mouseTracking">
25 <bool>true</bool>
26 </property>
27 <layout class="QGridLayout" name="gridLayout"/>
28 </widget>
29 <widget class="QMenuBar" name="menubar">
30 <property name="geometry">
31 <rect>
32 <x>0</x>
33 <y>0</y>
34 <width>1063</width>
35 <height>34</height>
36 </rect>
37 </property>
38 <property name="sizePolicy">
39 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
40 <horstretch>0</horstretch>
41 <verstretch>0</verstretch>
42 </sizepolicy>
43 </property>
44 <property name="defaultUp">
45 <bool>false</bool>
46 </property>
47 <property name="nativeMenuBar">
48 <bool>false</bool>
49 </property>
50 <widget class="QMenu" name="menuFile">
51 <property name="title">
52 <string>&amp;File</string>
53 </property>
54 <widget class="QMenu" name="menuOpen_recent">
55 <property name="title">
56 <string>Open recent</string>
57 </property>
58 <addaction name="actionTest"/>
59 </widget>
60 <addaction name="actionOpen"/>
61 <addaction name="menuOpen_recent"/>
62 <addaction name="actionSave"/>
63 <addaction name="actionSaveAs"/>
64 <addaction name="separator"/>
65 <addaction name="actionExit"/>
66 </widget>
67 <widget class="QMenu" name="menuImport_2">
68 <property name="title">
69 <string>&amp;Import</string>
70 </property>
71 <widget class="QMenu" name="menuGmsh_2">
72 <property name="title">
73 <string>Gmsh</string>
74 </property>
75 <addaction name="actionImportGmsh1Ascii"/>
76 <addaction name="actionImportGmsh2Ascii"/>
77 <addaction name="actionGmsh2Binary"/>
78 </widget>
79 <widget class="QMenu" name="menuVTK">
80 <property name="title">
81 <string>VTK</string>
82 </property>
83 <addaction name="actionVtkReader"/>
84 <addaction name="actionPolyDataReader"/>
85 <addaction name="actionReducedPolyDataReader"/>
86 </widget>
87 <addaction name="actionImportSTL"/>
88 <addaction name="actionMultiSolidAsciiStlReader"/>
89 <addaction name="menuGmsh_2"/>
90 <addaction name="menuVTK"/>
91 <addaction name="actionImportOpenFoamCase"/>
92 <addaction name="actionImportFluentCase"/>
93 <addaction name="actionImportSeligAirfoil"/>
94 <addaction name="actionImportBlenderFile"/>
95 <addaction name="actionImportBrlcad"/>
96 </widget>
97 <widget class="QMenu" name="menuHelp">
98 <property name="title">
99 <string>&amp;Help</string>
100 </property>
101 <addaction name="actionAbout"/>
102 </widget>
103 <widget class="QMenu" name="menuView">
104 <property name="title">
105 <string>&amp;View</string>
106 </property>
107 <addaction name="actionViewFront"/>
108 <addaction name="actionViewBack"/>
109 <addaction name="actionViewRight"/>
110 <addaction name="actionViewTop"/>
111 <addaction name="actionViewLeft"/>
112 <addaction name="actionViewBottom"/>
113 <addaction name="separator"/>
114 <addaction name="actionZoomAll"/>
115 <addaction name="actionZoomOnPickedObject"/>
116 <addaction name="actionBoundaryCodes"/>
117 <addaction name="actionRedraw"/>
118 <addaction name="actionForcedRedraw"/>
119 <addaction name="actionClearOutputWindow"/>
120 <addaction name="actionViewAxes"/>
121 <addaction name="actionViewOrthogonal"/>
122 <addaction name="actionViewNodeIDs"/>
123 <addaction name="actionViewCellIDs"/>
124 <addaction name="actionShow_display_options"/>
125 <addaction name="actionShow_output"/>
126 <addaction name="actionShow_node_cell_info"/>
127 <addaction name="actionShow_debugging_utilities"/>
128 </widget>
129 <widget class="QMenu" name="menuMesh">
130 <property name="title">
131 <string>&amp;Mesh</string>
132 </property>
133 <addaction name="actionSetBoundaryCode"/>
134 <addaction name="actionChangeOrientation"/>
135 <addaction name="actionCheckOrientation"/>
136 <addaction name="actionImproveAspectRatio"/>
137 <addaction name="actionCreateSurfaceMesh"/>
138 <addaction name="actionSurfaceMesher"/>
139 <addaction name="separator"/>
140 <addaction name="actionFillPlane"/>
141 <addaction name="actionTransform"/>
142 <addaction name="actionNormalExtrusion"/>
143 <addaction name="actionMirrorMesh"/>
144 <addaction name="actionFixSTL"/>
145 <addaction name="actionCreateVolumeMesh"/>
146 <addaction name="actionConvertToPolyMesh"/>
147 <addaction name="actionDeleteTetraVolumeGrid"/>
148 <addaction name="actionDeleteVolumeGrid"/>
149 <addaction name="actionMergeVolumes"/>
150 <addaction name="actionRestrictToAvailableVolumeCells"/>
151 <addaction name="separator"/>
152 <addaction name="actionStoreGeometry"/>
153 </widget>
154 <widget class="QMenu" name="menuExport">
155 <property name="title">
156 <string>&amp;Export</string>
157 </property>
158 <widget class="QMenu" name="menuGmsh">
159 <property name="title">
160 <string>Gmsh</string>
161 </property>
162 <addaction name="actionExportGmsh1Ascii"/>
163 <addaction name="actionExportGmsh2Ascii"/>
164 <addaction name="actionExportGmsh2Binary"/>
165 </widget>
166 <widget class="QMenu" name="menuOpenFOAM">
167 <property name="title">
168 <string>OpenFOAM</string>
169 </property>
170 <addaction name="actionSimpleFoamWriter"/>
171 <addaction name="actionFoamWriter"/>
172 <addaction name="actionFoamCaseWriter"/>
173 </widget>
174 <addaction name="actionExportDrNum"/>
175 <addaction name="menuGmsh"/>
176 <addaction name="actionExportNeutral"/>
177 <addaction name="actionExportAsciiStl"/>
178 <addaction name="actionExportBinaryStl"/>
179 <addaction name="actionExportAsciiPly"/>
180 <addaction name="actionExportBinaryPly"/>
181 <addaction name="menuOpenFOAM"/>
182 <addaction name="actionExportDolfyn"/>
183 <addaction name="actionExportSu2"/>
184 <addaction name="actionExportCGNS"/>
185 <addaction name="actionExportBlenderFile"/>
186 </widget>
187 <widget class="QMenu" name="menuTools">
188 <property name="title">
189 <string>&amp;Tools</string>
190 </property>
191 <addaction name="actionConfigure"/>
192 <addaction name="actionPick_cell_point"/>
193 <addaction name="actionDeletePickedPoint"/>
194 <addaction name="actionShowInfo"/>
195 <addaction name="actionCheck_surface_integrity"/>
196 <addaction name="actionCheckForOverlap"/>
197 <addaction name="actionFixCADgeometry"/>
198 <addaction name="m_ActionYPlusCalculator"/>
199 </widget>
200 <widget class="QMenu" name="menuSimulation">
201 <property name="title">
202 <string>&amp;Simulation</string>
203 </property>
204 <addaction name="actionEditBoundaryConditions"/>
205 <addaction name="actionRunSolver"/>
206 <addaction name="actionStopProcesses"/>
207 <addaction name="actionPreparePostProcessing"/>
208 <addaction name="actionStartParaView"/>
209 <addaction name="actionSetCaseDirectory"/>
210 </widget>
211 <widget class="QMenu" name="menuPlugins">
212 <property name="title">
213 <string>Plugins</string>
214 </property>
215 <addaction name="actionAbout_enGrid_plugins"/>
216 </widget>
217 <addaction name="menuFile"/>
218 <addaction name="menuImport_2"/>
219 <addaction name="menuExport"/>
220 <addaction name="menuView"/>
221 <addaction name="menuMesh"/>
222 <addaction name="menuTools"/>
223 <addaction name="menuSimulation"/>
224 <addaction name="menuPlugins"/>
225 <addaction name="menuHelp"/>
226 </widget>
227 <widget class="QToolBar" name="toolBar">
228 <property name="windowTitle">
229 <string>default toolbar</string>
230 </property>
231 <attribute name="toolBarArea">
232 <enum>TopToolBarArea</enum>
233 </attribute>
234 <attribute name="toolBarBreak">
235 <bool>false</bool>
236 </attribute>
237 <addaction name="actionOpen"/>
238 <addaction name="actionSave"/>
239 <addaction name="actionSaveAs"/>
240 <addaction name="actionExit"/>
241 <addaction name="separator"/>
242 <addaction name="actionSetBoundaryCode"/>
243 <addaction name="actionEditBoundaryConditions"/>
244 <addaction name="actionChangeOrientation"/>
245 <addaction name="actionCheckOrientation"/>
246 <addaction name="actionCreateSurfaceMesh"/>
247 <addaction name="actionSurfaceMesher"/>
248 <addaction name="separator"/>
249 <addaction name="actionNormalExtrusion"/>
250 <addaction name="actionCreateVolumeMesh"/>
251 </widget>
252 <widget class="QDockWidget" name="dockWidget_DisplayOptions">
253 <property name="sizePolicy">
254 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
255 <horstretch>0</horstretch>
256 <verstretch>0</verstretch>
257 </sizepolicy>
258 </property>
259 <property name="minimumSize">
260 <size>
261 <width>250</width>
262 <height>136</height>
263 </size>
264 </property>
265 <property name="floating">
266 <bool>false</bool>
267 </property>
268 <property name="features">
269 <set>QDockWidget::AllDockWidgetFeatures</set>
270 </property>
271 <property name="windowTitle">
272 <string>Display options</string>
273 </property>
274 <attribute name="dockWidgetArea">
275 <number>2</number>
276 </attribute>
277 <widget class="QWidget" name="dockWidgetContents">
278 <layout class="QGridLayout" name="gridLayout_3">
279 <item row="0" column="0">
280 <widget class="QScrollArea" name="scrollArea">
281 <property name="sizePolicy">
282 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
283 <horstretch>0</horstretch>
284 <verstretch>0</verstretch>
285 </sizepolicy>
286 </property>
287 <property name="frameShadow">
288 <enum>QFrame::Sunken</enum>
289 </property>
290 <property name="verticalScrollBarPolicy">
291 <enum>Qt::ScrollBarAsNeeded</enum>
292 </property>
293 <property name="horizontalScrollBarPolicy">
294 <enum>Qt::ScrollBarAlwaysOff</enum>
295 </property>
296 <property name="widgetResizable">
297 <bool>true</bool>
298 </property>
299 <widget class="QWidget" name="scrollAreaWidgetContents">
300 <property name="geometry">
301 <rect>
302 <x>0</x>
303 <y>0</y>
304 <width>249</width>
305 <height>710</height>
306 </rect>
307 </property>
308 <layout class="QVBoxLayout" name="verticalLayout_2">
309 <item>
310 <widget class="QGroupBox" name="groupBox">
311 <property name="title">
312 <string>clipping</string>
313 </property>
314 <layout class="QGridLayout" name="gridLayout_4">
315 <item row="0" column="1">
316 <widget class="QLineEdit" name="lineEditClipX">
317 <property name="sizePolicy">
318 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
319 <horstretch>0</horstretch>
320 <verstretch>0</verstretch>
321 </sizepolicy>
322 </property>
323 <property name="maximumSize">
324 <size>
325 <width>50</width>
326 <height>16777215</height>
327 </size>
328 </property>
329 <property name="text">
330 <string>0</string>
331 </property>
332 <property name="alignment">
333 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
334 </property>
335 </widget>
336 </item>
337 <item row="1" column="0">
338 <widget class="QLabel" name="label">
339 <property name="text">
340 <string>centre</string>
341 </property>
342 </widget>
343 </item>
344 <item row="1" column="1">
345 <widget class="QLineEdit" name="lineEditClipY">
346 <property name="sizePolicy">
347 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
348 <horstretch>0</horstretch>
349 <verstretch>0</verstretch>
350 </sizepolicy>
351 </property>
352 <property name="maximumSize">
353 <size>
354 <width>50</width>
355 <height>16777215</height>
356 </size>
357 </property>
358 <property name="text">
359 <string>0</string>
360 </property>
361 <property name="alignment">
362 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
363 </property>
364 </widget>
365 </item>
366 <item row="2" column="1">
367 <widget class="QLineEdit" name="lineEditClipZ">
368 <property name="sizePolicy">
369 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
370 <horstretch>0</horstretch>
371 <verstretch>0</verstretch>
372 </sizepolicy>
373 </property>
374 <property name="maximumSize">
375 <size>
376 <width>50</width>
377 <height>16777215</height>
378 </size>
379 </property>
380 <property name="text">
381 <string>0</string>
382 </property>
383 <property name="alignment">
384 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
385 </property>
386 </widget>
387 </item>
388 <item row="3" column="1">
389 <widget class="Line" name="line">
390 <property name="lineWidth">
391 <number>0</number>
392 </property>
393 <property name="orientation">
394 <enum>Qt::Horizontal</enum>
395 </property>
396 </widget>
397 </item>
398 <item row="4" column="1">
399 <widget class="QLineEdit" name="lineEditClipNX">
400 <property name="sizePolicy">
401 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
402 <horstretch>0</horstretch>
403 <verstretch>0</verstretch>
404 </sizepolicy>
405 </property>
406 <property name="maximumSize">
407 <size>
408 <width>50</width>
409 <height>16777215</height>
410 </size>
411 </property>
412 <property name="text">
413 <string>1</string>
414 </property>
415 <property name="alignment">
416 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
417 </property>
418 </widget>
419 </item>
420 <item row="5" column="0">
421 <widget class="QLabel" name="label_2">
422 <property name="text">
423 <string>normal</string>
424 </property>
425 </widget>
426 </item>
427 <item row="5" column="1">
428 <widget class="QLineEdit" name="lineEditClipNY">
429 <property name="sizePolicy">
430 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
431 <horstretch>0</horstretch>
432 <verstretch>0</verstretch>
433 </sizepolicy>
434 </property>
435 <property name="maximumSize">
436 <size>
437 <width>50</width>
438 <height>16777215</height>
439 </size>
440 </property>
441 <property name="text">
442 <string>0</string>
443 </property>
444 <property name="alignment">
445 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
446 </property>
447 </widget>
448 </item>
449 <item row="6" column="1">
450 <widget class="QLineEdit" name="lineEditClipNZ">
451 <property name="sizePolicy">
452 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
453 <horstretch>0</horstretch>
454 <verstretch>0</verstretch>
455 </sizepolicy>
456 </property>
457 <property name="maximumSize">
458 <size>
459 <width>50</width>
460 <height>16777215</height>
461 </size>
462 </property>
463 <property name="text">
464 <string>0</string>
465 </property>
466 <property name="alignment">
467 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
468 </property>
469 </widget>
470 </item>
471 <item row="8" column="0">
472 <widget class="QLabel" name="label_3">
473 <property name="text">
474 <string>offset</string>
475 </property>
476 </widget>
477 </item>
478 <item row="7" column="1">
479 <widget class="Line" name="line_2">
480 <property name="lineWidth">
481 <number>0</number>
482 </property>
483 <property name="orientation">
484 <enum>Qt::Horizontal</enum>
485 </property>
486 </widget>
487 </item>
488 <item row="8" column="1">
489 <widget class="QLineEdit" name="lineEditOffset">
490 <property name="sizePolicy">
491 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
492 <horstretch>0</horstretch>
493 <verstretch>0</verstretch>
494 </sizepolicy>
495 </property>
496 <property name="maximumSize">
497 <size>
498 <width>50</width>
499 <height>16777215</height>
500 </size>
501 </property>
502 <property name="text">
503 <string>0</string>
504 </property>
505 <property name="alignment">
506 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
507 </property>
508 </widget>
509 </item>
510 <item row="9" column="1">
511 <widget class="QCheckBox" name="checkBoxClip">
512 <property name="text">
513 <string>enable</string>
514 </property>
515 </widget>
516 </item>
517 </layout>
518 </widget>
519 </item>
520 <item>
521 <widget class="QGroupBox" name="groupBox_3">
522 <property name="title">
523 <string>elements</string>
524 </property>
525 <layout class="QVBoxLayout" name="verticalLayout_3">
526 <item>
527 <widget class="QCheckBox" name="checkBoxSurface">
528 <property name="text">
529 <string>enable surface elements</string>
530 </property>
531 <property name="checked">
532 <bool>true</bool>
533 </property>
534 </widget>
535 </item>
536 <item>
537 <widget class="QCheckBox" name="checkBoxVolume">
538 <property name="text">
539 <string>enable volume elements</string>
540 </property>
541 </widget>
542 </item>
543 <item>
544 <widget class="QCheckBox" name="checkBoxTetra">
545 <property name="text">
546 <string>tetras</string>
547 </property>
548 <property name="checked">
549 <bool>true</bool>
550 </property>
551 </widget>
552 </item>
553 <item>
554 <widget class="QCheckBox" name="checkBoxPyramid">
555 <property name="text">
556 <string>pyramids</string>
557 </property>
558 <property name="checked">
559 <bool>true</bool>
560 </property>
561 </widget>
562 </item>
563 <item>
564 <widget class="QCheckBox" name="checkBoxWedge">
565 <property name="text">
566 <string>wedges</string>
567 </property>
568 <property name="checked">
569 <bool>true</bool>
570 </property>
571 </widget>
572 </item>
573 <item>
574 <widget class="QCheckBox" name="checkBoxHexa">
575 <property name="text">
576 <string>hexas</string>
577 </property>
578 <property name="checked">
579 <bool>true</bool>
580 </property>
581 </widget>
582 </item>
583 <item>
584 <widget class="QCheckBox" name="checkBoxPoly">
585 <property name="text">
586 <string>polyhedra</string>
587 </property>
588 <property name="checked">
589 <bool>true</bool>
590 </property>
591 </widget>
592 </item>
593 </layout>
594 </widget>
595 </item>
596 <item>
597 <widget class="QPushButton" name="pushButtonRedraw">
598 <property name="sizePolicy">
599 <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
600 <horstretch>0</horstretch>
601 <verstretch>0</verstretch>
602 </sizepolicy>
603 </property>
604 <property name="text">
605 <string> redraw</string>
606 </property>
607 <property name="icon">
608 <iconset resource="engrid.qrc">
609 <normaloff>:/icons/resources/kde_icons/reload.png</normaloff>:/icons/resources/kde_icons/reload.png</iconset>
610 </property>
611 </widget>
612 </item>
613 </layout>
614 </widget>
615 </widget>
616 </item>
617 </layout>
618 </widget>
619 </widget>
620 <widget class="QDockWidget" name="dockWidget_output">
621 <property name="sizePolicy">
622 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
623 <horstretch>0</horstretch>
624 <verstretch>0</verstretch>
625 </sizepolicy>
626 </property>
627 <property name="windowTitle">
628 <string>Output</string>
629 </property>
630 <attribute name="dockWidgetArea">
631 <number>1</number>
632 </attribute>
633 <widget class="QWidget" name="dockWidgetContents_2">
634 <layout class="QGridLayout" name="gridLayout_5">
635 <item row="0" column="0">
636 <widget class="QTextEdit" name="textEditOutput">
637 <property name="readOnly">
638 <bool>true</bool>
639 </property>
640 </widget>
641 </item>
642 <item row="1" column="0">
643 <widget class="QPushButton" name="pushButtonMarkPosition">
644 <property name="text">
645 <string>mark position</string>
646 </property>
647 </widget>
648 </item>
649 </layout>
650 </widget>
651 </widget>
652 <widget class="QDockWidget" name="dockWidget_node_cell_info">
653 <property name="windowTitle">
654 <string>Node/Cell info</string>
655 </property>
656 <attribute name="dockWidgetArea">
657 <number>1</number>
658 </attribute>
659 <widget class="QWidget" name="dockWidgetContents_3">
660 <layout class="QVBoxLayout" name="verticalLayout">
661 <item>
662 <widget class="QLabel" name="label_node_cell_info">
663 <property name="text">
664 <string>TextLabel</string>
665 </property>
666 <property name="wordWrap">
667 <bool>true</bool>
668 </property>
669 </widget>
670 </item>
671 </layout>
672 </widget>
673 </widget>
674 <widget class="QDockWidget" name="dockWidget_DebuggingUtilities">
675 <property name="windowTitle">
676 <string>Debugging utilities</string>
677 </property>
678 <attribute name="dockWidgetArea">
679 <number>2</number>
680 </attribute>
681 <widget class="QWidget" name="dockWidgetContents_4">
682 <layout class="QVBoxLayout" name="verticalLayout_4">
683 <item>
684 <widget class="QScrollArea" name="scrollArea_2">
685 <property name="horizontalScrollBarPolicy">
686 <enum>Qt::ScrollBarAlwaysOff</enum>
687 </property>
688 <property name="widgetResizable">
689 <bool>true</bool>
690 </property>
691 <widget class="QWidget" name="scrollAreaWidgetContents_2">
692 <property name="geometry">
693 <rect>
694 <x>0</x>
695 <y>0</y>
696 <width>270</width>
697 <height>728</height>
698 </rect>
699 </property>
700 <layout class="QVBoxLayout" name="verticalLayout_5">
701 <item>
702 <widget class="QGroupBox" name="groupBox_4">
703 <property name="title">
704 <string>Picker</string>
705 </property>
706 <layout class="QGridLayout" name="gridLayout_7">
707 <item row="0" column="0">
708 <widget class="QRadioButton" name="radioButton_CellPicker">
709 <property name="text">
710 <string>CellPicker</string>
711 </property>
712 </widget>
713 </item>
714 <item row="1" column="0">
715 <widget class="QRadioButton" name="radioButton_PointPicker">
716 <property name="text">
717 <string>PointPicker</string>
718 </property>
719 </widget>
720 </item>
721 <item row="2" column="0">
722 <widget class="QCheckBox" name="checkBox_UseVTKInteractor">
723 <property name="text">
724 <string>Use VTK Interactor</string>
725 </property>
726 </widget>
727 </item>
728 <item row="3" column="0">
729 <widget class="QLabel" name="label_11">
730 <property name="text">
731 <string>Picker Radius</string>
732 </property>
733 </widget>
734 </item>
735 <item row="3" column="1">
736 <widget class="QDoubleSpinBox" name="doubleSpinBox_PickerRadius"/>
737 </item>
738 <item row="4" column="0">
739 <widget class="QCheckBox" name="checkBox_ShowPickSphere">
740 <property name="text">
741 <string>Show pick sphere</string>
742 </property>
743 <property name="checked">
744 <bool>true</bool>
745 </property>
746 </widget>
747 </item>
748 <item row="5" column="0" colspan="2">
749 <widget class="QPushButton" name="pushButton_ZoomOnPickedObject">
750 <property name="text">
751 <string>Zoom on picked object</string>
752 </property>
753 </widget>
754 </item>
755 </layout>
756 </widget>
757 </item>
758 <item>
759 <widget class="QGroupBox" name="groupBox_5">
760 <property name="title">
761 <string>Fields</string>
762 </property>
763 <layout class="QGridLayout" name="gridLayout_2">
764 <item row="0" column="0">
765 <widget class="QLabel" name="label_4">
766 <property name="text">
767 <string>Field :</string>
768 </property>
769 </widget>
770 </item>
771 <item row="0" column="1">
772 <widget class="QComboBox" name="comboBox_Field"/>
773 </item>
774 <item row="1" column="1">
775 <widget class="QCheckBox" name="checkBox_Legend">
776 <property name="text">
777 <string>Show legend</string>
778 </property>
779 </widget>
780 </item>
781 <item row="2" column="0">
782 <widget class="QLabel" name="label_5">
783 <property name="text">
784 <string>DataMin :</string>
785 </property>
786 </widget>
787 </item>
788 <item row="2" column="1">
789 <widget class="QDoubleSpinBox" name="doubleSpinBox_FieldMin"/>
790 </item>
791 <item row="3" column="0">
792 <widget class="QLabel" name="label_6">
793 <property name="text">
794 <string>DataMax :</string>
795 </property>
796 </widget>
797 </item>
798 <item row="3" column="1">
799 <widget class="QDoubleSpinBox" name="doubleSpinBox_FieldMax"/>
800 </item>
801 <item row="4" column="0">
802 <widget class="QLabel" name="label_7">
803 <property name="text">
804 <string>HueMin :</string>
805 </property>
806 </widget>
807 </item>
808 <item row="4" column="1">
809 <widget class="QDoubleSpinBox" name="doubleSpinBox_HueMin">
810 <property name="maximum">
811 <double>1.000000000000000</double>
812 </property>
813 <property name="singleStep">
814 <double>0.010000000000000</double>
815 </property>
816 </widget>
817 </item>
818 <item row="5" column="0">
819 <widget class="QLabel" name="label_8">
820 <property name="text">
821 <string>HueMax :</string>
822 </property>
823 </widget>
824 </item>
825 <item row="5" column="1">
826 <widget class="QDoubleSpinBox" name="doubleSpinBox_HueMax">
827 <property name="maximum">
828 <double>1.000000000000000</double>
829 </property>
830 <property name="singleStep">
831 <double>0.010000000000000</double>
832 </property>
833 </widget>
834 </item>
835 <item row="6" column="0">
836 <widget class="QLabel" name="label_10">
837 <property name="text">
838 <string>Nb of colors :</string>
839 </property>
840 </widget>
841 </item>
842 <item row="6" column="1">
843 <widget class="QSpinBox" name="spinBox_Color">
844 <property name="minimum">
845 <number>0</number>
846 </property>
847 <property name="maximum">
848 <number>1048580</number>
849 </property>
850 <property name="value">
851 <number>65536</number>
852 </property>
853 </widget>
854 </item>
855 <item row="7" column="0" colspan="2">
856 <widget class="QPushButton" name="pushButton_ScaleToData">
857 <property name="text">
858 <string>Scale to data</string>
859 </property>
860 </widget>
861 </item>
862 </layout>
863 </widget>
864 </item>
865 <item>
866 <widget class="QGroupBox" name="groupBox_6">
867 <property name="title">
868 <string>Cell Text</string>
869 </property>
870 <layout class="QGridLayout" name="gridLayout_6">
871 <item row="0" column="0">
872 <widget class="QLabel" name="label_9">
873 <property name="text">
874 <string>ID/Field :</string>
875 </property>
876 </widget>
877 </item>
878 <item row="0" column="1">
879 <widget class="QComboBox" name="comboBox_CellTextField"/>
880 </item>
881 </layout>
882 </widget>
883 </item>
884 </layout>
885 </widget>
886 </widget>
887 </item>
888 </layout>
889 </widget>
890 </widget>
891 <widget class="QToolBar" name="toolBarMain">
892 <property name="windowTitle">
893 <string>toolBar_2</string>
894 </property>
895 <attribute name="toolBarArea">
896 <enum>TopToolBarArea</enum>
897 </attribute>
898 <attribute name="toolBarBreak">
899 <bool>false</bool>
900 </attribute>
901 <addaction name="actionZoomAll"/>
902 <addaction name="actionRedraw"/>
903 <addaction name="separator"/>
904 <addaction name="actionViewFront"/>
905 <addaction name="actionViewBack"/>
906 <addaction name="actionViewLeft"/>
907 <addaction name="actionViewRight"/>
908 <addaction name="actionViewTop"/>
909 <addaction name="actionViewBottom"/>
910 </widget>
911 <action name="actionExit">
912 <property name="icon">
913 <iconset resource="engrid.qrc">
914 <normaloff>:/icons/resources/kde_icons/exit.png</normaloff>:/icons/resources/kde_icons/exit.png</iconset>
915 </property>
916 <property name="text">
917 <string>Exit</string>
918 </property>
919 <property name="menuRole">
920 <enum>QAction::QuitRole</enum>
921 </property>
922 </action>
923 <action name="actionImportSTL">
924 <property name="text">
925 <string>STL</string>
926 </property>
927 </action>
928 <action name="actionImportGmsh1Ascii">
929 <property name="text">
930 <string>v1.0 (ASCII)</string>
931 </property>
932 </action>
933 <action name="actionImportGmsh2Ascii">
934 <property name="enabled">
935 <bool>true</bool>
936 </property>
937 <property name="text">
938 <string>v2.0 (ASCII)</string>
939 </property>
940 </action>
941 <action name="actionGmsh2Binary">
942 <property name="enabled">
943 <bool>false</bool>
944 </property>
945 <property name="text">
946 <string>v2.0 (binary)</string>
947 </property>
948 </action>
949 <action name="actionOpen">
950 <property name="icon">
951 <iconset resource="engrid.qrc">
952 <normaloff>:/icons/resources/kde_icons/fileopen.png</normaloff>:/icons/resources/kde_icons/fileopen.png</iconset>
953 </property>
954 <property name="text">
955 <string>Open</string>
956 </property>
957 <property name="shortcut">
958 <string>Ctrl+O</string>
959 </property>
960 <property name="menuRole">
961 <enum>QAction::TextHeuristicRole</enum>
962 </property>
963 </action>
964 <action name="actionSave">
965 <property name="icon">
966 <iconset resource="engrid.qrc">
967 <normaloff>:/icons/resources/kde_icons/filesave.png</normaloff>:/icons/resources/kde_icons/filesave.png</iconset>
968 </property>
969 <property name="text">
970 <string>Save grid</string>
971 </property>
972 <property name="shortcut">
973 <string>Ctrl+S</string>
974 </property>
975 </action>
976 <action name="actionSaveAs">
977 <property name="icon">
978 <iconset resource="engrid.qrc">
979 <normaloff>:/icons/resources/kde_icons/filesaveas.png</normaloff>:/icons/resources/kde_icons/filesaveas.png</iconset>
980 </property>
981 <property name="text">
982 <string>Save grid as...</string>
983 </property>
984 </action>
985 <action name="actionAbout">
986 <property name="text">
987 <string>About</string>
988 </property>
989 <property name="shortcut">
990 <string>F1</string>
991 </property>
992 <property name="menuRole">
993 <enum>QAction::AboutRole</enum>
994 </property>
995 </action>
996 <action name="actionZoomAll">
997 <property name="icon">
998 <iconset resource="engrid.qrc">
999 <normaloff>:/icons/resources/kde_icons/viewmagfit.png</normaloff>:/icons/resources/kde_icons/viewmagfit.png</iconset>
1000 </property>
1001 <property name="text">
1002 <string>Zoom All</string>
1003 </property>
1004 </action>
1005 <action name="actionBoundaryCodes">
1006 <property name="text">
1007 <string>Boundary codes</string>
1008 </property>
1009 <property name="shortcut">
1010 <string>V</string>
1011 </property>
1012 </action>
1013 <action name="actionNormalExtrusion">
1014 <property name="icon">
1015 <iconset resource="engrid.qrc">
1016 <normaloff>:/icons/resources/icons/extrusion.png</normaloff>:/icons/resources/icons/extrusion.png</iconset>
1017 </property>
1018 <property name="text">
1019 <string>Extrusion</string>
1020 </property>
1021 </action>
1022 <action name="actionViewAxes">
1023 <property name="checkable">
1024 <bool>true</bool>
1025 </property>
1026 <property name="text">
1027 <string>Coordinate axes</string>
1028 </property>
1029 </action>
1030 <action name="actionExportGmsh1Ascii">
1031 <property name="text">
1032 <string>v1.0 (ASCII)</string>
1033 </property>
1034 </action>
1035 <action name="actionExportGmsh2Ascii">
1036 <property name="enabled">
1037 <bool>true</bool>
1038 </property>
1039 <property name="text">
1040 <string>v2.0 (ASCII)</string>
1041 </property>
1042 </action>
1043 <action name="actionExportGmsh2Binary">
1044 <property name="enabled">
1045 <bool>false</bool>
1046 </property>
1047 <property name="text">
1048 <string>v2.0 (binary)</string>
1049 </property>
1050 </action>
1051 <action name="actionSetBoundaryCode">
1052 <property name="icon">
1053 <iconset resource="engrid.qrc">
1054 <normaloff>:/icons/resources/icons/setbc.png</normaloff>:/icons/resources/icons/setbc.png</iconset>
1055 </property>
1056 <property name="text">
1057 <string>Set boundary code</string>
1058 </property>
1059 <property name="shortcut">
1060 <string>S</string>
1061 </property>
1062 </action>
1063 <action name="actionChangeOrientation">
1064 <property name="icon">
1065 <iconset resource="engrid.qrc">
1066 <normaloff>:/icons/resources/icons/reorder.png</normaloff>:/icons/resources/icons/reorder.png</iconset>
1067 </property>
1068 <property name="text">
1069 <string>Change surface orientation</string>
1070 </property>
1071 </action>
1072 <action name="actionCheckOrientation">
1073 <property name="icon">
1074 <iconset resource="engrid.qrc">
1075 <normaloff>:/icons/resources/icons/checkorder.png</normaloff>:/icons/resources/icons/checkorder.png</iconset>
1076 </property>
1077 <property name="text">
1078 <string>Correct surface orientation</string>
1079 </property>
1080 </action>
1081 <action name="actionImproveAspectRatio">
1082 <property name="icon">
1083 <iconset resource="engrid.qrc">
1084 <normaloff>:/icons/resources/icons/aspectratio.png</normaloff>:/icons/resources/icons/aspectratio.png</iconset>
1085 </property>
1086 <property name="text">
1087 <string>Delete bad aspect ratio cells</string>
1088 </property>
1089 </action>
1090 <action name="actionCreateVolumeMesh">
1091 <property name="icon">
1092 <iconset resource="engrid.qrc">
1093 <normaloff>:/icons/resources/icons/createvol.png</normaloff>:/icons/resources/icons/createvol.png</iconset>
1094 </property>
1095 <property name="text">
1096 <string>Create/improve volume mesh</string>
1097 </property>
1098 </action>
1099 <action name="actionCreateSurfaceMesh">
1100 <property name="icon">
1101 <iconset resource="engrid.qrc">
1102 <normaloff>:/icons/resources/icons/editsurfaceparameters.png</normaloff>:/icons/resources/icons/editsurfaceparameters.png</iconset>
1103 </property>
1104 <property name="text">
1105 <string>Edit surface parameters</string>
1106 </property>
1107 <property name="toolTip">
1108 <string>edit surface parameters</string>
1109 </property>
1110 </action>
1111 <action name="actionExportNeutral">
1112 <property name="text">
1113 <string>Neutral (NETGEN)</string>
1114 </property>
1115 </action>
1116 <action name="actionRedraw">
1117 <property name="icon">
1118 <iconset resource="engrid.qrc">
1119 <normaloff>:/icons/resources/kde_icons/reload.png</normaloff>:/icons/resources/kde_icons/reload.png</iconset>
1120 </property>
1121 <property name="text">
1122 <string>Redraw</string>
1123 </property>
1124 <property name="shortcut">
1125 <string>Ctrl+R</string>
1126 </property>
1127 </action>
1128 <action name="actionCreateBoundaryLayer">
1129 <property name="icon">
1130 <iconset resource="engrid.qrc">
1131 <normaloff>:/icons/resources/icons/createblayer.png</normaloff>:/icons/resources/icons/createblayer.png</iconset>
1132 </property>
1133 <property name="text">
1134 <string>Create prismatic boundary layer</string>
1135 </property>
1136 </action>
1137 <action name="actionExportAsciiStl">
1138 <property name="text">
1139 <string>STL (ASCII)</string>
1140 </property>
1141 </action>
1142 <action name="actionExportBinaryStl">
1143 <property name="text">
1144 <string>STL (binary)</string>
1145 </property>
1146 </action>
1147 <action name="actionDeleteTetraVolumeGrid">
1148 <property name="icon">
1149 <iconset resource="engrid.qrc">
1150 <normaloff>:/icons/resources/icons/deletevol.png</normaloff>:/icons/resources/icons/deletevol.png</iconset>
1151 </property>
1152 <property name="text">
1153 <string>Delete tetras</string>
1154 </property>
1155 <property name="toolTip">
1156 <string>delete tetras</string>
1157 </property>
1158 </action>
1159 <action name="actionDivideBoundaryLayer">
1160 <property name="icon">
1161 <iconset resource="engrid.qrc">
1162 <normaloff>:/icons/resources/icons/divideblayer.png</normaloff>:/icons/resources/icons/divideblayer.png</iconset>
1163 </property>
1164 <property name="text">
1165 <string>Divide prismatic boundary layer</string>
1166 </property>
1167 </action>
1168 <action name="actionConfigure">
1169 <property name="text">
1170 <string>Configure enGrid</string>
1171 </property>
1172 <property name="menuRole">
1173 <enum>QAction::PreferencesRole</enum>
1174 </property>
1175 </action>
1176 <action name="actionSmoothVolumeGrid">
1177 <property name="icon">
1178 <iconset resource="engrid.qrc">
1179 <normaloff>:/icons/resources/icons/smoothvol.png</normaloff>:/icons/resources/icons/smoothvol.png</iconset>
1180 </property>
1181 <property name="text">
1182 <string>Smooth volume grid</string>
1183 </property>
1184 </action>
1185 <action name="actionClearOutputWindow">
1186 <property name="text">
1187 <string>Clear output window</string>
1188 </property>
1189 </action>
1190 <action name="actionViewFront">
1191 <property name="icon">
1192 <iconset resource="engrid.qrc">
1193 <normaloff>:/icons/resources/icons/viewzplus.png</normaloff>:/icons/resources/icons/viewzplus.png</iconset>
1194 </property>
1195 <property name="text">
1196 <string>View from positive z direction</string>
1197 </property>
1198 </action>
1199 <action name="actionViewBack">
1200 <property name="icon">
1201 <iconset resource="engrid.qrc">
1202 <normaloff>:/icons/resources/icons/viewzminus.png</normaloff>:/icons/resources/icons/viewzminus.png</iconset>
1203 </property>
1204 <property name="text">
1205 <string>View from negative z direction</string>
1206 </property>
1207 </action>
1208 <action name="actionViewRight">
1209 <property name="icon">
1210 <iconset resource="engrid.qrc">
1211 <normaloff>:/icons/resources/icons/viewxplus.png</normaloff>:/icons/resources/icons/viewxplus.png</iconset>
1212 </property>
1213 <property name="text">
1214 <string>View from positive x direction</string>
1215 </property>
1216 </action>
1217 <action name="actionViewTop">
1218 <property name="icon">
1219 <iconset resource="engrid.qrc">
1220 <normaloff>:/icons/resources/icons/viewyplus.png</normaloff>:/icons/resources/icons/viewyplus.png</iconset>
1221 </property>
1222 <property name="text">
1223 <string>View from positive y direction</string>
1224 </property>
1225 </action>
1226 <action name="actionViewLeft">
1227 <property name="icon">
1228 <iconset resource="engrid.qrc">
1229 <normaloff>:/icons/resources/icons/viewxminus.png</normaloff>:/icons/resources/icons/viewxminus.png</iconset>
1230 </property>
1231 <property name="text">
1232 <string>View from negative x direction</string>
1233 </property>
1234 </action>
1235 <action name="actionViewBottom">
1236 <property name="icon">
1237 <iconset resource="engrid.qrc">
1238 <normaloff>:/icons/resources/icons/viewyminus.png</normaloff>:/icons/resources/icons/viewyminus.png</iconset>
1239 </property>
1240 <property name="text">
1241 <string>View from negative y direction</string>
1242 </property>
1243 </action>
1244 <action name="actionVtkReader">
1245 <property name="text">
1246 <string>Legacy unstructured grid files</string>
1247 </property>
1248 </action>
1249 <action name="actionFoamWriter">
1250 <property name="enabled">
1251 <bool>true</bool>
1252 </property>
1253 <property name="text">
1254 <string>OpenFOAM (polyhedral)</string>
1255 </property>
1256 </action>
1257 <action name="actionPolyDataReader">
1258 <property name="text">
1259 <string>VTK poly data</string>
1260 </property>
1261 <property name="toolTip">
1262 <string>VTK poly data</string>
1263 </property>
1264 </action>
1265 <action name="actionDeleteBadAspectTris">
1266 <property name="text">
1267 <string>Remove bad triangles</string>
1268 </property>
1269 </action>
1270 <action name="actionDeletePickedCell">
1271 <property name="text">
1272 <string>Delete picked cell</string>
1273 </property>
1274 </action>
1275 <action name="actionFixSTL">
1276 <property name="text">
1277 <string>Fix surface triangulation</string>
1278 </property>
1279 </action>
1280 <action name="actionEditBoundaryConditions">
1281 <property name="icon">
1282 <iconset resource="engrid.qrc">
1283 <normaloff>:/icons/resources/icons/editbc.png</normaloff>:/icons/resources/icons/editbc.png</iconset>
1284 </property>
1285 <property name="text">
1286 <string>Edit boundary conditions</string>
1287 </property>
1288 <property name="shortcut">
1289 <string>E</string>
1290 </property>
1291 </action>
1292 <action name="actionSimpleFoamWriter">
1293 <property name="enabled">
1294 <bool>false</bool>
1295 </property>
1296 <property name="text">
1297 <string>OpenFOAM (grid only)</string>
1298 </property>
1299 <property name="toolTip">
1300 <string>export to OpenFOAM</string>
1301 </property>
1302 </action>
1303 <action name="actionTransform">
1304 <property name="text">
1305 <string>Transform...</string>
1306 </property>
1307 </action>
1308 <action name="actionViewOrthogonal">
1309 <property name="checkable">
1310 <bool>true</bool>
1311 </property>
1312 <property name="text">
1313 <string>Orthogonal view</string>
1314 </property>
1315 </action>
1316 <action name="actionDeletePickedPoint">
1317 <property name="text">
1318 <string>Delete picked point</string>
1319 </property>
1320 <property name="shortcut">
1321 <string>D</string>
1322 </property>
1323 </action>
1324 <action name="actionViewNodeIDs">
1325 <property name="checkable">
1326 <bool>true</bool>
1327 </property>
1328 <property name="text">
1329 <string>View node IDs</string>
1330 </property>
1331 </action>
1332 <action name="actionViewCellIDs">
1333 <property name="checkable">
1334 <bool>true</bool>
1335 </property>
1336 <property name="text">
1337 <string>View cell IDs</string>
1338 </property>
1339 </action>
1340 <action name="actionPick_cell_point">
1341 <property name="text">
1342 <string>Pick point/cell</string>
1343 </property>
1344 <property name="shortcut">
1345 <string>Shift+P</string>
1346 </property>
1347 </action>
1348 <action name="actionPick_cell_2">
1349 <property name="text">
1350 <string>Pick cell</string>
1351 </property>
1352 </action>
1353 <action name="actionUseVTKInteractor">
1354 <property name="text">
1355 <string>Use VTK interactor</string>
1356 </property>
1357 </action>
1358 <action name="actionScaleToData">
1359 <property name="text">
1360 <string>ScaleToData</string>
1361 </property>
1362 </action>
1363 <action name="actionShow_display_options">
1364 <property name="checkable">
1365 <bool>true</bool>
1366 </property>
1367 <property name="text">
1368 <string>Show display options</string>
1369 </property>
1370 </action>
1371 <action name="actionShow_output">
1372 <property name="checkable">
1373 <bool>true</bool>
1374 </property>
1375 <property name="text">
1376 <string>Show output</string>
1377 </property>
1378 </action>
1379 <action name="actionExportCGNS">
1380 <property name="icon">
1381 <iconset resource="engrid.qrc">
1382 <normaloff>:/icons/resources/icons/cgns_color.gif</normaloff>:/icons/resources/icons/cgns_color.gif</iconset>
1383 </property>
1384 <property name="text">
1385 <string>CGNS</string>
1386 </property>
1387 </action>
1388 <action name="actionViewCellCodes">
1389 <property name="checkable">
1390 <bool>true</bool>
1391 </property>
1392 <property name="text">
1393 <string>View boundary codes</string>
1394 </property>
1395 </action>
1396 <action name="actionUndo">
1397 <property name="icon">
1398 <iconset resource="engrid.qrc">
1399 <normaloff>:/icons/resources/kde_icons/undo.png</normaloff>:/icons/resources/kde_icons/undo.png</iconset>
1400 </property>
1401 <property name="text">
1402 <string>Undo</string>
1403 </property>
1404 </action>
1405 <action name="actionRedo">
1406 <property name="icon">
1407 <iconset resource="engrid.qrc">
1408 <normaloff>:/icons/resources/kde_icons/redo.png</normaloff>:/icons/resources/kde_icons/redo.png</iconset>
1409 </property>
1410 <property name="text">
1411 <string>Redo</string>
1412 </property>
1413 </action>
1414 <action name="actionZoomOnPickedObject">
1415 <property name="text">
1416 <string>Zoom on picked object</string>
1417 </property>
1418 <property name="toolTip">
1419 <string>Zoom on picked object</string>
1420 </property>
1421 </action>
1422 <action name="actionDeselectAll">
1423 <property name="text">
1424 <string>Deselect all</string>
1425 </property>
1426 <property name="toolTip">
1427 <string>Deselect all</string>
1428 </property>
1429 </action>
1430 <action name="actionPrintGrid">
1431 <property name="text">
1432 <string>Print grid</string>
1433 </property>
1434 <property name="toolTip">
1435 <string>Print grid</string>
1436 </property>
1437 </action>
1438 <action name="actionShowInfo">
1439 <property name="text">
1440 <string>Show info</string>
1441 </property>
1442 <property name="toolTip">
1443 <string>Show info</string>
1444 </property>
1445 <property name="shortcut">
1446 <string>I</string>
1447 </property>
1448 </action>
1449 <action name="actionShow_node_cell_info">
1450 <property name="checkable">
1451 <bool>true</bool>
1452 </property>
1453 <property name="text">
1454 <string>Show node/cell info</string>
1455 </property>
1456 </action>
1457 <action name="actionBoxSelect">
1458 <property name="text">
1459 <string>Box select</string>
1460 </property>
1461 <property name="shortcut">
1462 <string>B</string>
1463 </property>
1464 </action>
1465 <action name="actionCheck_surface_integrity">
1466 <property name="text">
1467 <string>Check surface integrity</string>
1468 </property>
1469 <property name="shortcut">
1470 <string>C</string>
1471 </property>
1472 </action>
1473 <action name="actionForcedRedraw">
1474 <property name="text">
1475 <string>Forced redraw</string>
1476 </property>
1477 </action>
1478 <action name="actionShow_debugging_utilities">
1479 <property name="checkable">
1480 <bool>true</bool>
1481 </property>
1482 <property name="text">
1483 <string>Show debugging utilities</string>
1484 </property>
1485 </action>
1486 <action name="actionStoreGeometry">
1487 <property name="text">
1488 <string>Store geometry for surface meshing</string>
1489 </property>
1490 </action>
1491 <action name="actionImportOpenFoamCase">
1492 <property name="text">
1493 <string>OpenFOAM case</string>
1494 </property>
1495 <property name="toolTip">
1496 <string>import OpenFOAM case</string>
1497 </property>
1498 </action>
1499 <action name="actionFoamCaseWriter">
1500 <property name="icon">
1501 <iconset resource="engrid.qrc">
1502 <normaloff>:/icons/resources/icons/of.png</normaloff>:/icons/resources/icons/of.png</iconset>
1503 </property>
1504 <property name="text">
1505 <string>OpenFOAM (grid+solver parameters)</string>
1506 </property>
1507 <property name="toolTip">
1508 <string>OpenFOAM (complete case)</string>
1509 </property>
1510 </action>
1511 <action name="actionRunFoamToVTK">
1512 <property name="text">
1513 <string>Run foamToVTK</string>
1514 </property>
1515 </action>
1516 <action name="actionStopProcesses">
1517 <property name="icon">
1518 <iconset>
1519 <normalon>:/icons/resources/kde_icons/stop.png</normalon>
1520 </iconset>
1521 </property>
1522 <property name="text">
1523 <string>Stop solver</string>
1524 </property>
1525 </action>
1526 <action name="actionRunSolver">
1527 <property name="icon">
1528 <iconset resource="engrid.qrc">
1529 <normaloff>:/icons/resources/kde_icons/launch.png</normaloff>:/icons/resources/kde_icons/launch.png</iconset>
1530 </property>
1531 <property name="text">
1532 <string>Run solver</string>
1533 </property>
1534 </action>
1535 <action name="actionRunReconstructPar">
1536 <property name="text">
1537 <string>Run reconstructPar</string>
1538 </property>
1539 </action>
1540 <action name="actionDelaunaySwap">
1541 <property name="text">
1542 <string>Delaunay swap</string>
1543 </property>
1544 </action>
1545 <action name="actionPreparePostProcessing">
1546 <property name="icon">
1547 <iconset resource="engrid.qrc">
1548 <normaloff>:/icons/resources/icons/vtk.png</normaloff>:/icons/resources/icons/vtk.png</iconset>
1549 </property>
1550 <property name="text">
1551 <string>Prepare VTK post-processing</string>
1552 </property>
1553 <property name="toolTip">
1554 <string>Prepare VTK post-processing</string>
1555 </property>
1556 </action>
1557 <action name="actionImportFluentCase">
1558 <property name="text">
1559 <string>FLUENT case</string>
1560 </property>
1561 <property name="toolTip">
1562 <string>import FLUENT case</string>
1563 </property>
1564 </action>
1565 <action name="actionStartParaView">
1566 <property name="icon">
1567 <iconset resource="engrid.qrc">
1568 <normaloff>:/icons/resources/icons/paraview.png</normaloff>:/icons/resources/icons/paraview.png</iconset>
1569 </property>
1570 <property name="text">
1571 <string>Start ParaView</string>
1572 </property>
1573 </action>
1574 <action name="actionReducedPolyDataReader">
1575 <property name="text">
1576 <string>vtkPolyData in legacy file format (will be reduced after loading)</string>
1577 </property>
1578 </action>
1579 <action name="actionSurfaceMesher">
1580 <property name="icon">
1581 <iconset resource="engrid.qrc">
1582 <normaloff>:/icons/resources/icons/createsurfacemesh.png</normaloff>:/icons/resources/icons/createsurfacemesh.png</iconset>
1583 </property>
1584 <property name="text">
1585 <string>Create/improve surface mesh</string>
1586 </property>
1587 <property name="toolTip">
1588 <string>create/improve surface mesh</string>
1589 </property>
1590 </action>
1591 <action name="actionReduceSurfaceTriangulation">
1592 <property name="text">
1593 <string>Reduce surface triangulation</string>
1594 </property>
1595 <property name="toolTip">
1596 <string>reduce surface triangulation</string>
1597 </property>
1598 </action>
1599 <action name="actionEliminateSmallBranches">
1600 <property name="text">
1601 <string>Eliminate small branches</string>
1602 </property>
1603 </action>
1604 <action name="actionSmoothAndSwapSurface">
1605 <property name="text">
1606 <string>Smooth surface grid</string>
1607 </property>
1608 </action>
1609 <action name="actionImportSeligAirfoil">
1610 <property name="text">
1611 <string>Selig airfoil</string>
1612 </property>
1613 </action>
1614 <action name="actionFixCADgeometry">
1615 <property name="text">
1616 <string>Fix CAD geometry</string>
1617 </property>
1618 </action>
1619 <action name="actionProjection_test">
1620 <property name="text">
1621 <string>Projection test</string>
1622 </property>
1623 <property name="toolTip">
1624 <string>Projection test</string>
1625 </property>
1626 </action>
1627 <action name="actionImportBlenderFile">
1628 <property name="text">
1629 <string>Blender</string>
1630 </property>
1631 </action>
1632 <action name="actionExportAsciiPly">
1633 <property name="text">
1634 <string>Stanford PLY (ASCII)</string>
1635 </property>
1636 </action>
1637 <action name="actionExportBinaryPly">
1638 <property name="text">
1639 <string>Standford PLY (binary)</string>
1640 </property>
1641 </action>
1642 <action name="actionTest">
1643 <property name="text">
1644 <string>test</string>
1645 </property>
1646 </action>
1647 <action name="actionInsertNewCell">
1648 <property name="text">
1649 <string>Insert new cell</string>
1650 </property>
1651 </action>
1652 <action name="actionExportBlenderFile">
1653 <property name="text">
1654 <string>Blender</string>
1655 </property>
1656 </action>
1657 <action name="actionMergeNodes">
1658 <property name="text">
1659 <string>Merge nodes</string>
1660 </property>
1661 </action>
1662 <action name="actionSetCaseDirectory">
1663 <property name="text">
1664 <string>Set case directory</string>
1665 </property>
1666 </action>
1667 <action name="actionMergeVolumes">
1668 <property name="text">
1669 <string>Merge volumes</string>
1670 </property>
1671 </action>
1672 <action name="actionMirrorMesh">
1673 <property name="enabled">
1674 <bool>true</bool>
1675 </property>
1676 <property name="text">
1677 <string>Mirror</string>
1678 </property>
1679 </action>
1680 <action name="actionCheckForOverlap">
1681 <property name="text">
1682 <string>Check for overlapping faces</string>
1683 </property>
1684 <property name="toolTip">
1685 <string>check for overlapping faces</string>
1686 </property>
1687 </action>
1688 <action name="actionAbout_enGrid_plugins">
1689 <property name="text">
1690 <string>About enGrid plugins</string>
1691 </property>
1692 </action>
1693 <action name="actionImportBrlcad">
1694 <property name="enabled">
1695 <bool>false</bool>
1696 </property>
1697 <property name="icon">
1698 <iconset resource="engrid.qrc">
1699 <normaloff>:/icons/resources/icons/brlcad.png</normaloff>:/icons/resources/icons/brlcad.png</iconset>
1700 </property>
1701 <property name="text">
1702 <string>BRL-CAD</string>
1703 </property>
1704 <property name="toolTip">
1705 <string>import BRL-CAD (as STL)</string>
1706 </property>
1707 </action>
1708 <action name="actionCreateHexCore">
1709 <property name="text">
1710 <string>Create hex core mesh</string>
1711 </property>
1712 </action>
1713 <action name="actionExportSu2">
1714 <property name="text">
1715 <string>SU2</string>
1716 </property>
1717 </action>
1718 <action name="actionExportDolfyn">
1719 <property name="text">
1720 <string>Dolfyn</string>
1721 </property>
1722 <property name="toolTip">
1723 <string>export to Dolfyn</string>
1724 </property>
1725 </action>
1726 <action name="actionFillPlane">
1727 <property name="text">
1728 <string>Fill plane</string>
1729 </property>
1730 <property name="toolTip">
1731 <string>fill plance with triangles</string>
1732 </property>
1733 </action>
1734 <action name="actionExportDrNum">
1735 <property name="text">
1736 <string>DrNUM</string>
1737 </property>
1738 <property name="toolTip">
1739 <string>export as DrNUM case</string>
1740 </property>
1741 </action>
1742 <action name="actionConvertToPolyMesh">
1743 <property name="text">
1744 <string>Convert to poly mesh</string>
1745 </property>
1746 <property name="toolTip">
1747 <string>convert to poly mesh</string>
1748 </property>
1749 </action>
1750 <action name="actionCreateHexShellMesh">
1751 <property name="text">
1752 <string>Create hex shell mesh</string>
1753 </property>
1754 <property name="toolTip">
1755 <string>create hex shell mesh</string>
1756 </property>
1757 </action>
1758 <action name="actionCreateHexIbMesh">
1759 <property name="text">
1760 <string>Create hex mesh for immersed boundaries</string>
1761 </property>
1762 </action>
1763 <action name="actionRestrictToAvailableVolumeCells">
1764 <property name="text">
1765 <string>Restrict mesh to available volume cells</string>
1766 </property>
1767 </action>
1768 <action name="actionMultiSolidAsciiStlReader">
1769 <property name="text">
1770 <string>STL (multi solid ascii)</string>
1771 </property>
1772 </action>
1773 <action name="actionDeleteVolumeGrid">
1774 <property name="icon">
1775 <iconset resource="engrid.qrc">
1776 <normaloff>:/icons/resources/icons/deletevol.png</normaloff>:/icons/resources/icons/deletevol.png</iconset>
1777 </property>
1778 <property name="text">
1779 <string>Delete Volume Grid</string>
1780 </property>
1781 <property name="toolTip">
1782 <string>delete volume grid</string>
1783 </property>
1784 </action>
1785 <action name="m_ActionYPlusCalculator">
1786 <property name="text">
1787 <string>y+ Calculator</string>
1788 </property>
1789 <property name="toolTip">
1790 <string>y+ Calculator</string>
1791 </property>
1792 </action>
1793 </widget>
1794 <layoutdefault spacing="6" margin="9"/>
1795 <customwidgets>
1796 <customwidget>
1797 <class>QVTKOpenGLNativeWidget</class>
1798 <extends>QWidget</extends>
1799 <header>QVTKOpenGLNativeWidget.h</header>
1800 <container>1</container>
1801 </customwidget>
1802 </customwidgets>
1803 <resources>
1804 <include location="engrid.qrc"/>
1805 </resources>
1806 <connections>
1807 <connection>
1808 <sender>pushButtonRedraw</sender>
1809 <signal>clicked()</signal>
1810 <receiver>actionRedraw</receiver>
1811 <slot>trigger()</slot>
1812 <hints>
1813 <hint type="sourcelabel">
1814 <x>877</x>
1815 <y>595</y>
1816 </hint>
1817 <hint type="destinationlabel">
1818 <x>-1</x>
1819 <y>-1</y>
1820 </hint>
1821 </hints>
1822 </connection>
1823 <connection>
1824 <sender>actionShow_display_options</sender>
1825 <signal>triggered(bool)</signal>
1826 <receiver>dockWidget_DisplayOptions</receiver>
1827 <slot>setVisible(bool)</slot>
1828 <hints>
1829 <hint type="sourcelabel">
1830 <x>-1</x>
1831 <y>-1</y>
1832 </hint>
1833 <hint type="destinationlabel">
1834 <x>404</x>
1835 <y>198</y>
1836 </hint>
1837 </hints>
1838 </connection>
1839 <connection>
1840 <sender>dockWidget_DisplayOptions</sender>
1841 <signal>visibilityChanged(bool)</signal>
1842 <receiver>actionShow_display_options</receiver>
1843 <slot>setChecked(bool)</slot>
1844 <hints>
1845 <hint type="sourcelabel">
1846 <x>404</x>
1847 <y>198</y>
1848 </hint>
1849 <hint type="destinationlabel">
1850 <x>-1</x>
1851 <y>-1</y>
1852 </hint>
1853 </hints>
1854 </connection>
1855 <connection>
1856 <sender>actionShow_output</sender>
1857 <signal>triggered(bool)</signal>
1858 <receiver>dockWidget_output</receiver>
1859 <slot>setVisible(bool)</slot>
1860 <hints>
1861 <hint type="sourcelabel">
1862 <x>-1</x>
1863 <y>-1</y>
1864 </hint>
1865 <hint type="destinationlabel">
1866 <x>136</x>
1867 <y>527</y>
1868 </hint>
1869 </hints>
1870 </connection>
1871 <connection>
1872 <sender>dockWidget_output</sender>
1873 <signal>visibilityChanged(bool)</signal>
1874 <receiver>actionShow_output</receiver>
1875 <slot>setChecked(bool)</slot>
1876 <hints>
1877 <hint type="sourcelabel">
1878 <x>136</x>
1879 <y>527</y>
1880 </hint>
1881 <hint type="destinationlabel">
1882 <x>-1</x>
1883 <y>-1</y>
1884 </hint>
1885 </hints>
1886 </connection>
1887 <connection>
1888 <sender>actionShow_node_cell_info</sender>
1889 <signal>triggered(bool)</signal>
1890 <receiver>dockWidget_node_cell_info</receiver>
1891 <slot>setVisible(bool)</slot>
1892 <hints>
1893 <hint type="sourcelabel">
1894 <x>-1</x>
1895 <y>-1</y>
1896 </hint>
1897 <hint type="destinationlabel">
1898 <x>136</x>
1899 <y>791</y>
1900 </hint>
1901 </hints>
1902 </connection>
1903 <connection>
1904 <sender>dockWidget_node_cell_info</sender>
1905 <signal>visibilityChanged(bool)</signal>
1906 <receiver>actionShow_node_cell_info</receiver>
1907 <slot>setChecked(bool)</slot>
1908 <hints>
1909 <hint type="sourcelabel">
1910 <x>136</x>
1911 <y>791</y>
1912 </hint>
1913 <hint type="destinationlabel">
1914 <x>-1</x>
1915 <y>-1</y>
1916 </hint>
1917 </hints>
1918 </connection>
1919 <connection>
1920 <sender>actionShow_debugging_utilities</sender>
1921 <signal>triggered(bool)</signal>
1922 <receiver>dockWidget_DebuggingUtilities</receiver>
1923 <slot>setVisible(bool)</slot>
1924 <hints>
1925 <hint type="sourcelabel">
1926 <x>-1</x>
1927 <y>-1</y>
1928 </hint>
1929 <hint type="destinationlabel">
1930 <x>936</x>
1931 <y>609</y>
1932 </hint>
1933 </hints>
1934 </connection>
1935 <connection>
1936 <sender>dockWidget_DebuggingUtilities</sender>
1937 <signal>visibilityChanged(bool)</signal>
1938 <receiver>actionShow_debugging_utilities</receiver>
1939 <slot>setChecked(bool)</slot>
1940 <hints>
1941 <hint type="sourcelabel">
1942 <x>936</x>
1943 <y>609</y>
1944 </hint>
1945 <hint type="destinationlabel">
1946 <x>-1</x>
1947 <y>-1</y>
1948 </hint>
1949 </hints>
1950 </connection>
1951 <connection>
1952 <sender>pushButton_ZoomOnPickedObject</sender>
1953 <signal>clicked()</signal>
1954 <receiver>actionZoomOnPickedObject</receiver>
1955 <slot>trigger()</slot>
1956 <hints>
1957 <hint type="sourcelabel">
1958 <x>941</x>
1959 <y>549</y>
1960 </hint>
1961 <hint type="destinationlabel">
1962 <x>-1</x>
1963 <y>-1</y>
1964 </hint>
1965 </hints>
1966 </connection>
1967 <connection>
1968 <sender>pushButton_ScaleToData</sender>
1969 <signal>clicked()</signal>
1970 <receiver>actionScaleToData</receiver>
1971 <slot>trigger()</slot>
1972 <hints>
1973 <hint type="sourcelabel">
1974 <x>941</x>
1975 <y>710</y>
1976 </hint>
1977 <hint type="destinationlabel">
1978 <x>-1</x>
1979 <y>-1</y>
1980 </hint>
1981 </hints>
1982 </connection>
1983 </connections>
1984 </ui>