added deselect all button
[engrid.git] / src / guimainwindow.ui
bloba43c246d31597c6151fa722ed03e4ef67af3903c
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>1337</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="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>1337</width>
42      <height>30</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     <addaction name="actionExportCGNS" />
154    </widget>
155    <widget class="QMenu" name="menuTools" >
156     <property name="title" >
157      <string>Tools</string>
158     </property>
159     <addaction name="actionConfigure" />
160     <addaction name="actionEditBoundaryConditions" />
161     <addaction name="actionPick_cell_point" />
162    </widget>
163    <addaction name="menuFile" />
164    <addaction name="menuImport_2" />
165    <addaction name="menuExport" />
166    <addaction name="menuView" />
167    <addaction name="menuMesh" />
168    <addaction name="menuTools" />
169    <addaction name="menuHelp" />
170   </widget>
171   <widget class="QStatusBar" name="statusbar" />
172   <widget class="QToolBar" name="toolBar" >
173    <property name="windowTitle" >
174     <string>default toolbar</string>
175    </property>
176    <attribute name="toolBarArea" >
177     <enum>TopToolBarArea</enum>
178    </attribute>
179    <attribute name="toolBarBreak" >
180     <bool>false</bool>
181    </attribute>
182    <addaction name="actionOpen" />
183    <addaction name="actionSave" />
184    <addaction name="actionSaveAs" />
185    <addaction name="actionExit" />
186    <addaction name="separator" />
187    <addaction name="actionSimpleFoamWriter" />
188    <addaction name="actionExportCGNS" />
189    <addaction name="separator" />
190    <addaction name="actionZoomAll" />
191    <addaction name="actionRedraw" />
192    <addaction name="actionUndo" />
193    <addaction name="actionRedo" />
194    <addaction name="separator" />
195    <addaction name="actionSetBoundaryCode" />
196    <addaction name="actionChangeOrientation" />
197    <addaction name="actionCheckOrientation" />
198    <addaction name="separator" />
199    <addaction name="actionNormalExtrusion" />
200    <addaction name="actionCreateVolumeMesh" />
201    <addaction name="actionSmoothVolumeGrid" />
202    <addaction name="actionDeleteVolumeGrid" />
203    <addaction name="actionCreateBoundaryLayer" />
204    <addaction name="actionDivideBoundaryLayer" />
205    <addaction name="separator" />
206    <addaction name="actionViewZP" />
207    <addaction name="actionViewZM" />
208    <addaction name="actionViewXM" />
209    <addaction name="actionViewXP" />
210    <addaction name="actionViewYP" />
211    <addaction name="actionViewYM" />
212    <addaction name="actionDeletePickedPoint" />
213    <addaction name="actionSmoothSurface" />
214   </widget>
215   <widget class="QDockWidget" name="dockWidget" >
216    <property name="sizePolicy" >
217     <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
218      <horstretch>0</horstretch>
219      <verstretch>0</verstretch>
220     </sizepolicy>
221    </property>
222    <property name="minimumSize" >
223     <size>
224      <width>300</width>
225      <height>0</height>
226     </size>
227    </property>
228    <property name="floating" >
229     <bool>false</bool>
230    </property>
231    <property name="features" >
232     <set>QDockWidget::AllDockWidgetFeatures</set>
233    </property>
234    <property name="windowTitle" >
235     <string>Display options</string>
236    </property>
237    <attribute name="dockWidgetArea" >
238     <number>2</number>
239    </attribute>
240    <widget class="QWidget" name="dockWidgetContents" >
241     <layout class="QGridLayout" name="gridLayout_3" >
242      <item row="0" column="0" >
243       <widget class="QScrollArea" name="scrollArea" >
244        <property name="sizePolicy" >
245         <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
246          <horstretch>0</horstretch>
247          <verstretch>0</verstretch>
248         </sizepolicy>
249        </property>
250        <property name="frameShadow" >
251         <enum>QFrame::Sunken</enum>
252        </property>
253        <property name="verticalScrollBarPolicy" >
254         <enum>Qt::ScrollBarAsNeeded</enum>
255        </property>
256        <property name="widgetResizable" >
257         <bool>true</bool>
258        </property>
259        <widget class="QWidget" name="scrollAreaWidgetContents" >
260         <property name="geometry" >
261          <rect>
262           <x>0</x>
263           <y>-232</y>
264           <width>262</width>
265           <height>1129</height>
266          </rect>
267         </property>
268         <layout class="QGridLayout" name="gridLayout_4" >
269          <item row="0" column="0" >
270           <widget class="QGroupBox" name="groupBox" >
271            <property name="title" >
272             <string>clipping</string>
273            </property>
274            <layout class="QGridLayout" >
275             <item row="0" column="1" >
276              <widget class="QLineEdit" name="lineEditClipX" >
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="1" column="0" >
298              <widget class="QLabel" name="label" >
299               <property name="text" >
300                <string>centre</string>
301               </property>
302              </widget>
303             </item>
304             <item row="1" column="1" >
305              <widget class="QLineEdit" name="lineEditClipY" >
306               <property name="sizePolicy" >
307                <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
308                 <horstretch>0</horstretch>
309                 <verstretch>0</verstretch>
310                </sizepolicy>
311               </property>
312               <property name="maximumSize" >
313                <size>
314                 <width>50</width>
315                 <height>16777215</height>
316                </size>
317               </property>
318               <property name="text" >
319                <string>0</string>
320               </property>
321               <property name="alignment" >
322                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
323               </property>
324              </widget>
325             </item>
326             <item row="2" column="1" >
327              <widget class="QLineEdit" name="lineEditClipZ" >
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="4" column="1" >
349              <widget class="QLineEdit" name="lineEditClipNX" >
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>1</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="5" column="0" >
371              <widget class="QLabel" name="label_2" >
372               <property name="text" >
373                <string>normal</string>
374               </property>
375              </widget>
376             </item>
377             <item row="5" column="1" >
378              <widget class="QLineEdit" name="lineEditClipNY" >
379               <property name="sizePolicy" >
380                <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
381                 <horstretch>0</horstretch>
382                 <verstretch>0</verstretch>
383                </sizepolicy>
384               </property>
385               <property name="maximumSize" >
386                <size>
387                 <width>50</width>
388                 <height>16777215</height>
389                </size>
390               </property>
391               <property name="text" >
392                <string>0</string>
393               </property>
394               <property name="alignment" >
395                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
396               </property>
397              </widget>
398             </item>
399             <item row="6" column="1" >
400              <widget class="QLineEdit" name="lineEditClipNZ" >
401               <property name="sizePolicy" >
402                <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
403                 <horstretch>0</horstretch>
404                 <verstretch>0</verstretch>
405                </sizepolicy>
406               </property>
407               <property name="maximumSize" >
408                <size>
409                 <width>50</width>
410                 <height>16777215</height>
411                </size>
412               </property>
413               <property name="text" >
414                <string>0</string>
415               </property>
416               <property name="alignment" >
417                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
418               </property>
419              </widget>
420             </item>
421             <item row="3" column="1" >
422              <widget class="Line" name="line" >
423               <property name="lineWidth" >
424                <number>0</number>
425               </property>
426               <property name="orientation" >
427                <enum>Qt::Horizontal</enum>
428               </property>
429              </widget>
430             </item>
431             <item row="7" column="1" >
432              <widget class="Line" name="line_2" >
433               <property name="lineWidth" >
434                <number>0</number>
435               </property>
436               <property name="orientation" >
437                <enum>Qt::Horizontal</enum>
438               </property>
439              </widget>
440             </item>
441             <item row="9" column="1" >
442              <widget class="QCheckBox" name="checkBoxClip" >
443               <property name="text" >
444                <string>enable</string>
445               </property>
446              </widget>
447             </item>
448             <item row="8" column="1" >
449              <widget class="QLineEdit" name="lineEditOffset" >
450               <property name="sizePolicy" >
451                <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
452                 <horstretch>0</horstretch>
453                 <verstretch>0</verstretch>
454                </sizepolicy>
455               </property>
456               <property name="maximumSize" >
457                <size>
458                 <width>50</width>
459                 <height>16777215</height>
460                </size>
461               </property>
462               <property name="text" >
463                <string>0</string>
464               </property>
465               <property name="alignment" >
466                <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
467               </property>
468              </widget>
469             </item>
470             <item row="8" column="0" >
471              <widget class="QLabel" name="label_3" >
472               <property name="text" >
473                <string>offset</string>
474               </property>
475              </widget>
476             </item>
477            </layout>
478           </widget>
479          </item>
480          <item row="1" column="0" >
481           <widget class="QGroupBox" name="groupBox_2" >
482            <property name="title" >
483             <string>surface elements</string>
484            </property>
485            <layout class="QVBoxLayout" >
486             <item>
487              <widget class="QCheckBox" name="checkBoxSurface" >
488               <property name="text" >
489                <string>enable</string>
490               </property>
491               <property name="checked" >
492                <bool>true</bool>
493               </property>
494              </widget>
495             </item>
496            </layout>
497           </widget>
498          </item>
499          <item row="2" column="0" >
500           <widget class="QGroupBox" name="groupBox_3" >
501            <property name="title" >
502             <string>volume elements</string>
503            </property>
504            <layout class="QVBoxLayout" >
505             <item>
506              <widget class="QCheckBox" name="checkBoxTetra" >
507               <property name="text" >
508                <string>tetras</string>
509               </property>
510              </widget>
511             </item>
512             <item>
513              <widget class="QCheckBox" name="checkBoxPyramid" >
514               <property name="text" >
515                <string>pyramids</string>
516               </property>
517              </widget>
518             </item>
519             <item>
520              <widget class="QCheckBox" name="checkBoxWedge" >
521               <property name="text" >
522                <string>wedges</string>
523               </property>
524              </widget>
525             </item>
526             <item>
527              <widget class="QCheckBox" name="checkBoxHexa" >
528               <property name="text" >
529                <string>hexas</string>
530               </property>
531              </widget>
532             </item>
533            </layout>
534            <zorder>checkBoxTetra</zorder>
535            <zorder>checkBoxPyramid</zorder>
536            <zorder>checkBoxHexa</zorder>
537            <zorder>checkBoxWedge</zorder>
538           </widget>
539          </item>
540          <item row="3" column="0" >
541           <widget class="QGroupBox" name="groupBox_4" >
542            <property name="title" >
543             <string>Picker</string>
544            </property>
545            <layout class="QGridLayout" name="gridLayout_7" >
546             <item row="0" column="0" colspan="2" >
547              <widget class="QRadioButton" name="radioButton_CellPicker" >
548               <property name="text" >
549                <string>CellPicker</string>
550               </property>
551              </widget>
552             </item>
553             <item row="1" column="0" colspan="2" >
554              <widget class="QRadioButton" name="radioButton_PointPicker" >
555               <property name="text" >
556                <string>PointPicker</string>
557               </property>
558              </widget>
559             </item>
560             <item row="2" column="0" colspan="2" >
561              <widget class="QCheckBox" name="checkBox_UseVTKInteractor" >
562               <property name="text" >
563                <string>Use VTK Interactor</string>
564               </property>
565              </widget>
566             </item>
567             <item row="4" column="1" >
568              <widget class="QDoubleSpinBox" name="doubleSpinBox_PickerRadius" />
569             </item>
570             <item row="6" column="0" colspan="2" >
571              <widget class="QPushButton" name="pushButton_ZoomOnPickedObject" >
572               <property name="text" >
573                <string>Zoom on picked object</string>
574               </property>
575              </widget>
576             </item>
577             <item row="4" column="0" >
578              <widget class="QLabel" name="label_11" >
579               <property name="text" >
580                <string>Picker Radius</string>
581               </property>
582              </widget>
583             </item>
584             <item row="5" column="0" colspan="2" >
585              <widget class="QPushButton" name="pushButton_DeselectAll" >
586               <property name="text" >
587                <string>Deselect all</string>
588               </property>
589              </widget>
590             </item>
591            </layout>
592           </widget>
593          </item>
594          <item row="4" column="0" >
595           <widget class="QGroupBox" name="groupBox_5" >
596            <property name="title" >
597             <string>Fields</string>
598            </property>
599            <layout class="QGridLayout" name="gridLayout_2" >
600             <item row="0" column="1" >
601              <widget class="QComboBox" name="comboBox_Field" />
602             </item>
603             <item row="0" column="0" >
604              <widget class="QLabel" name="label_4" >
605               <property name="text" >
606                <string>Field :</string>
607               </property>
608              </widget>
609             </item>
610             <item row="1" column="1" >
611              <widget class="QCheckBox" name="checkBox_Legend" >
612               <property name="text" >
613                <string>Show legend</string>
614               </property>
615              </widget>
616             </item>
617             <item row="1" column="0" >
618              <widget class="QPushButton" name="pushButton_ScaleToData" >
619               <property name="text" >
620                <string>Scale to data</string>
621               </property>
622              </widget>
623             </item>
624             <item row="2" column="1" >
625              <widget class="QDoubleSpinBox" name="doubleSpinBox_FieldMin" />
626             </item>
627             <item row="3" column="1" >
628              <widget class="QDoubleSpinBox" name="doubleSpinBox_FieldMax" />
629             </item>
630             <item row="2" column="0" >
631              <widget class="QLabel" name="label_5" >
632               <property name="text" >
633                <string>DataMin :</string>
634               </property>
635              </widget>
636             </item>
637             <item row="3" column="0" >
638              <widget class="QLabel" name="label_6" >
639               <property name="text" >
640                <string>DataMax :</string>
641               </property>
642              </widget>
643             </item>
644             <item row="4" column="0" >
645              <widget class="QLabel" name="label_7" >
646               <property name="text" >
647                <string>HueMin :</string>
648               </property>
649              </widget>
650             </item>
651             <item row="5" column="0" >
652              <widget class="QLabel" name="label_8" >
653               <property name="text" >
654                <string>HueMax :</string>
655               </property>
656              </widget>
657             </item>
658             <item row="4" column="1" >
659              <widget class="QDoubleSpinBox" name="doubleSpinBox_HueMin" >
660               <property name="maximum" >
661                <double>1.000000000000000</double>
662               </property>
663               <property name="singleStep" >
664                <double>0.010000000000000</double>
665               </property>
666              </widget>
667             </item>
668             <item row="5" column="1" >
669              <widget class="QDoubleSpinBox" name="doubleSpinBox_HueMax" >
670               <property name="maximum" >
671                <double>1.000000000000000</double>
672               </property>
673               <property name="singleStep" >
674                <double>0.010000000000000</double>
675               </property>
676              </widget>
677             </item>
678             <item row="6" column="0" >
679              <widget class="QLabel" name="label_10" >
680               <property name="text" >
681                <string>Nb of colors :</string>
682               </property>
683              </widget>
684             </item>
685             <item row="6" column="1" >
686              <widget class="QSpinBox" name="spinBox_Color" >
687               <property name="minimum" >
688                <number>0</number>
689               </property>
690               <property name="maximum" >
691                <number>1048580</number>
692               </property>
693               <property name="value" >
694                <number>65536</number>
695               </property>
696              </widget>
697             </item>
698            </layout>
699           </widget>
700          </item>
701          <item row="6" column="0" >
702           <widget class="QPushButton" name="pushButtonRedraw" >
703            <property name="sizePolicy" >
704             <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
705              <horstretch>0</horstretch>
706              <verstretch>0</verstretch>
707             </sizepolicy>
708            </property>
709            <property name="text" >
710             <string>   redraw</string>
711            </property>
712            <property name="icon" >
713             <iconset resource="engrid.qrc" >
714              <normaloff>:/icons/resources/kde_icons/reload.png</normaloff>:/icons/resources/kde_icons/reload.png</iconset>
715            </property>
716           </widget>
717          </item>
718          <item row="5" column="0" >
719           <widget class="QGroupBox" name="groupBox_6" >
720            <property name="title" >
721             <string>Cell Text</string>
722            </property>
723            <layout class="QGridLayout" name="gridLayout_6" >
724             <item row="0" column="0" >
725              <widget class="QLabel" name="label_9" >
726               <property name="text" >
727                <string>ID/Field :</string>
728               </property>
729              </widget>
730             </item>
731             <item row="0" column="1" >
732              <widget class="QComboBox" name="comboBox_CellTextField" />
733             </item>
734            </layout>
735           </widget>
736          </item>
737         </layout>
738        </widget>
739       </widget>
740      </item>
741     </layout>
742    </widget>
743   </widget>
744   <widget class="QDockWidget" name="dockWidget_output" >
745    <property name="sizePolicy" >
746     <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
747      <horstretch>0</horstretch>
748      <verstretch>0</verstretch>
749     </sizepolicy>
750    </property>
751    <property name="windowTitle" >
752     <string>Output</string>
753    </property>
754    <attribute name="dockWidgetArea" >
755     <number>1</number>
756    </attribute>
757    <widget class="QWidget" name="dockWidgetContents_2" >
758     <layout class="QGridLayout" name="gridLayout_5" >
759      <item row="0" column="0" >
760       <widget class="QTextEdit" name="textEditOutput" >
761        <property name="readOnly" >
762         <bool>true</bool>
763        </property>
764       </widget>
765      </item>
766     </layout>
767    </widget>
768   </widget>
769   <action name="actionExit" >
770    <property name="icon" >
771     <iconset resource="engrid.qrc" >
772      <normaloff>:/icons/resources/kde_icons/exit.png</normaloff>:/icons/resources/kde_icons/exit.png</iconset>
773    </property>
774    <property name="text" >
775     <string>Exit</string>
776    </property>
777   </action>
778   <action name="actionImportSTL" >
779    <property name="text" >
780     <string>STL</string>
781    </property>
782   </action>
783   <action name="actionImportGmsh1Ascii" >
784    <property name="text" >
785     <string>v1.0 (ASCII)</string>
786    </property>
787   </action>
788   <action name="actionImportGmsh2Ascii" >
789    <property name="enabled" >
790     <bool>true</bool>
791    </property>
792    <property name="text" >
793     <string>v2.0 (ASCII)</string>
794    </property>
795   </action>
796   <action name="actionGmsh2Binary" >
797    <property name="enabled" >
798     <bool>false</bool>
799    </property>
800    <property name="text" >
801     <string>v2.0 (binary)</string>
802    </property>
803   </action>
804   <action name="actionOpen" >
805    <property name="icon" >
806     <iconset resource="engrid.qrc" >
807      <normaloff>:/icons/resources/kde_icons/fileopen.png</normaloff>:/icons/resources/kde_icons/fileopen.png</iconset>
808    </property>
809    <property name="text" >
810     <string>Open</string>
811    </property>
812   </action>
813   <action name="actionSave" >
814    <property name="icon" >
815     <iconset resource="engrid.qrc" >
816      <normaloff>:/icons/resources/kde_icons/filesave.png</normaloff>:/icons/resources/kde_icons/filesave.png</iconset>
817    </property>
818    <property name="text" >
819     <string>Save Grid</string>
820    </property>
821   </action>
822   <action name="actionSaveAs" >
823    <property name="icon" >
824     <iconset resource="engrid.qrc" >
825      <normaloff>:/icons/resources/kde_icons/filesaveas.png</normaloff>:/icons/resources/kde_icons/filesaveas.png</iconset>
826    </property>
827    <property name="text" >
828     <string>Save Grid As</string>
829    </property>
830   </action>
831   <action name="actionAbout" >
832    <property name="text" >
833     <string>About</string>
834    </property>
835   </action>
836   <action name="actionZoomAll" >
837    <property name="icon" >
838     <iconset resource="engrid.qrc" >
839      <normaloff>:/icons/resources/kde_icons/viewmagfit.png</normaloff>:/icons/resources/kde_icons/viewmagfit.png</iconset>
840    </property>
841    <property name="text" >
842     <string>Zoom All</string>
843    </property>
844   </action>
845   <action name="actionBoundaryCodes" >
846    <property name="text" >
847     <string>boundary codes</string>
848    </property>
849   </action>
850   <action name="actionNormalExtrusion" >
851    <property name="icon" >
852     <iconset resource="engrid.qrc" >
853      <normaloff>:/icons/resources/icons/extrusion.png</normaloff>:/icons/resources/icons/extrusion.png</iconset>
854    </property>
855    <property name="text" >
856     <string>extrusion</string>
857    </property>
858   </action>
859   <action name="actionViewAxes" >
860    <property name="checkable" >
861     <bool>true</bool>
862    </property>
863    <property name="text" >
864     <string>coordinate axes</string>
865    </property>
866   </action>
867   <action name="actionExportGmsh1Ascii" >
868    <property name="text" >
869     <string>v1.0 (ASCII)</string>
870    </property>
871   </action>
872   <action name="actionExportGmsh2Ascii" >
873    <property name="enabled" >
874     <bool>true</bool>
875    </property>
876    <property name="text" >
877     <string>v2.0 (ASCII)</string>
878    </property>
879   </action>
880   <action name="actionExportGmsh2Binary" >
881    <property name="enabled" >
882     <bool>false</bool>
883    </property>
884    <property name="text" >
885     <string>v2.0 (binary)</string>
886    </property>
887   </action>
888   <action name="actionSetBoundaryCode" >
889    <property name="icon" >
890     <iconset resource="engrid.qrc" >
891      <normaloff>:/icons/resources/icons/setbc.png</normaloff>:/icons/resources/icons/setbc.png</iconset>
892    </property>
893    <property name="text" >
894     <string>set boundary code</string>
895    </property>
896   </action>
897   <action name="actionChangeOrientation" >
898    <property name="icon" >
899     <iconset resource="engrid.qrc" >
900      <normaloff>:/icons/resources/icons/reorder.png</normaloff>:/icons/resources/icons/reorder.png</iconset>
901    </property>
902    <property name="text" >
903     <string>change surface orientation</string>
904    </property>
905   </action>
906   <action name="actionCheckOrientation" >
907    <property name="icon" >
908     <iconset resource="engrid.qrc" >
909      <normaloff>:/icons/resources/icons/checkorder.png</normaloff>:/icons/resources/icons/checkorder.png</iconset>
910    </property>
911    <property name="text" >
912     <string>correct surface orientation</string>
913    </property>
914   </action>
915   <action name="actionImproveAspectRatio" >
916    <property name="icon" >
917     <iconset resource="engrid.qrc" >
918      <normaloff>:/icons/resources/icons/aspectratio.png</normaloff>:/icons/resources/icons/aspectratio.png</iconset>
919    </property>
920    <property name="text" >
921     <string>delete bad aspect ratio cells</string>
922    </property>
923   </action>
924   <action name="actionCreateVolumeMesh" >
925    <property name="icon" >
926     <iconset resource="engrid.qrc" >
927      <normaloff>:/icons/resources/icons/createvol.png</normaloff>:/icons/resources/icons/createvol.png</iconset>
928    </property>
929    <property name="text" >
930     <string>create/improve volume mesh (NETGEN)</string>
931    </property>
932   </action>
933   <action name="actionSmoothSurface" >
934    <property name="icon" >
935     <iconset resource="engrid.qrc" >
936      <normaloff>:/icons/resources/icons/smoothsurf.png</normaloff>:/icons/resources/icons/smoothsurf.png</iconset>
937    </property>
938    <property name="text" >
939     <string>smooth surface grid</string>
940    </property>
941   </action>
942   <action name="actionExportNeutral" >
943    <property name="text" >
944     <string>Neutral (NETGEN)</string>
945    </property>
946   </action>
947   <action name="actionRedraw" >
948    <property name="icon" >
949     <iconset resource="engrid.qrc" >
950      <normaloff>:/icons/resources/kde_icons/reload.png</normaloff>:/icons/resources/kde_icons/reload.png</iconset>
951    </property>
952    <property name="text" >
953     <string>redraw</string>
954    </property>
955   </action>
956   <action name="actionCreateBoundaryLayer" >
957    <property name="icon" >
958     <iconset resource="engrid.qrc" >
959      <normaloff>:/icons/resources/icons/createblayer.png</normaloff>:/icons/resources/icons/createblayer.png</iconset>
960    </property>
961    <property name="text" >
962     <string>create prismatic boundary layer</string>
963    </property>
964   </action>
965   <action name="actionExportAsciiStl" >
966    <property name="text" >
967     <string>STL (ASCII)</string>
968    </property>
969   </action>
970   <action name="actionExportBinaryStl" >
971    <property name="text" >
972     <string>STL (binary)</string>
973    </property>
974   </action>
975   <action name="actionDeleteVolumeGrid" >
976    <property name="icon" >
977     <iconset resource="engrid.qrc" >
978      <normaloff>:/icons/resources/icons/deletevol.png</normaloff>:/icons/resources/icons/deletevol.png</iconset>
979    </property>
980    <property name="text" >
981     <string>delete volume grid</string>
982    </property>
983   </action>
984   <action name="actionDivideBoundaryLayer" >
985    <property name="icon" >
986     <iconset resource="engrid.qrc" >
987      <normaloff>:/icons/resources/icons/divideblayer.png</normaloff>:/icons/resources/icons/divideblayer.png</iconset>
988    </property>
989    <property name="text" >
990     <string>divide prismatic boundary layer</string>
991    </property>
992   </action>
993   <action name="actionConfigure" >
994    <property name="text" >
995     <string>configure enGrid</string>
996    </property>
997   </action>
998   <action name="actionSmoothVolumeGrid" >
999    <property name="icon" >
1000     <iconset resource="engrid.qrc" >
1001      <normaloff>:/icons/resources/icons/smoothvol.png</normaloff>:/icons/resources/icons/smoothvol.png</iconset>
1002    </property>
1003    <property name="text" >
1004     <string>smooth volume grid</string>
1005    </property>
1006   </action>
1007   <action name="actionClearOutputWindow" >
1008    <property name="text" >
1009     <string>clear output window</string>
1010    </property>
1011   </action>
1012   <action name="actionViewZP" >
1013    <property name="icon" >
1014     <iconset resource="engrid.qrc" >
1015      <normaloff>:/icons/resources/icons/viewzplus.png</normaloff>:/icons/resources/icons/viewzplus.png</iconset>
1016    </property>
1017    <property name="text" >
1018     <string>view from positive z direction</string>
1019    </property>
1020   </action>
1021   <action name="actionViewZM" >
1022    <property name="icon" >
1023     <iconset resource="engrid.qrc" >
1024      <normaloff>:/icons/resources/icons/viewzminus.png</normaloff>:/icons/resources/icons/viewzminus.png</iconset>
1025    </property>
1026    <property name="text" >
1027     <string>view from negative z direction</string>
1028    </property>
1029   </action>
1030   <action name="actionViewXP" >
1031    <property name="icon" >
1032     <iconset resource="engrid.qrc" >
1033      <normaloff>:/icons/resources/icons/viewxplus.png</normaloff>:/icons/resources/icons/viewxplus.png</iconset>
1034    </property>
1035    <property name="text" >
1036     <string>view from positive x direction</string>
1037    </property>
1038   </action>
1039   <action name="actionViewYP" >
1040    <property name="icon" >
1041     <iconset resource="engrid.qrc" >
1042      <normaloff>:/icons/resources/icons/viewyplus.png</normaloff>:/icons/resources/icons/viewyplus.png</iconset>
1043    </property>
1044    <property name="text" >
1045     <string>view from positive y direction</string>
1046    </property>
1047   </action>
1048   <action name="actionViewXM" >
1049    <property name="icon" >
1050     <iconset resource="engrid.qrc" >
1051      <normaloff>:/icons/resources/icons/viewxminus.png</normaloff>:/icons/resources/icons/viewxminus.png</iconset>
1052    </property>
1053    <property name="text" >
1054     <string>view from negative x direction</string>
1055    </property>
1056   </action>
1057   <action name="actionViewYM" >
1058    <property name="icon" >
1059     <iconset resource="engrid.qrc" >
1060      <normaloff>:/icons/resources/icons/viewyminus.png</normaloff>:/icons/resources/icons/viewyminus.png</iconset>
1061    </property>
1062    <property name="text" >
1063     <string>view from negative y direction</string>
1064    </property>
1065   </action>
1066   <action name="actionFoamReader" >
1067    <property name="enabled" >
1068     <bool>false</bool>
1069    </property>
1070    <property name="text" >
1071     <string>OpenFOAM</string>
1072    </property>
1073   </action>
1074   <action name="actionVtkReader" >
1075    <property name="text" >
1076     <string>legacy unstructured grid files</string>
1077    </property>
1078   </action>
1079   <action name="actionFoamWriter" >
1080    <property name="enabled" >
1081     <bool>false</bool>
1082    </property>
1083    <property name="text" >
1084     <string>OpenFOAM (polyhedral)</string>
1085    </property>
1086   </action>
1087   <action name="actionPolyDataReader" >
1088    <property name="text" >
1089     <string>vtkPolyData</string>
1090    </property>
1091   </action>
1092   <action name="actionDeleteBadAspectTris" >
1093    <property name="text" >
1094     <string>remove bad triangles</string>
1095    </property>
1096   </action>
1097   <action name="actionDeletePickedCell" >
1098    <property name="text" >
1099     <string>delete picked cell</string>
1100    </property>
1101   </action>
1102   <action name="actionFixSTL" >
1103    <property name="text" >
1104     <string>fix surface triangulation</string>
1105    </property>
1106   </action>
1107   <action name="actionEditBoundaryConditions" >
1108    <property name="text" >
1109     <string>edit boundary conditions</string>
1110    </property>
1111   </action>
1112   <action name="actionSimpleFoamWriter" >
1113    <property name="icon" >
1114     <iconset resource="engrid.qrc" >
1115      <normaloff>:/icons/resources/icons/of.png</normaloff>:/icons/resources/icons/of.png</iconset>
1116    </property>
1117    <property name="text" >
1118     <string>OpenFOAM</string>
1119    </property>
1120    <property name="toolTip" >
1121     <string>export to OpenFOAM</string>
1122    </property>
1123   </action>
1124   <action name="actionTransform" >
1125    <property name="text" >
1126     <string>Transform...</string>
1127    </property>
1128   </action>
1129   <action name="actionViewOrthogonal" >
1130    <property name="checkable" >
1131     <bool>true</bool>
1132    </property>
1133    <property name="text" >
1134     <string>Orthogonal view</string>
1135    </property>
1136   </action>
1137   <action name="actionDeletePickedPoint" >
1138    <property name="text" >
1139     <string>delete picked point</string>
1140    </property>
1141   </action>
1142   <action name="actionViewNodeIDs" >
1143    <property name="checkable" >
1144     <bool>true</bool>
1145    </property>
1146    <property name="text" >
1147     <string>View node IDs</string>
1148    </property>
1149   </action>
1150   <action name="actionViewCellIDs" >
1151    <property name="checkable" >
1152     <bool>true</bool>
1153    </property>
1154    <property name="text" >
1155     <string>View cell IDs</string>
1156    </property>
1157   </action>
1158   <action name="actionPick_cell_point" >
1159    <property name="text" >
1160     <string>Pick point/cell</string>
1161    </property>
1162   </action>
1163   <action name="actionPick_cell_2" >
1164    <property name="text" >
1165     <string>Pick cell</string>
1166    </property>
1167   </action>
1168   <action name="actionUseVTKInteractor" >
1169    <property name="text" >
1170     <string>UseVTKInteractor</string>
1171    </property>
1172   </action>
1173   <action name="actionScaleToData" >
1174    <property name="text" >
1175     <string>ScaleToData</string>
1176    </property>
1177   </action>
1178   <action name="actionShow_display_options" >
1179    <property name="checkable" >
1180     <bool>true</bool>
1181    </property>
1182    <property name="text" >
1183     <string>Show display options</string>
1184    </property>
1185   </action>
1186   <action name="actionShow_output" >
1187    <property name="checkable" >
1188     <bool>true</bool>
1189    </property>
1190    <property name="text" >
1191     <string>Show output</string>
1192    </property>
1193   </action>
1194   <action name="actionExportCGNS" >
1195    <property name="icon" >
1196     <iconset resource="engrid.qrc" >
1197      <normaloff>:/icons/resources/icons/cgns_color.gif</normaloff>:/icons/resources/icons/cgns_color.gif</iconset>
1198    </property>
1199    <property name="text" >
1200     <string>CGNS</string>
1201    </property>
1202   </action>
1203   <action name="actionViewCellCodes" >
1204    <property name="checkable" >
1205     <bool>true</bool>
1206    </property>
1207    <property name="text" >
1208     <string>View boundary codes</string>
1209    </property>
1210   </action>
1211   <action name="actionUndo" >
1212    <property name="text" >
1213     <string>Undo</string>
1214    </property>
1215   </action>
1216   <action name="actionRedo" >
1217    <property name="text" >
1218     <string>Redo</string>
1219    </property>
1220   </action>
1221   <action name="actionZoomOnPickedObject" >
1222    <property name="text" >
1223     <string>ZoomOnPickedObject</string>
1224    </property>
1225   </action>
1226   <action name="actionDeselectAll" >
1227    <property name="text" >
1228     <string>DeselectAll</string>
1229    </property>
1230   </action>
1231  </widget>
1232  <layoutdefault spacing="6" margin="9" />
1233  <customwidgets>
1234   <customwidget>
1235    <class>QVTKWidget</class>
1236    <extends>QWidget</extends>
1237    <header>QVTKWidget.h</header>
1238   </customwidget>
1239  </customwidgets>
1240  <resources>
1241   <include location="engrid.qrc" />
1242  </resources>
1243  <connections>
1244   <connection>
1245    <sender>pushButtonRedraw</sender>
1246    <signal>clicked()</signal>
1247    <receiver>actionRedraw</receiver>
1248    <slot>trigger()</slot>
1249    <hints>
1250     <hint type="sourcelabel" >
1251      <x>877</x>
1252      <y>595</y>
1253     </hint>
1254     <hint type="destinationlabel" >
1255      <x>-1</x>
1256      <y>-1</y>
1257     </hint>
1258    </hints>
1259   </connection>
1260   <connection>
1261    <sender>checkBox_UseVTKInteractor</sender>
1262    <signal>stateChanged(int)</signal>
1263    <receiver>actionUseVTKInteractor</receiver>
1264    <slot>trigger()</slot>
1265    <hints>
1266     <hint type="sourcelabel" >
1267      <x>753</x>
1268      <y>619</y>
1269     </hint>
1270     <hint type="destinationlabel" >
1271      <x>-1</x>
1272      <y>-1</y>
1273     </hint>
1274    </hints>
1275   </connection>
1276   <connection>
1277    <sender>pushButton_ScaleToData</sender>
1278    <signal>clicked()</signal>
1279    <receiver>actionScaleToData</receiver>
1280    <slot>trigger()</slot>
1281    <hints>
1282     <hint type="sourcelabel" >
1283      <x>635</x>
1284      <y>718</y>
1285     </hint>
1286     <hint type="destinationlabel" >
1287      <x>-1</x>
1288      <y>-1</y>
1289     </hint>
1290    </hints>
1291   </connection>
1292   <connection>
1293    <sender>actionShow_display_options</sender>
1294    <signal>triggered(bool)</signal>
1295    <receiver>dockWidget</receiver>
1296    <slot>setVisible(bool)</slot>
1297    <hints>
1298     <hint type="sourcelabel" >
1299      <x>-1</x>
1300      <y>-1</y>
1301     </hint>
1302     <hint type="destinationlabel" >
1303      <x>404</x>
1304      <y>198</y>
1305     </hint>
1306    </hints>
1307   </connection>
1308   <connection>
1309    <sender>dockWidget</sender>
1310    <signal>visibilityChanged(bool)</signal>
1311    <receiver>actionShow_display_options</receiver>
1312    <slot>setChecked(bool)</slot>
1313    <hints>
1314     <hint type="sourcelabel" >
1315      <x>404</x>
1316      <y>198</y>
1317     </hint>
1318     <hint type="destinationlabel" >
1319      <x>-1</x>
1320      <y>-1</y>
1321     </hint>
1322    </hints>
1323   </connection>
1324   <connection>
1325    <sender>actionShow_output</sender>
1326    <signal>triggered(bool)</signal>
1327    <receiver>dockWidget_output</receiver>
1328    <slot>setVisible(bool)</slot>
1329    <hints>
1330     <hint type="sourcelabel" >
1331      <x>-1</x>
1332      <y>-1</y>
1333     </hint>
1334     <hint type="destinationlabel" >
1335      <x>136</x>
1336      <y>527</y>
1337     </hint>
1338    </hints>
1339   </connection>
1340   <connection>
1341    <sender>dockWidget_output</sender>
1342    <signal>visibilityChanged(bool)</signal>
1343    <receiver>actionShow_output</receiver>
1344    <slot>setChecked(bool)</slot>
1345    <hints>
1346     <hint type="sourcelabel" >
1347      <x>136</x>
1348      <y>527</y>
1349     </hint>
1350     <hint type="destinationlabel" >
1351      <x>-1</x>
1352      <y>-1</y>
1353     </hint>
1354    </hints>
1355   </connection>
1356   <connection>
1357    <sender>pushButton_ZoomOnPickedObject</sender>
1358    <signal>clicked()</signal>
1359    <receiver>actionZoomOnPickedObject</receiver>
1360    <slot>trigger()</slot>
1361    <hints>
1362     <hint type="sourcelabel" >
1363      <x>1178</x>
1364      <y>554</y>
1365     </hint>
1366     <hint type="destinationlabel" >
1367      <x>-1</x>
1368      <y>-1</y>
1369     </hint>
1370    </hints>
1371   </connection>
1372   <connection>
1373    <sender>pushButton_DeselectAll</sender>
1374    <signal>clicked()</signal>
1375    <receiver>actionDeselectAll</receiver>
1376    <slot>trigger()</slot>
1377    <hints>
1378     <hint type="sourcelabel" >
1379      <x>1178</x>
1380      <y>554</y>
1381     </hint>
1382     <hint type="destinationlabel" >
1383      <x>-1</x>
1384      <y>-1</y>
1385     </hint>
1386    </hints>
1387   </connection>
1388  </connections>
1389 </ui>