compiles on openSUSE 15.4 part 2
[engrid-github.git] / src / libengrid / guifillplane.ui
blob44de3d12323af58036a7899540c3b3b3fefb4f68
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GuiFillPlane</class>
4 <widget class="QDialog" name="GuiFillPlane">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>257</width>
10 <height>385</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout_3">
17 <item>
18 <widget class="QFrame" name="frame">
19 <property name="frameShape">
20 <enum>QFrame::StyledPanel</enum>
21 </property>
22 <property name="frameShadow">
23 <enum>QFrame::Raised</enum>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout_4">
26 <item>
27 <widget class="QCheckBox" name="m_CheckBoxCustom">
28 <property name="text">
29 <string>custom plane</string>
30 </property>
31 </widget>
32 </item>
33 <item>
34 <layout class="QHBoxLayout" name="horizontalLayout">
35 <item>
36 <widget class="QLabel" name="label">
37 <property name="text">
38 <string>origin = </string>
39 </property>
40 </widget>
41 </item>
42 <item>
43 <layout class="QVBoxLayout" name="verticalLayout">
44 <item>
45 <widget class="QLineEdit" name="m_LineEditX">
46 <property name="text">
47 <string>0</string>
48 </property>
49 <property name="alignment">
50 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
51 </property>
52 </widget>
53 </item>
54 <item>
55 <widget class="QLineEdit" name="m_LineEditY">
56 <property name="text">
57 <string>0</string>
58 </property>
59 <property name="alignment">
60 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
61 </property>
62 </widget>
63 </item>
64 <item>
65 <widget class="QLineEdit" name="m_LineEditZ">
66 <property name="text">
67 <string>0</string>
68 </property>
69 <property name="alignment">
70 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
71 </property>
72 </widget>
73 </item>
74 </layout>
75 </item>
76 <item>
77 <widget class="QLabel" name="label_2">
78 <property name="text">
79 <string> normal = </string>
80 </property>
81 </widget>
82 </item>
83 <item>
84 <layout class="QVBoxLayout" name="verticalLayout_2">
85 <item>
86 <widget class="QLineEdit" name="m_LineEditNx">
87 <property name="text">
88 <string>0</string>
89 </property>
90 <property name="alignment">
91 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
92 </property>
93 </widget>
94 </item>
95 <item>
96 <widget class="QLineEdit" name="m_LineEditNy">
97 <property name="text">
98 <string>0</string>
99 </property>
100 <property name="alignment">
101 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
102 </property>
103 </widget>
104 </item>
105 <item>
106 <widget class="QLineEdit" name="m_LineEditNz">
107 <property name="text">
108 <string>1</string>
109 </property>
110 <property name="alignment">
111 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
112 </property>
113 </widget>
114 </item>
115 </layout>
116 </item>
117 </layout>
118 </item>
119 </layout>
120 </widget>
121 </item>
122 <item>
123 <widget class="QFrame" name="frame_2">
124 <property name="frameShape">
125 <enum>QFrame::StyledPanel</enum>
126 </property>
127 <property name="frameShadow">
128 <enum>QFrame::Raised</enum>
129 </property>
130 <layout class="QGridLayout" name="gridLayout">
131 <item row="1" column="0">
132 <widget class="QCheckBox" name="m_CheckBoxYZ">
133 <property name="text">
134 <string>YZ plane</string>
135 </property>
136 </widget>
137 </item>
138 <item row="0" column="0">
139 <widget class="QCheckBox" name="m_CheckBoxXY">
140 <property name="text">
141 <string>XY plane</string>
142 </property>
143 </widget>
144 </item>
145 <item row="2" column="0">
146 <widget class="QCheckBox" name="m_CheckBoxZX">
147 <property name="text">
148 <string>ZX plane</string>
149 </property>
150 </widget>
151 </item>
152 <item row="0" column="1">
153 <widget class="QCheckBox" name="m_CheckBoxXYInv">
154 <property name="text">
155 <string>inverse orientation</string>
156 </property>
157 </widget>
158 </item>
159 <item row="1" column="1">
160 <widget class="QCheckBox" name="m_CheckBoxYZInv">
161 <property name="text">
162 <string>inverse orientation</string>
163 </property>
164 </widget>
165 </item>
166 <item row="2" column="1">
167 <widget class="QCheckBox" name="m_CheckBoxZXInv">
168 <property name="text">
169 <string>inverse orientation</string>
170 </property>
171 </widget>
172 </item>
173 </layout>
174 </widget>
175 </item>
176 <item>
177 <layout class="QFormLayout" name="formLayout">
178 <item row="1" column="0">
179 <widget class="QLabel" name="label_4">
180 <property name="text">
181 <string>angular tolerance</string>
182 </property>
183 </widget>
184 </item>
185 <item row="0" column="0">
186 <widget class="QLabel" name="label_3">
187 <property name="text">
188 <string>distance tolerance</string>
189 </property>
190 </widget>
191 </item>
192 <item row="0" column="1">
193 <widget class="QLineEdit" name="m_LineEditDistTol">
194 <property name="text">
195 <string>1e-3</string>
196 </property>
197 <property name="alignment">
198 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
199 </property>
200 </widget>
201 </item>
202 <item row="1" column="1">
203 <widget class="QLineEdit" name="m_LineEditAngTol">
204 <property name="text">
205 <string>20</string>
206 </property>
207 <property name="alignment">
208 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
209 </property>
210 </widget>
211 </item>
212 </layout>
213 </item>
214 <item>
215 <spacer name="verticalSpacer">
216 <property name="orientation">
217 <enum>Qt::Vertical</enum>
218 </property>
219 <property name="sizeHint" stdset="0">
220 <size>
221 <width>20</width>
222 <height>40</height>
223 </size>
224 </property>
225 </spacer>
226 </item>
227 <item>
228 <widget class="QDialogButtonBox" name="buttonBox">
229 <property name="orientation">
230 <enum>Qt::Horizontal</enum>
231 </property>
232 <property name="standardButtons">
233 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
234 </property>
235 </widget>
236 </item>
237 </layout>
238 </widget>
239 <tabstops>
240 <tabstop>m_CheckBoxCustom</tabstop>
241 <tabstop>m_LineEditX</tabstop>
242 <tabstop>m_LineEditY</tabstop>
243 <tabstop>m_LineEditZ</tabstop>
244 <tabstop>m_LineEditNx</tabstop>
245 <tabstop>m_LineEditNy</tabstop>
246 <tabstop>m_LineEditNz</tabstop>
247 <tabstop>m_CheckBoxXY</tabstop>
248 <tabstop>m_CheckBoxXYInv</tabstop>
249 <tabstop>m_CheckBoxYZ</tabstop>
250 <tabstop>m_CheckBoxYZInv</tabstop>
251 <tabstop>m_CheckBoxZX</tabstop>
252 <tabstop>m_CheckBoxZXInv</tabstop>
253 <tabstop>m_LineEditDistTol</tabstop>
254 <tabstop>m_LineEditAngTol</tabstop>
255 <tabstop>buttonBox</tabstop>
256 </tabstops>
257 <resources/>
258 <connections>
259 <connection>
260 <sender>buttonBox</sender>
261 <signal>accepted()</signal>
262 <receiver>GuiFillPlane</receiver>
263 <slot>accept()</slot>
264 <hints>
265 <hint type="sourcelabel">
266 <x>248</x>
267 <y>254</y>
268 </hint>
269 <hint type="destinationlabel">
270 <x>157</x>
271 <y>274</y>
272 </hint>
273 </hints>
274 </connection>
275 <connection>
276 <sender>buttonBox</sender>
277 <signal>rejected()</signal>
278 <receiver>GuiFillPlane</receiver>
279 <slot>reject()</slot>
280 <hints>
281 <hint type="sourcelabel">
282 <x>316</x>
283 <y>260</y>
284 </hint>
285 <hint type="destinationlabel">
286 <x>286</x>
287 <y>274</y>
288 </hint>
289 </hints>
290 </connection>
291 </connections>
292 </ui>