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