updated to modern VTK
[engrid-github.git] / src / libengrid / guibooleangeometryoperation.ui
blobcca7ef129698bc70efc0824c598653a9aa74af53
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiBooleanGeometryOperation</class>
4 <widget class="QDialog" name="GuiBooleanGeometryOperation">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>538</width>
10 <height>397</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <widget class="QListWidget" name="m_ListWidgetBCs1"/>
21 </item>
22 <item>
23 <widget class="QComboBox" name="m_ComboBox">
24 <item>
25 <property name="text">
26 <string>add</string>
27 </property>
28 </item>
29 <item>
30 <property name="text">
31 <string>subtract</string>
32 </property>
33 </item>
34 <item>
35 <property name="text">
36 <string>intersect</string>
37 </property>
38 </item>
39 </widget>
40 </item>
41 <item>
42 <widget class="QListWidget" name="m_ListWidgetBCs2"/>
43 </item>
44 </layout>
45 </item>
46 <item>
47 <layout class="QFormLayout" name="formLayout">
48 <property name="fieldGrowthPolicy">
49 <enum>QFormLayout::ExpandingFieldsGrow</enum>
50 </property>
51 <item row="0" column="0">
52 <widget class="QLabel" name="label">
53 <property name="text">
54 <string>number of cut layers</string>
55 </property>
56 </widget>
57 </item>
58 <item row="0" column="1">
59 <widget class="QSpinBox" name="m_SpinBoxCutLayers">
60 <property name="minimum">
61 <number>1</number>
62 </property>
63 <property name="value">
64 <number>3</number>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </item>
70 <item>
71 <widget class="QDialogButtonBox" name="buttonBox">
72 <property name="orientation">
73 <enum>Qt::Horizontal</enum>
74 </property>
75 <property name="standardButtons">
76 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
77 </property>
78 </widget>
79 </item>
80 </layout>
81 </widget>
82 <resources/>
83 <connections>
84 <connection>
85 <sender>buttonBox</sender>
86 <signal>accepted()</signal>
87 <receiver>GuiBooleanGeometryOperation</receiver>
88 <slot>accept()</slot>
89 <hints>
90 <hint type="sourcelabel">
91 <x>248</x>
92 <y>254</y>
93 </hint>
94 <hint type="destinationlabel">
95 <x>157</x>
96 <y>274</y>
97 </hint>
98 </hints>
99 </connection>
100 <connection>
101 <sender>buttonBox</sender>
102 <signal>rejected()</signal>
103 <receiver>GuiBooleanGeometryOperation</receiver>
104 <slot>reject()</slot>
105 <hints>
106 <hint type="sourcelabel">
107 <x>316</x>
108 <y>260</y>
109 </hint>
110 <hint type="destinationlabel">
111 <x>286</x>
112 <y>274</y>
113 </hint>
114 </hints>
115 </connection>
116 </connections>
117 </ui>