Salome HOME
Merge from V6_main_20120808 08Aug12
[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>255</width>
10     <height>437</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
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="Fixed">
36        <horstretch>0</horstretch>
37        <verstretch>0</verstretch>
38       </sizepolicy>
39      </property>
40      <property name="minimumSize">
41       <size>
42        <width>5</width>
43        <height>0</height>
44       </size>
45      </property>
46      <property name="title">
47       <string>Quad</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="Expanding" 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="Expanding" 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="minimumSize">
85       <size>
86        <width>5</width>
87        <height>0</height>
88       </size>
89      </property>
90      <property name="title">
91       <string>Arguments</string>
92      </property>
93      <layout class="QFormLayout" name="formLayout_3">
94       <item row="0" column="0">
95        <widget class="QLabel" name="label_9">
96         <property name="text">
97          <string> Name </string>
98         </property>
99        </widget>
100       </item>
101       <item row="0" column="1">
102        <widget class="QLineEdit" name="name_le">
103         <property name="sizePolicy">
104          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
105           <horstretch>0</horstretch>
106           <verstretch>0</verstretch>
107          </sizepolicy>
108         </property>
109         <property name="maximumSize">
110          <size>
111           <width>127</width>
112           <height>16777215</height>
113          </size>
114         </property>
115        </widget>
116       </item>
117       <item row="1" column="0" colspan="2">
118        <widget class="QWidget" name="widget" native="true">
119         <layout class="QFormLayout" name="formLayout">
120          <item row="0" column="0">
121           <widget class="QLabel" name="label">
122            <property name="text">
123             <string>Vertex 1</string>
124            </property>
125           </widget>
126          </item>
127          <item row="0" column="1">
128           <widget class="QLineEdit" name="v0_le_rb0">
129            <property name="maximumSize">
130             <size>
131              <width>127</width>
132              <height>16777215</height>
133             </size>
134            </property>
135            <property name="readOnly">
136             <bool>false</bool>
137            </property>
138           </widget>
139          </item>
140          <item row="1" column="0">
141           <widget class="QLabel" name="label_2">
142            <property name="text">
143             <string>Vertex 2</string>
144            </property>
145           </widget>
146          </item>
147          <item row="1" column="1">
148           <widget class="QLineEdit" name="v1_le_rb0">
149            <property name="maximumSize">
150             <size>
151              <width>127</width>
152              <height>16777215</height>
153             </size>
154            </property>
155            <property name="readOnly">
156             <bool>false</bool>
157            </property>
158           </widget>
159          </item>
160          <item row="2" column="0">
161           <widget class="QLabel" name="label_3">
162            <property name="text">
163             <string>Vertex 3</string>
164            </property>
165           </widget>
166          </item>
167          <item row="2" column="1">
168           <widget class="QLineEdit" name="v2_le_rb0">
169            <property name="maximumSize">
170             <size>
171              <width>127</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="3" column="0">
181           <widget class="QLabel" name="label_4">
182            <property name="text">
183             <string>Vertex 4</string>
184            </property>
185           </widget>
186          </item>
187          <item row="3" column="1">
188           <widget class="QLineEdit" name="v3_le_rb0">
189            <property name="minimumSize">
190             <size>
191              <width>127</width>
192              <height>0</height>
193             </size>
194            </property>
195            <property name="maximumSize">
196             <size>
197              <width>127</width>
198              <height>16777215</height>
199             </size>
200            </property>
201            <property name="readOnly">
202             <bool>false</bool>
203            </property>
204           </widget>
205          </item>
206         </layout>
207        </widget>
208       </item>
209       <item row="2" column="0" colspan="2">
210        <widget class="QWidget" name="widget_2" native="true">
211         <layout class="QFormLayout" name="formLayout_2">
212          <item row="0" column="0">
213           <widget class="QLabel" name="label_5">
214            <property name="text">
215             <string>edge 1</string>
216            </property>
217           </widget>
218          </item>
219          <item row="0" column="1">
220           <widget class="QLineEdit" name="e0_le_rb1">
221            <property name="maximumSize">
222             <size>
223              <width>127</width>
224              <height>16777215</height>
225             </size>
226            </property>
227            <property name="readOnly">
228             <bool>false</bool>
229            </property>
230           </widget>
231          </item>
232          <item row="1" column="0">
233           <widget class="QLabel" name="label_6">
234            <property name="text">
235             <string>edge 2</string>
236            </property>
237           </widget>
238          </item>
239          <item row="1" column="1">
240           <widget class="QLineEdit" name="e1_le_rb1">
241            <property name="maximumSize">
242             <size>
243              <width>127</width>
244              <height>16777215</height>
245             </size>
246            </property>
247            <property name="readOnly">
248             <bool>false</bool>
249            </property>
250           </widget>
251          </item>
252          <item row="2" column="0">
253           <widget class="QLabel" name="label_7">
254            <property name="text">
255             <string>edge 3</string>
256            </property>
257           </widget>
258          </item>
259          <item row="2" column="1">
260           <widget class="QLineEdit" name="e2_le_rb1">
261            <property name="maximumSize">
262             <size>
263              <width>127</width>
264              <height>16777215</height>
265             </size>
266            </property>
267            <property name="readOnly">
268             <bool>false</bool>
269            </property>
270           </widget>
271          </item>
272          <item row="3" column="0">
273           <widget class="QLabel" name="label_8">
274            <property name="text">
275             <string>edge 4</string>
276            </property>
277           </widget>
278          </item>
279          <item row="3" column="1">
280           <widget class="QLineEdit" name="e3_le_rb1">
281            <property name="minimumSize">
282             <size>
283              <width>127</width>
284              <height>0</height>
285             </size>
286            </property>
287            <property name="maximumSize">
288             <size>
289              <width>127</width>
290              <height>16777215</height>
291             </size>
292            </property>
293            <property name="readOnly">
294             <bool>false</bool>
295            </property>
296           </widget>
297          </item>
298         </layout>
299        </widget>
300       </item>
301      </layout>
302     </widget>
303    </item>
304   </layout>
305  </widget>
306  <resources/>
307  <connections>
308   <connection>
309    <sender>rb0</sender>
310    <signal>clicked()</signal>
311    <receiver>widget</receiver>
312    <slot>show()</slot>
313    <hints>
314     <hint type="sourcelabel">
315      <x>86</x>
316      <y>46</y>
317     </hint>
318     <hint type="destinationlabel">
319      <x>85</x>
320      <y>106</y>
321     </hint>
322    </hints>
323   </connection>
324   <connection>
325    <sender>rb0</sender>
326    <signal>clicked()</signal>
327    <receiver>widget_2</receiver>
328    <slot>hide()</slot>
329    <hints>
330     <hint type="sourcelabel">
331      <x>174</x>
332      <y>50</y>
333     </hint>
334     <hint type="destinationlabel">
335      <x>192</x>
336      <y>263</y>
337     </hint>
338    </hints>
339   </connection>
340   <connection>
341    <sender>rb1</sender>
342    <signal>clicked()</signal>
343    <receiver>widget_2</receiver>
344    <slot>show()</slot>
345    <hints>
346     <hint type="sourcelabel">
347      <x>297</x>
348      <y>46</y>
349     </hint>
350     <hint type="destinationlabel">
351      <x>310</x>
352      <y>264</y>
353     </hint>
354    </hints>
355   </connection>
356   <connection>
357    <sender>rb1</sender>
358    <signal>clicked()</signal>
359    <receiver>widget</receiver>
360    <slot>hide()</slot>
361    <hints>
362     <hint type="sourcelabel">
363      <x>353</x>
364      <y>49</y>
365     </hint>
366     <hint type="destinationlabel">
367      <x>351</x>
368      <y>110</y>
369     </hint>
370    </hints>
371   </connection>
372  </connections>
373 </ui>