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