some gui changes
[engrid.git] / guimainwindow.ui
blobcb6d93c0dccb3dac7d7713e0068eeface443a603
1 <ui version="4.0" >
2  <class>GuiMainWindow</class>
3  <widget class="QMainWindow" name="GuiMainWindow" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>1072</width>
9     <height>1009</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>enGrid - untitled.vtu</string>
14   </property>
15   <property name="windowIcon" >
16    <iconset resource="engrid.qrc" >
17     <normaloff>:/icons/resources/icons/G.png</normaloff>:/icons/resources/icons/G.png</iconset>
18   </property>
19   <widget class="QWidget" name="centralwidget" >
20    <layout class="QGridLayout" name="gridLayout" >
21     <item row="0" column="0" >
22      <widget class="QVTKWidget" name="qvtkWidget" >
23       <property name="sizePolicy" >
24        <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
25         <horstretch>0</horstretch>
26         <verstretch>0</verstretch>
27        </sizepolicy>
28       </property>
29       <property name="cursor" >
30        <cursorShape>ArrowCursor</cursorShape>
31       </property>
32      </widget>
33     </item>
34    </layout>
35   </widget>
36   <widget class="QMenuBar" name="menubar" >
37    <property name="geometry" >
38     <rect>
39      <x>0</x>
40      <y>0</y>
41      <width>1072</width>
42      <height>27</height>
43     </rect>
44    </property>
45    <widget class="QMenu" name="menuFile" >
46     <property name="title" >
47      <string>File</string>
48     </property>
49     <addaction name="actionOpen" />
50     <addaction name="actionSave" />
51     <addaction name="actionSaveAs" />
52     <addaction name="separator" />
53     <addaction name="actionExit" />
54    </widget>
55    <widget class="QMenu" name="menuImport_2" >
56     <property name="title" >
57      <string>Import</string>
58     </property>
59     <widget class="QMenu" name="menuGmsh_2" >
60      <property name="title" >
61       <string>Gmsh</string>
62      </property>
63      <addaction name="actionImportGmsh1Ascii" />
64      <addaction name="actionImportGmsh2Ascii" />
65      <addaction name="actionGmsh2Binary" />
66     </widget>
67     <widget class="QMenu" name="menuVTK" >
68      <property name="title" >
69       <string>VTK</string>
70      </property>
71      <addaction name="actionVtkReader" />
72      <addaction name="actionPolyDataReader" />
73     </widget>
74     <addaction name="actionImportSTL" />
75     <addaction name="menuGmsh_2" />
76     <addaction name="menuVTK" />
77    </widget>
78    <widget class="QMenu" name="menuHelp" >
79     <property name="title" >
80      <string>Help</string>
81     </property>
82     <addaction name="actionAbout" />
83    </widget>
84    <widget class="QMenu" name="menuView" >
85     <property name="title" >
86      <string>View</string>
87     </property>
88     <addaction name="actionViewZP" />
89     <addaction name="actionViewZM" />
90     <addaction name="actionViewXP" />
91     <addaction name="actionViewYP" />
92     <addaction name="actionViewXM" />
93     <addaction name="actionViewYM" />
94     <addaction name="separator" />
95     <addaction name="actionZoomAll" />
96     <addaction name="actionBoundaryCodes" />
97     <addaction name="actionRedraw" />
98     <addaction name="actionClearOutputWindow" />
99     <addaction name="actionViewAxes" />
100     <addaction name="actionViewOrthogonal" />
101     <addaction name="actionViewNodeIDs" />
102     <addaction name="actionViewCellIDs" />
103     <addaction name="actionShow_display_options" />
104    </widget>
105    <widget class="QMenu" name="menuMesh" >
106     <property name="title" >
107      <string>Mesh</string>
108     </property>
109     <addaction name="actionSetBoundaryCode" />
110     <addaction name="actionChangeOrientation" />
111     <addaction name="actionCheckOrientation" />
112     <addaction name="actionImproveAspectRatio" />
113     <addaction name="actionSmoothSurface" />
114     <addaction name="actionDeleteBadAspectTris" />
115     <addaction name="actionDeletePickedPoint" />
116     <addaction name="actionDeletePickedCell" />
117     <addaction name="separator" />
118     <addaction name="actionTransform" />
119     <addaction name="actionNormalExtrusion" />
120     <addaction name="actionFixSTL" />
121     <addaction name="actionCreateVolumeMesh" />
122     <addaction name="actionDeleteVolumeGrid" />
123     <addaction name="actionCreateBoundaryLayer" />
124     <addaction name="actionDivideBoundaryLayer" />
125     <addaction name="separator" />
126     <addaction name="actionSmoothVolumeGrid" />
127    </widget>
128    <widget class="QMenu" name="menuExport" >
129     <property name="title" >
130      <string>Export</string>
131     </property>
132     <widget class="QMenu" name="menuGmsh" >
133      <property name="title" >
134       <string>Gmsh</string>
135      </property>
136      <addaction name="actionExportGmsh1Ascii" />
137      <addaction name="actionExportGmsh2Ascii" />
138      <addaction name="actionExportGmsh2Binary" />
139     </widget>
140     <widget class="QMenu" name="menuOpenFOAM" >
141      <property name="title" >
142       <string>OpenFOAM</string>
143      </property>
144      <addaction name="actionSimpleFoamWriter" />
145      <addaction name="actionFoamWriter" />
146     </widget>
147     <addaction name="menuGmsh" />
148     <addaction name="actionExportNeutral" />
149     <addaction name="actionExportAsciiStl" />
150     <addaction name="actionExportBinaryStl" />
151     <addaction name="menuOpenFOAM" />
152    </widget>
153    <widget class="QMenu" name="menuTools" >
154     <property name="title" >
155      <string>Tools</string>
156     </property>
157     <addaction name="actionConfigure" />
158     <addaction name="actionEditBoundaryConditions" />
159     <addaction name="actionPick_cell_point" />
160    </widget>
161    <addaction name="menuFile" />
162    <addaction name="menuImport_2" />
163    <addaction name="menuExport" />
164    <addaction name="menuView" />
165    <addaction name="menuMesh" />
166    <addaction name="menuTools" />
167    <addaction name="menuHelp" />
168   </widget>
169   <widget class="QStatusBar" name="statusbar" />
170   <widget class="QToolBar" name="toolBar" >
171    <property name="windowTitle" >
172     <string>default toolbar</string>
173    </property>
174    <attribute name="toolBarArea" >
175     <enum>TopToolBarArea</enum>
176    </attribute>
177    <attribute name="toolBarBreak" >
178     <bool>false</bool>
179    </attribute>
180    <addaction name="actionOpen" />
181    <addaction name="actionSave" />
182    <addaction name="actionSaveAs" />
183    <addaction name="actionSimpleFoamWriter" />
184    <addaction name="actionExit" />
185    <addaction name="separator" />
186    <addaction name="actionZoomAll" />
187    <addaction name="actionRedraw" />
188    <addaction name="separator" />
189    <addaction name="actionSetBoundaryCode" />
190    <addaction name="actionChangeOrientation" />
191    <addaction name="actionCheckOrientation" />
192    <addaction name="separator" />
193    <addaction name="actionNormalExtrusion" />
194    <addaction name="actionCreateVolumeMesh" />
195    <addaction name="actionSmoothVolumeGrid" />
196    <addaction name="actionDeleteVolumeGrid" />
197    <addaction name="actionCreateBoundaryLayer" />
198    <addaction name="actionDivideBoundaryLayer" />
199    <addaction name="separator" />
200    <addaction name="actionViewZP" />
201    <addaction name="actionViewZM" />
202    <addaction name="actionViewXM" />
203    <addaction name="actionViewXP" />
204    <addaction name="actionViewYP" />
205    <addaction name="actionViewYM" />
206    <addaction name="actionDeletePickedPoint" />
207    <addaction name="actionSmoothSurface" />
208   </widget>
209   <widget class="QDockWidget" name="dockWidget" >
210    <property name="floating" >
211     <bool>true</bool>
212    </property>
213    <attribute name="dockWidgetArea" >
214     <number>2</number>
215    </attribute>
216    <widget class="QWidget" name="dockWidgetContents" >
217     <layout class="QGridLayout" name="gridLayout_3" >
218      <item row="0" column="0" >
219       <widget class="QGroupBox" name="groupBox" >
220        <property name="title" >
221         <string>clipping</string>
222        </property>
223        <layout class="QGridLayout" >
224         <item row="0" column="1" >
225          <widget class="QLineEdit" name="lineEditClipX" >
226           <property name="sizePolicy" >
227            <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
228             <horstretch>0</horstretch>
229             <verstretch>0</verstretch>
230            </sizepolicy>
231           </property>
232           <property name="maximumSize" >
233            <size>
234             <width>50</width>
235             <height>16777215</height>
236            </size>
237           </property>
238           <property name="text" >
239            <string>0</string>
240           </property>
241           <property name="alignment" >
242            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
243           </property>
244          </widget>
245         </item>
246         <item row="1" column="0" >
247          <widget class="QLabel" name="label" >
248           <property name="text" >
249            <string>centre</string>
250           </property>
251          </widget>
252         </item>
253         <item row="1" column="1" >
254          <widget class="QLineEdit" name="lineEditClipY" >
255           <property name="sizePolicy" >
256            <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
257             <horstretch>0</horstretch>
258             <verstretch>0</verstretch>
259            </sizepolicy>
260           </property>
261           <property name="maximumSize" >
262            <size>
263             <width>50</width>
264             <height>16777215</height>
265            </size>
266           </property>
267           <property name="text" >
268            <string>0</string>
269           </property>
270           <property name="alignment" >
271            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
272           </property>
273          </widget>
274         </item>
275         <item row="2" column="1" >
276          <widget class="QLineEdit" name="lineEditClipZ" >
277           <property name="sizePolicy" >
278            <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
279             <horstretch>0</horstretch>
280             <verstretch>0</verstretch>
281            </sizepolicy>
282           </property>
283           <property name="maximumSize" >
284            <size>
285             <width>50</width>
286             <height>16777215</height>
287            </size>
288           </property>
289           <property name="text" >
290            <string>0</string>
291           </property>
292           <property name="alignment" >
293            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
294           </property>
295          </widget>
296         </item>
297         <item row="4" column="1" >
298          <widget class="QLineEdit" name="lineEditClipNX" >
299           <property name="sizePolicy" >
300            <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
301             <horstretch>0</horstretch>
302             <verstretch>0</verstretch>
303            </sizepolicy>
304           </property>
305           <property name="maximumSize" >
306            <size>
307             <width>50</width>
308             <height>16777215</height>
309            </size>
310           </property>
311           <property name="text" >
312            <string>1</string>
313           </property>
314           <property name="alignment" >
315            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
316           </property>
317          </widget>
318         </item>
319         <item row="5" column="0" >
320          <widget class="QLabel" name="label_2" >
321           <property name="text" >
322            <string>normal</string>
323           </property>
324          </widget>
325         </item>
326         <item row="5" column="1" >
327          <widget class="QLineEdit" name="lineEditClipNY" >
328           <property name="sizePolicy" >
329            <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
330             <horstretch>0</horstretch>
331             <verstretch>0</verstretch>
332            </sizepolicy>
333           </property>
334           <property name="maximumSize" >
335            <size>
336             <width>50</width>
337             <height>16777215</height>
338            </size>
339           </property>
340           <property name="text" >
341            <string>0</string>
342           </property>
343           <property name="alignment" >
344            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
345           </property>
346          </widget>
347         </item>
348         <item row="6" column="1" >
349          <widget class="QLineEdit" name="lineEditClipNZ" >
350           <property name="sizePolicy" >
351            <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
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="3" column="1" >
371          <widget class="Line" name="line" >
372           <property name="lineWidth" >
373            <number>0</number>
374           </property>
375           <property name="orientation" >
376            <enum>Qt::Horizontal</enum>
377           </property>
378          </widget>
379         </item>
380         <item row="7" column="1" >
381          <widget class="Line" name="line_2" >
382           <property name="lineWidth" >
383            <number>0</number>
384           </property>
385           <property name="orientation" >
386            <enum>Qt::Horizontal</enum>
387           </property>
388          </widget>
389         </item>
390         <item row="9" column="1" >
391          <widget class="QCheckBox" name="checkBoxClip" >
392           <property name="text" >
393            <string>enable</string>
394           </property>
395          </widget>
396         </item>
397         <item row="8" column="1" >
398          <widget class="QLineEdit" name="lineEditOffset" >
399           <property name="sizePolicy" >
400            <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
401             <horstretch>0</horstretch>
402             <verstretch>0</verstretch>
403            </sizepolicy>
404           </property>
405           <property name="maximumSize" >
406            <size>
407             <width>50</width>
408             <height>16777215</height>
409            </size>
410           </property>
411           <property name="text" >
412            <string>0</string>
413           </property>
414           <property name="alignment" >
415            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
416           </property>
417          </widget>
418         </item>
419         <item row="8" column="0" >
420          <widget class="QLabel" name="label_3" >
421           <property name="text" >
422            <string>offset</string>
423           </property>
424          </widget>
425         </item>
426        </layout>
427       </widget>
428      </item>
429      <item row="1" column="0" >
430       <widget class="QGroupBox" name="groupBox_2" >
431        <property name="title" >
432         <string>surface elements</string>
433        </property>
434        <layout class="QVBoxLayout" >
435         <item>
436          <widget class="QCheckBox" name="checkBoxSurface" >
437           <property name="text" >
438            <string>enable</string>
439           </property>
440           <property name="checked" >
441            <bool>true</bool>
442           </property>
443          </widget>
444         </item>
445        </layout>
446       </widget>
447      </item>
448      <item row="2" column="0" >
449       <widget class="QGroupBox" name="groupBox_3" >
450        <property name="title" >
451         <string>volume elements</string>
452        </property>
453        <layout class="QVBoxLayout" >
454         <item>
455          <widget class="QCheckBox" name="checkBoxTetra" >
456           <property name="text" >
457            <string>tetras</string>
458           </property>
459          </widget>
460         </item>
461         <item>
462          <widget class="QCheckBox" name="checkBoxPyramid" >
463           <property name="text" >
464            <string>pyramids</string>
465           </property>
466          </widget>
467         </item>
468         <item>
469          <widget class="QCheckBox" name="checkBoxWedge" >
470           <property name="text" >
471            <string>wedges</string>
472           </property>
473          </widget>
474         </item>
475         <item>
476          <widget class="QCheckBox" name="checkBoxHexa" >
477           <property name="text" >
478            <string>hexas</string>
479           </property>
480          </widget>
481         </item>
482        </layout>
483        <zorder>checkBoxTetra</zorder>
484        <zorder>checkBoxPyramid</zorder>
485        <zorder>checkBoxHexa</zorder>
486        <zorder>checkBoxWedge</zorder>
487        <zorder>groupBox_4</zorder>
488       </widget>
489      </item>
490      <item row="3" column="0" >
491       <widget class="QGroupBox" name="groupBox_4" >
492        <property name="title" >
493         <string>Picker</string>
494        </property>
495        <layout class="QVBoxLayout" name="verticalLayout" >
496         <item>
497          <widget class="QRadioButton" name="radioButton_CellPicker" >
498           <property name="text" >
499            <string>CellPicker</string>
500           </property>
501          </widget>
502         </item>
503         <item>
504          <widget class="QRadioButton" name="radioButton_PointPicker" >
505           <property name="text" >
506            <string>PointPicker</string>
507           </property>
508          </widget>
509         </item>
510         <item>
511          <widget class="QCheckBox" name="checkBox_UseVTKInteractor" >
512           <property name="text" >
513            <string>Use VTK Interactor</string>
514           </property>
515          </widget>
516         </item>
517        </layout>
518       </widget>
519      </item>
520      <item row="4" column="0" >
521       <widget class="QGroupBox" name="groupBox_5" >
522        <property name="title" >
523         <string>Fields</string>
524        </property>
525        <layout class="QGridLayout" name="gridLayout_2" >
526         <item row="0" column="1" >
527          <widget class="QComboBox" name="comboBox_Field" />
528         </item>
529         <item row="0" column="0" >
530          <widget class="QLabel" name="label_4" >
531           <property name="text" >
532            <string>Field</string>
533           </property>
534          </widget>
535         </item>
536         <item row="1" column="1" >
537          <widget class="QCheckBox" name="checkBox_Legend" >
538           <property name="text" >
539            <string>Show legend</string>
540           </property>
541          </widget>
542         </item>
543         <item row="1" column="0" >
544          <widget class="QPushButton" name="pushButton_ScaleToData" >
545           <property name="text" >
546            <string>Scale to data</string>
547           </property>
548          </widget>
549         </item>
550         <item row="2" column="1" >
551          <widget class="QDoubleSpinBox" name="doubleSpinBox_FieldMin" />
552         </item>
553         <item row="3" column="1" >
554          <widget class="QDoubleSpinBox" name="doubleSpinBox_FieldMax" />
555         </item>
556         <item row="2" column="0" >
557          <widget class="QLabel" name="label_5" >
558           <property name="text" >
559            <string>DataMin</string>
560           </property>
561          </widget>
562         </item>
563         <item row="3" column="0" >
564          <widget class="QLabel" name="label_6" >
565           <property name="text" >
566            <string>DataMax</string>
567           </property>
568          </widget>
569         </item>
570         <item row="4" column="0" >
571          <widget class="QLabel" name="label_7" >
572           <property name="text" >
573            <string>HueMin</string>
574           </property>
575          </widget>
576         </item>
577         <item row="5" column="0" >
578          <widget class="QLabel" name="label_8" >
579           <property name="text" >
580            <string>HueMax</string>
581           </property>
582          </widget>
583         </item>
584         <item row="4" column="1" >
585          <widget class="QDoubleSpinBox" name="doubleSpinBox_HueMin" >
586           <property name="maximum" >
587            <double>1.000000000000000</double>
588           </property>
589           <property name="singleStep" >
590            <double>0.010000000000000</double>
591           </property>
592          </widget>
593         </item>
594         <item row="5" column="1" >
595          <widget class="QDoubleSpinBox" name="doubleSpinBox_HueMax" >
596           <property name="maximum" >
597            <double>1.000000000000000</double>
598           </property>
599           <property name="singleStep" >
600            <double>0.010000000000000</double>
601           </property>
602          </widget>
603         </item>
604        </layout>
605       </widget>
606      </item>
607      <item row="5" column="0" >
608       <widget class="QPushButton" name="pushButtonRedraw" >
609        <property name="text" >
610         <string>   redraw</string>
611        </property>
612        <property name="icon" >
613         <iconset resource="engrid.qrc" >
614          <normaloff>:/icons/resources/kde_icons/reload.png</normaloff>:/icons/resources/kde_icons/reload.png</iconset>
615        </property>
616       </widget>
617      </item>
618     </layout>
619    </widget>
620   </widget>
621   <action name="actionExit" >
622    <property name="icon" >
623     <iconset resource="engrid.qrc" >
624      <normaloff>:/icons/resources/kde_icons/exit.png</normaloff>:/icons/resources/kde_icons/exit.png</iconset>
625    </property>
626    <property name="text" >
627     <string>Exit</string>
628    </property>
629   </action>
630   <action name="actionImportSTL" >
631    <property name="text" >
632     <string>STL</string>
633    </property>
634   </action>
635   <action name="actionImportGmsh1Ascii" >
636    <property name="text" >
637     <string>v1.0 (ASCII)</string>
638    </property>
639   </action>
640   <action name="actionImportGmsh2Ascii" >
641    <property name="enabled" >
642     <bool>true</bool>
643    </property>
644    <property name="text" >
645     <string>v2.0 (ASCII)</string>
646    </property>
647   </action>
648   <action name="actionGmsh2Binary" >
649    <property name="enabled" >
650     <bool>false</bool>
651    </property>
652    <property name="text" >
653     <string>v2.0 (binary)</string>
654    </property>
655   </action>
656   <action name="actionOpen" >
657    <property name="icon" >
658     <iconset resource="engrid.qrc" >
659      <normaloff>:/icons/resources/kde_icons/fileopen.png</normaloff>:/icons/resources/kde_icons/fileopen.png</iconset>
660    </property>
661    <property name="text" >
662     <string>Open</string>
663    </property>
664   </action>
665   <action name="actionSave" >
666    <property name="icon" >
667     <iconset resource="engrid.qrc" >
668      <normaloff>:/icons/resources/kde_icons/filesave.png</normaloff>:/icons/resources/kde_icons/filesave.png</iconset>
669    </property>
670    <property name="text" >
671     <string>Save Grid</string>
672    </property>
673   </action>
674   <action name="actionSaveAs" >
675    <property name="icon" >
676     <iconset resource="engrid.qrc" >
677      <normaloff>:/icons/resources/kde_icons/filesaveas.png</normaloff>:/icons/resources/kde_icons/filesaveas.png</iconset>
678    </property>
679    <property name="text" >
680     <string>Save Grid As</string>
681    </property>
682   </action>
683   <action name="actionAbout" >
684    <property name="text" >
685     <string>About</string>
686    </property>
687   </action>
688   <action name="actionZoomAll" >
689    <property name="icon" >
690     <iconset resource="engrid.qrc" >
691      <normaloff>:/icons/resources/kde_icons/viewmagfit.png</normaloff>:/icons/resources/kde_icons/viewmagfit.png</iconset>
692    </property>
693    <property name="text" >
694     <string>Zoom All</string>
695    </property>
696   </action>
697   <action name="actionBoundaryCodes" >
698    <property name="text" >
699     <string>boundary codes</string>
700    </property>
701   </action>
702   <action name="actionNormalExtrusion" >
703    <property name="icon" >
704     <iconset resource="engrid.qrc" >
705      <normaloff>:/icons/resources/icons/extrusion.png</normaloff>:/icons/resources/icons/extrusion.png</iconset>
706    </property>
707    <property name="text" >
708     <string>extrusion</string>
709    </property>
710   </action>
711   <action name="actionViewAxes" >
712    <property name="checkable" >
713     <bool>true</bool>
714    </property>
715    <property name="text" >
716     <string>coordinate axes</string>
717    </property>
718   </action>
719   <action name="actionExportGmsh1Ascii" >
720    <property name="text" >
721     <string>v1.0 (ASCII)</string>
722    </property>
723   </action>
724   <action name="actionExportGmsh2Ascii" >
725    <property name="enabled" >
726     <bool>true</bool>
727    </property>
728    <property name="text" >
729     <string>v2.0 (ASCII)</string>
730    </property>
731   </action>
732   <action name="actionExportGmsh2Binary" >
733    <property name="enabled" >
734     <bool>false</bool>
735    </property>
736    <property name="text" >
737     <string>v2.0 (binary)</string>
738    </property>
739   </action>
740   <action name="actionSetBoundaryCode" >
741    <property name="icon" >
742     <iconset resource="engrid.qrc" >
743      <normaloff>:/icons/resources/icons/setbc.png</normaloff>:/icons/resources/icons/setbc.png</iconset>
744    </property>
745    <property name="text" >
746     <string>set boundary code</string>
747    </property>
748   </action>
749   <action name="actionChangeOrientation" >
750    <property name="icon" >
751     <iconset resource="engrid.qrc" >
752      <normaloff>:/icons/resources/icons/reorder.png</normaloff>:/icons/resources/icons/reorder.png</iconset>
753    </property>
754    <property name="text" >
755     <string>change surface orientation</string>
756    </property>
757   </action>
758   <action name="actionCheckOrientation" >
759    <property name="icon" >
760     <iconset resource="engrid.qrc" >
761      <normaloff>:/icons/resources/icons/checkorder.png</normaloff>:/icons/resources/icons/checkorder.png</iconset>
762    </property>
763    <property name="text" >
764     <string>correct surface orientation</string>
765    </property>
766   </action>
767   <action name="actionImproveAspectRatio" >
768    <property name="icon" >
769     <iconset resource="engrid.qrc" >
770      <normaloff>:/icons/resources/icons/aspectratio.png</normaloff>:/icons/resources/icons/aspectratio.png</iconset>
771    </property>
772    <property name="text" >
773     <string>delete bad aspect ratio cells</string>
774    </property>
775   </action>
776   <action name="actionCreateVolumeMesh" >
777    <property name="icon" >
778     <iconset resource="engrid.qrc" >
779      <normaloff>:/icons/resources/icons/createvol.png</normaloff>:/icons/resources/icons/createvol.png</iconset>
780    </property>
781    <property name="text" >
782     <string>create/improve volume mesh (NETGEN)</string>
783    </property>
784   </action>
785   <action name="actionSmoothSurface" >
786    <property name="icon" >
787     <iconset resource="engrid.qrc" >
788      <normaloff>:/icons/resources/icons/smoothsurf.png</normaloff>:/icons/resources/icons/smoothsurf.png</iconset>
789    </property>
790    <property name="text" >
791     <string>smooth surface grid</string>
792    </property>
793   </action>
794   <action name="actionExportNeutral" >
795    <property name="text" >
796     <string>Neutral (NETGEN)</string>
797    </property>
798   </action>
799   <action name="actionRedraw" >
800    <property name="icon" >
801     <iconset resource="engrid.qrc" >
802      <normaloff>:/icons/resources/kde_icons/reload.png</normaloff>:/icons/resources/kde_icons/reload.png</iconset>
803    </property>
804    <property name="text" >
805     <string>redraw</string>
806    </property>
807   </action>
808   <action name="actionCreateBoundaryLayer" >
809    <property name="icon" >
810     <iconset resource="engrid.qrc" >
811      <normaloff>:/icons/resources/icons/createblayer.png</normaloff>:/icons/resources/icons/createblayer.png</iconset>
812    </property>
813    <property name="text" >
814     <string>create prismatic boundary layer</string>
815    </property>
816   </action>
817   <action name="actionExportAsciiStl" >
818    <property name="text" >
819     <string>STL (ASCII)</string>
820    </property>
821   </action>
822   <action name="actionExportBinaryStl" >
823    <property name="text" >
824     <string>STL (binary)</string>
825    </property>
826   </action>
827   <action name="actionDeleteVolumeGrid" >
828    <property name="icon" >
829     <iconset resource="engrid.qrc" >
830      <normaloff>:/icons/resources/icons/deletevol.png</normaloff>:/icons/resources/icons/deletevol.png</iconset>
831    </property>
832    <property name="text" >
833     <string>delete volume grid</string>
834    </property>
835   </action>
836   <action name="actionDivideBoundaryLayer" >
837    <property name="icon" >
838     <iconset resource="engrid.qrc" >
839      <normaloff>:/icons/resources/icons/divideblayer.png</normaloff>:/icons/resources/icons/divideblayer.png</iconset>
840    </property>
841    <property name="text" >
842     <string>divide prismatic boundary layer</string>
843    </property>
844   </action>
845   <action name="actionConfigure" >
846    <property name="text" >
847     <string>configure enGrid</string>
848    </property>
849   </action>
850   <action name="actionSmoothVolumeGrid" >
851    <property name="icon" >
852     <iconset resource="engrid.qrc" >
853      <normaloff>:/icons/resources/icons/smoothvol.png</normaloff>:/icons/resources/icons/smoothvol.png</iconset>
854    </property>
855    <property name="text" >
856     <string>smooth volume grid</string>
857    </property>
858   </action>
859   <action name="actionClearOutputWindow" >
860    <property name="text" >
861     <string>clear output window</string>
862    </property>
863   </action>
864   <action name="actionViewZP" >
865    <property name="icon" >
866     <iconset resource="engrid.qrc" >
867      <normaloff>:/icons/resources/icons/viewzplus.png</normaloff>:/icons/resources/icons/viewzplus.png</iconset>
868    </property>
869    <property name="text" >
870     <string>view from positive z direction</string>
871    </property>
872   </action>
873   <action name="actionViewZM" >
874    <property name="icon" >
875     <iconset resource="engrid.qrc" >
876      <normaloff>:/icons/resources/icons/viewzminus.png</normaloff>:/icons/resources/icons/viewzminus.png</iconset>
877    </property>
878    <property name="text" >
879     <string>view from negative z direction</string>
880    </property>
881   </action>
882   <action name="actionViewXP" >
883    <property name="icon" >
884     <iconset resource="engrid.qrc" >
885      <normaloff>:/icons/resources/icons/viewxplus.png</normaloff>:/icons/resources/icons/viewxplus.png</iconset>
886    </property>
887    <property name="text" >
888     <string>view from positive x direction</string>
889    </property>
890   </action>
891   <action name="actionViewYP" >
892    <property name="icon" >
893     <iconset resource="engrid.qrc" >
894      <normaloff>:/icons/resources/icons/viewyplus.png</normaloff>:/icons/resources/icons/viewyplus.png</iconset>
895    </property>
896    <property name="text" >
897     <string>view from positive y direction</string>
898    </property>
899   </action>
900   <action name="actionViewXM" >
901    <property name="icon" >
902     <iconset resource="engrid.qrc" >
903      <normaloff>:/icons/resources/icons/viewxminus.png</normaloff>:/icons/resources/icons/viewxminus.png</iconset>
904    </property>
905    <property name="text" >
906     <string>view from negative x direction</string>
907    </property>
908   </action>
909   <action name="actionViewYM" >
910    <property name="icon" >
911     <iconset resource="engrid.qrc" >
912      <normaloff>:/icons/resources/icons/viewyminus.png</normaloff>:/icons/resources/icons/viewyminus.png</iconset>
913    </property>
914    <property name="text" >
915     <string>view from negative y direction</string>
916    </property>
917   </action>
918   <action name="actionFoamReader" >
919    <property name="enabled" >
920     <bool>false</bool>
921    </property>
922    <property name="text" >
923     <string>OpenFOAM</string>
924    </property>
925   </action>
926   <action name="actionVtkReader" >
927    <property name="text" >
928     <string>legacy unstructured grid files</string>
929    </property>
930   </action>
931   <action name="actionFoamWriter" >
932    <property name="enabled" >
933     <bool>false</bool>
934    </property>
935    <property name="text" >
936     <string>OpenFOAM (polyhedral)</string>
937    </property>
938   </action>
939   <action name="actionPolyDataReader" >
940    <property name="text" >
941     <string>vtkPolyData</string>
942    </property>
943   </action>
944   <action name="actionDeleteBadAspectTris" >
945    <property name="text" >
946     <string>remove bad triangles</string>
947    </property>
948   </action>
949   <action name="actionDeletePickedCell" >
950    <property name="text" >
951     <string>delete picked cell</string>
952    </property>
953   </action>
954   <action name="actionFixSTL" >
955    <property name="text" >
956     <string>fix surface triangulation</string>
957    </property>
958   </action>
959   <action name="actionEditBoundaryConditions" >
960    <property name="text" >
961     <string>edit boundary conditions</string>
962    </property>
963   </action>
964   <action name="actionSimpleFoamWriter" >
965    <property name="icon" >
966     <iconset resource="engrid.qrc" >
967      <normaloff>:/icons/resources/icons/of.png</normaloff>:/icons/resources/icons/of.png</iconset>
968    </property>
969    <property name="text" >
970     <string>OpenFOAM</string>
971    </property>
972    <property name="toolTip" >
973     <string>export to OpenFOAM</string>
974    </property>
975   </action>
976   <action name="actionTransform" >
977    <property name="text" >
978     <string>Transform...</string>
979    </property>
980   </action>
981   <action name="actionViewOrthogonal" >
982    <property name="checkable" >
983     <bool>true</bool>
984    </property>
985    <property name="text" >
986     <string>Orthogonal view</string>
987    </property>
988   </action>
989   <action name="actionDeletePickedPoint" >
990    <property name="text" >
991     <string>delete picked point</string>
992    </property>
993   </action>
994   <action name="actionViewNodeIDs" >
995    <property name="checkable" >
996     <bool>true</bool>
997    </property>
998    <property name="text" >
999     <string>Node IDs</string>
1000    </property>
1001   </action>
1002   <action name="actionViewCellIDs" >
1003    <property name="checkable" >
1004     <bool>true</bool>
1005    </property>
1006    <property name="text" >
1007     <string>Cell IDs</string>
1008    </property>
1009   </action>
1010   <action name="actionPick_cell_point" >
1011    <property name="text" >
1012     <string>Pick point/cell</string>
1013    </property>
1014   </action>
1015   <action name="actionPick_cell_2" >
1016    <property name="text" >
1017     <string>Pick cell</string>
1018    </property>
1019   </action>
1020   <action name="actionUseVTKInteractor" >
1021    <property name="text" >
1022     <string>UseVTKInteractor</string>
1023    </property>
1024   </action>
1025   <action name="actionScaleToData" >
1026    <property name="text" >
1027     <string>ScaleToData</string>
1028    </property>
1029   </action>
1030   <action name="actionShow_display_options" >
1031    <property name="checkable" >
1032     <bool>true</bool>
1033    </property>
1034    <property name="text" >
1035     <string>Show display options</string>
1036    </property>
1037   </action>
1038  </widget>
1039  <layoutdefault spacing="6" margin="9" />
1040  <customwidgets>
1041   <customwidget>
1042    <class>QVTKWidget</class>
1043    <extends>QWidget</extends>
1044    <header>QVTKWidget.h</header>
1045   </customwidget>
1046  </customwidgets>
1047  <resources>
1048   <include location="engrid.qrc" />
1049  </resources>
1050  <connections>
1051   <connection>
1052    <sender>pushButtonRedraw</sender>
1053    <signal>clicked()</signal>
1054    <receiver>actionRedraw</receiver>
1055    <slot>trigger()</slot>
1056    <hints>
1057     <hint type="sourcelabel" >
1058      <x>877</x>
1059      <y>595</y>
1060     </hint>
1061     <hint type="destinationlabel" >
1062      <x>-1</x>
1063      <y>-1</y>
1064     </hint>
1065    </hints>
1066   </connection>
1067   <connection>
1068    <sender>checkBox_UseVTKInteractor</sender>
1069    <signal>stateChanged(int)</signal>
1070    <receiver>actionUseVTKInteractor</receiver>
1071    <slot>trigger()</slot>
1072    <hints>
1073     <hint type="sourcelabel" >
1074      <x>753</x>
1075      <y>619</y>
1076     </hint>
1077     <hint type="destinationlabel" >
1078      <x>-1</x>
1079      <y>-1</y>
1080     </hint>
1081    </hints>
1082   </connection>
1083   <connection>
1084    <sender>pushButton_ScaleToData</sender>
1085    <signal>clicked()</signal>
1086    <receiver>actionScaleToData</receiver>
1087    <slot>trigger()</slot>
1088    <hints>
1089     <hint type="sourcelabel" >
1090      <x>635</x>
1091      <y>718</y>
1092     </hint>
1093     <hint type="destinationlabel" >
1094      <x>-1</x>
1095      <y>-1</y>
1096     </hint>
1097    </hints>
1098   </connection>
1099   <connection>
1100    <sender>actionShow_display_options</sender>
1101    <signal>toggled(bool)</signal>
1102    <receiver>dockWidget</receiver>
1103    <slot>setShown(bool)</slot>
1104    <hints>
1105     <hint type="sourcelabel" >
1106      <x>404</x>
1107      <y>198</y>
1108     </hint>
1109     <hint type="destinationlabel" >
1110      <x>404</x>
1111      <y>198</y>
1112     </hint>
1113    </hints>
1114   </connection>
1115   <connection>
1116    <sender>dockWidget</sender>
1117    <signal>visibilityChanged(bool)</signal>
1118    <receiver>actionShow_display_options</receiver>
1119    <slot>setOn(bool)</slot>
1120    <hints>
1121     <hint type="sourcelabel" >
1122      <x>404</x>
1123      <y>198</y>
1124     </hint>
1125     <hint type="destinationlabel" >
1126      <x>-1</x>
1127      <y>-1</y>
1128     </hint>
1129    </hints>
1130   </connection>
1131  </connections>
1132 </ui>