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