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