Salome HOME
Update translation files from Crowdin
[modules/hexablock.git] / src / HEXABLOCKGUI / Quad_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>QuadDialog</class>
4  <widget class="QDialog" name="QuadDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>232</width>
10     <height>495</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="minimumSize">
20    <size>
21     <width>5</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Quad Construction</string>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout_2">
29    <property name="sizeConstraint">
30     <enum>QLayout::SetMinimumSize</enum>
31    </property>
32    <item>
33     <widget class="QGroupBox" name="groupBox">
34      <property name="sizePolicy">
35       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
36        <horstretch>0</horstretch>
37        <verstretch>0</verstretch>
38       </sizepolicy>
39      </property>
40      <property name="minimumSize">
41       <size>
42        <width>1</width>
43        <height>0</height>
44       </size>
45      </property>
46      <property name="title">
47       <string>By</string>
48      </property>
49      <layout class="QHBoxLayout" name="horizontalLayout_5">
50       <item>
51        <widget class="QRadioButton" name="rb0">
52         <property name="sizePolicy">
53          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
54           <horstretch>0</horstretch>
55           <verstretch>0</verstretch>
56          </sizepolicy>
57         </property>
58         <property name="text">
59          <string>vertices</string>
60         </property>
61         <property name="checked">
62          <bool>true</bool>
63         </property>
64        </widget>
65       </item>
66       <item>
67        <widget class="QRadioButton" name="rb1">
68         <property name="sizePolicy">
69          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
70           <horstretch>0</horstretch>
71           <verstretch>0</verstretch>
72          </sizepolicy>
73         </property>
74         <property name="text">
75          <string>edges</string>
76         </property>
77        </widget>
78       </item>
79      </layout>
80     </widget>
81    </item>
82    <item>
83     <widget class="QGroupBox" name="groupBox_2">
84      <property name="sizePolicy">
85       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
86        <horstretch>0</horstretch>
87        <verstretch>0</verstretch>
88       </sizepolicy>
89      </property>
90      <property name="minimumSize">
91       <size>
92        <width>1</width>
93        <height>0</height>
94       </size>
95      </property>
96      <property name="title">
97       <string/>
98      </property>
99      <layout class="QVBoxLayout" name="verticalLayout">
100       <item>
101        <widget class="QWidget" name="widget_3" native="true">
102         <property name="sizePolicy">
103          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
104           <horstretch>0</horstretch>
105           <verstretch>0</verstretch>
106          </sizepolicy>
107         </property>
108         <layout class="QFormLayout" name="formLayout_3">
109          <item row="0" column="0">
110           <widget class="QLabel" name="label_9">
111            <property name="text">
112             <string> Name </string>
113            </property>
114           </widget>
115          </item>
116          <item row="0" column="1">
117           <widget class="QLineEdit" name="name_le">
118            <property name="sizePolicy">
119             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
120              <horstretch>0</horstretch>
121              <verstretch>0</verstretch>
122             </sizepolicy>
123            </property>
124            <property name="maximumSize">
125             <size>
126              <width>16777215</width>
127              <height>16777215</height>
128             </size>
129            </property>
130           </widget>
131          </item>
132         </layout>
133        </widget>
134       </item>
135       <item>
136        <widget class="QWidget" name="widget" native="true">
137         <property name="sizePolicy">
138          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
139           <horstretch>0</horstretch>
140           <verstretch>0</verstretch>
141          </sizepolicy>
142         </property>
143         <layout class="QFormLayout" name="formLayout">
144          <property name="fieldGrowthPolicy">
145           <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
146          </property>
147          <item row="0" column="0">
148           <widget class="QLabel" name="label">
149            <property name="text">
150             <string>Vertex 1</string>
151            </property>
152           </widget>
153          </item>
154          <item row="1" column="0">
155           <widget class="QLabel" name="label_2">
156            <property name="text">
157             <string>Vertex 2</string>
158            </property>
159           </widget>
160          </item>
161          <item row="1" column="1">
162           <widget class="QLineEdit" name="v1_le_rb0">
163            <property name="sizePolicy">
164             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
165              <horstretch>0</horstretch>
166              <verstretch>0</verstretch>
167             </sizepolicy>
168            </property>
169            <property name="maximumSize">
170             <size>
171              <width>16777215</width>
172              <height>16777215</height>
173             </size>
174            </property>
175            <property name="readOnly">
176             <bool>false</bool>
177            </property>
178           </widget>
179          </item>
180          <item row="2" column="0">
181           <widget class="QLabel" name="label_3">
182            <property name="text">
183             <string>Vertex 3</string>
184            </property>
185           </widget>
186          </item>
187          <item row="2" column="1">
188           <widget class="QLineEdit" name="v2_le_rb0">
189            <property name="sizePolicy">
190             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
191              <horstretch>0</horstretch>
192              <verstretch>0</verstretch>
193             </sizepolicy>
194            </property>
195            <property name="maximumSize">
196             <size>
197              <width>16777215</width>
198              <height>16777215</height>
199             </size>
200            </property>
201            <property name="readOnly">
202             <bool>false</bool>
203            </property>
204           </widget>
205          </item>
206          <item row="3" column="0">
207           <widget class="QLabel" name="label_4">
208            <property name="text">
209             <string>Vertex 4</string>
210            </property>
211           </widget>
212          </item>
213          <item row="3" column="1">
214           <widget class="QLineEdit" name="v3_le_rb0">
215            <property name="sizePolicy">
216             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
217              <horstretch>0</horstretch>
218              <verstretch>0</verstretch>
219             </sizepolicy>
220            </property>
221            <property name="minimumSize">
222             <size>
223              <width>0</width>
224              <height>0</height>
225             </size>
226            </property>
227            <property name="maximumSize">
228             <size>
229              <width>16777215</width>
230              <height>16777215</height>
231             </size>
232            </property>
233            <property name="readOnly">
234             <bool>false</bool>
235            </property>
236           </widget>
237          </item>
238          <item row="0" column="1">
239           <widget class="QLineEdit" name="v0_le_rb0">
240            <property name="sizePolicy">
241             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
242              <horstretch>0</horstretch>
243              <verstretch>0</verstretch>
244             </sizepolicy>
245            </property>
246            <property name="maximumSize">
247             <size>
248              <width>16777215</width>
249              <height>16777215</height>
250             </size>
251            </property>
252            <property name="readOnly">
253             <bool>false</bool>
254            </property>
255           </widget>
256          </item>
257         </layout>
258        </widget>
259       </item>
260       <item>
261        <widget class="QWidget" name="widget_2" native="true">
262         <property name="sizePolicy">
263          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
264           <horstretch>0</horstretch>
265           <verstretch>0</verstretch>
266          </sizepolicy>
267         </property>
268         <layout class="QFormLayout" name="formLayout_2">
269          <item row="0" column="0">
270           <widget class="QLabel" name="label_5">
271            <property name="text">
272             <string>edge 1</string>
273            </property>
274           </widget>
275          </item>
276          <item row="0" column="1">
277           <widget class="QLineEdit" name="e0_le_rb1">
278            <property name="sizePolicy">
279             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
280              <horstretch>0</horstretch>
281              <verstretch>0</verstretch>
282             </sizepolicy>
283            </property>
284            <property name="maximumSize">
285             <size>
286              <width>16777215</width>
287              <height>16777215</height>
288             </size>
289            </property>
290            <property name="readOnly">
291             <bool>false</bool>
292            </property>
293           </widget>
294          </item>
295          <item row="1" column="0">
296           <widget class="QLabel" name="label_6">
297            <property name="text">
298             <string>edge 2</string>
299            </property>
300           </widget>
301          </item>
302          <item row="1" column="1">
303           <widget class="QLineEdit" name="e1_le_rb1">
304            <property name="sizePolicy">
305             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
306              <horstretch>0</horstretch>
307              <verstretch>0</verstretch>
308             </sizepolicy>
309            </property>
310            <property name="maximumSize">
311             <size>
312              <width>16777215</width>
313              <height>16777215</height>
314             </size>
315            </property>
316            <property name="readOnly">
317             <bool>false</bool>
318            </property>
319           </widget>
320          </item>
321          <item row="2" column="0">
322           <widget class="QLabel" name="label_7">
323            <property name="text">
324             <string>edge 3</string>
325            </property>
326           </widget>
327          </item>
328          <item row="2" column="1">
329           <widget class="QLineEdit" name="e2_le_rb1">
330            <property name="sizePolicy">
331             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
332              <horstretch>0</horstretch>
333              <verstretch>0</verstretch>
334             </sizepolicy>
335            </property>
336            <property name="maximumSize">
337             <size>
338              <width>16777215</width>
339              <height>16777215</height>
340             </size>
341            </property>
342            <property name="readOnly">
343             <bool>false</bool>
344            </property>
345           </widget>
346          </item>
347          <item row="3" column="0">
348           <widget class="QLabel" name="label_8">
349            <property name="text">
350             <string>edge 4</string>
351            </property>
352           </widget>
353          </item>
354          <item row="3" column="1">
355           <widget class="QLineEdit" name="e3_le_rb1">
356            <property name="sizePolicy">
357             <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
358              <horstretch>0</horstretch>
359              <verstretch>0</verstretch>
360             </sizepolicy>
361            </property>
362            <property name="minimumSize">
363             <size>
364              <width>0</width>
365              <height>0</height>
366             </size>
367            </property>
368            <property name="maximumSize">
369             <size>
370              <width>16777215</width>
371              <height>16777215</height>
372             </size>
373            </property>
374            <property name="readOnly">
375             <bool>false</bool>
376            </property>
377           </widget>
378          </item>
379         </layout>
380        </widget>
381       </item>
382       <item>
383        <spacer name="verticalSpacer">
384         <property name="orientation">
385          <enum>Qt::Vertical</enum>
386         </property>
387         <property name="sizeHint" stdset="0">
388          <size>
389           <width>20</width>
390           <height>16777215</height>
391          </size>
392         </property>
393        </spacer>
394       </item>
395      </layout>
396     </widget>
397    </item>
398   </layout>
399  </widget>
400  <tabstops>
401   <tabstop>rb0</tabstop>
402   <tabstop>rb1</tabstop>
403   <tabstop>name_le</tabstop>
404   <tabstop>v0_le_rb0</tabstop>
405   <tabstop>v1_le_rb0</tabstop>
406   <tabstop>v2_le_rb0</tabstop>
407   <tabstop>v3_le_rb0</tabstop>
408   <tabstop>e0_le_rb1</tabstop>
409   <tabstop>e1_le_rb1</tabstop>
410   <tabstop>e2_le_rb1</tabstop>
411   <tabstop>e3_le_rb1</tabstop>
412  </tabstops>
413  <resources/>
414  <connections>
415   <connection>
416    <sender>rb0</sender>
417    <signal>clicked()</signal>
418    <receiver>widget</receiver>
419    <slot>show()</slot>
420    <hints>
421     <hint type="sourcelabel">
422      <x>86</x>
423      <y>46</y>
424     </hint>
425     <hint type="destinationlabel">
426      <x>85</x>
427      <y>106</y>
428     </hint>
429    </hints>
430   </connection>
431   <connection>
432    <sender>rb0</sender>
433    <signal>clicked()</signal>
434    <receiver>widget_2</receiver>
435    <slot>hide()</slot>
436    <hints>
437     <hint type="sourcelabel">
438      <x>174</x>
439      <y>50</y>
440     </hint>
441     <hint type="destinationlabel">
442      <x>192</x>
443      <y>263</y>
444     </hint>
445    </hints>
446   </connection>
447   <connection>
448    <sender>rb1</sender>
449    <signal>clicked()</signal>
450    <receiver>widget</receiver>
451    <slot>hide()</slot>
452    <hints>
453     <hint type="sourcelabel">
454      <x>353</x>
455      <y>49</y>
456     </hint>
457     <hint type="destinationlabel">
458      <x>351</x>
459      <y>110</y>
460     </hint>
461    </hints>
462   </connection>
463   <connection>
464    <sender>rb1</sender>
465    <signal>clicked()</signal>
466    <receiver>widget_2</receiver>
467    <slot>show()</slot>
468    <hints>
469     <hint type="sourcelabel">
470      <x>297</x>
471      <y>46</y>
472     </hint>
473     <hint type="destinationlabel">
474      <x>310</x>
475      <y>264</y>
476     </hint>
477    </hints>
478   </connection>
479  </connections>
480 </ui>