updated to modern VTK
[engrid-github.git] / src / libengrid / guicreatevolumemesh.ui
blobcf474ce2aadf581f0b9cd66352f9c6381295770c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiCreateVolumeMesh</class>
4 <widget class="QDialog" name="GuiCreateVolumeMesh">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>207</width>
10 <height>255</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Create Mesh</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string>volumes</string>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <widget class="QListWidget" name="m_ListWidgetVolumes"/>
26 </item>
27 <item>
28 <widget class="QCheckBox" name="m_CheckBoxBoundaryLayer">
29 <property name="text">
30 <string>boundary layer mesh</string>
31 </property>
32 <property name="checked">
33 <bool>true</bool>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QCheckBox" name="m_CheckBoxDebug">
39 <property name="text">
40 <string>stop before TetGen call (debug)</string>
41 </property>
42 </widget>
43 </item>
44 <item>
45 <spacer name="verticalSpacer">
46 <property name="orientation">
47 <enum>Qt::Vertical</enum>
48 </property>
49 <property name="sizeHint" stdset="0">
50 <size>
51 <width>20</width>
52 <height>22</height>
53 </size>
54 </property>
55 </spacer>
56 </item>
57 <item>
58 <layout class="QHBoxLayout" name="horizontalLayout">
59 <item>
60 <spacer name="horizontalSpacer">
61 <property name="orientation">
62 <enum>Qt::Horizontal</enum>
63 </property>
64 <property name="sizeHint" stdset="0">
65 <size>
66 <width>40</width>
67 <height>20</height>
68 </size>
69 </property>
70 </spacer>
71 </item>
72 <item>
73 <widget class="QDialogButtonBox" name="buttonBox">
74 <property name="orientation">
75 <enum>Qt::Horizontal</enum>
76 </property>
77 <property name="standardButtons">
78 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
79 </property>
80 </widget>
81 </item>
82 </layout>
83 </item>
84 </layout>
85 </widget>
86 <tabstops>
87 <tabstop>m_ListWidgetVolumes</tabstop>
88 <tabstop>m_CheckBoxBoundaryLayer</tabstop>
89 <tabstop>m_CheckBoxDebug</tabstop>
90 <tabstop>buttonBox</tabstop>
91 </tabstops>
92 <resources/>
93 <connections>
94 <connection>
95 <sender>buttonBox</sender>
96 <signal>accepted()</signal>
97 <receiver>GuiCreateVolumeMesh</receiver>
98 <slot>accept()</slot>
99 <hints>
100 <hint type="sourcelabel">
101 <x>248</x>
102 <y>254</y>
103 </hint>
104 <hint type="destinationlabel">
105 <x>157</x>
106 <y>274</y>
107 </hint>
108 </hints>
109 </connection>
110 <connection>
111 <sender>buttonBox</sender>
112 <signal>rejected()</signal>
113 <receiver>GuiCreateVolumeMesh</receiver>
114 <slot>reject()</slot>
115 <hints>
116 <hint type="sourcelabel">
117 <x>316</x>
118 <y>260</y>
119 </hint>
120 <hint type="destinationlabel">
121 <x>286</x>
122 <y>274</y>
123 </hint>
124 </hints>
125 </connection>
126 </connections>
127 </ui>