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