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