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