Salome HOME
Porting to Paraview 3.98.1
[modules/hexablock.git] / src / HEXABLOCKGUI / Edge_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>EdgeDialog</class>
4  <widget class="QDialog" name="EdgeDialog">
5   <property name="enabled">
6    <bool>true</bool>
7   </property>
8   <property name="geometry">
9    <rect>
10     <x>0</x>
11     <y>0</y>
12     <width>241</width>
13     <height>322</height>
14    </rect>
15   </property>
16   <property name="sizePolicy">
17    <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
18     <horstretch>0</horstretch>
19     <verstretch>0</verstretch>
20    </sizepolicy>
21   </property>
22   <property name="windowTitle">
23    <string>Edge Construction</string>
24   </property>
25   <layout class="QVBoxLayout" name="verticalLayout_4">
26    <property name="sizeConstraint">
27     <enum>QLayout::SetDefaultConstraint</enum>
28    </property>
29    <item>
30     <widget class="QGroupBox" name="groupBox">
31      <property name="sizePolicy">
32       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
33        <horstretch>0</horstretch>
34        <verstretch>0</verstretch>
35       </sizepolicy>
36      </property>
37      <property name="maximumSize">
38       <size>
39        <width>16777215</width>
40        <height>50</height>
41       </size>
42      </property>
43      <property name="title">
44       <string>Edge</string>
45      </property>
46      <layout class="QHBoxLayout" name="horizontalLayout_5">
47       <property name="sizeConstraint">
48        <enum>QLayout::SetDefaultConstraint</enum>
49       </property>
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>( vertex + vertex )</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="Minimum" vsizetype="Fixed">
70           <horstretch>0</horstretch>
71           <verstretch>0</verstretch>
72          </sizepolicy>
73         </property>
74         <property name="text">
75          <string>( pt + vector )</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="Fixed">
86        <horstretch>0</horstretch>
87        <verstretch>0</verstretch>
88       </sizepolicy>
89      </property>
90      <property name="title">
91       <string>Arguments</string>
92      </property>
93      <layout class="QVBoxLayout" name="verticalLayout">
94       <item>
95        <widget class="QWidget" name="widget_3" native="true">
96         <layout class="QFormLayout" name="formLayout_4">
97          <item row="0" column="0">
98           <widget class="QLabel" name="label_6">
99            <property name="text">
100             <string> Name </string>
101            </property>
102           </widget>
103          </item>
104          <item row="0" column="1">
105           <widget class="QLineEdit" name="name_le">
106            <property name="sizePolicy">
107             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
108              <horstretch>0</horstretch>
109              <verstretch>0</verstretch>
110             </sizepolicy>
111            </property>
112            <property name="maximumSize">
113             <size>
114              <width>16777215</width>
115              <height>16777215</height>
116             </size>
117            </property>
118            <property name="text">
119             <string/>
120            </property>
121           </widget>
122          </item>
123         </layout>
124        </widget>
125       </item>
126       <item>
127        <widget class="QWidget" name="widget" native="true">
128         <layout class="QFormLayout" name="formLayout">
129          <item row="0" column="0">
130           <widget class="QLabel" name="label_5">
131            <property name="text">
132             <string>Point</string>
133            </property>
134           </widget>
135          </item>
136          <item row="0" column="1">
137           <widget class="QLineEdit" name="vex_le_rb1">
138            <property name="sizePolicy">
139             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
140              <horstretch>0</horstretch>
141              <verstretch>0</verstretch>
142             </sizepolicy>
143            </property>
144            <property name="maximumSize">
145             <size>
146              <width>16777215</width>
147              <height>16777215</height>
148             </size>
149            </property>
150            <property name="readOnly">
151             <bool>false</bool>
152            </property>
153           </widget>
154          </item>
155          <item row="1" column="0">
156           <widget class="QLabel" name="label_4">
157            <property name="text">
158             <string>Vector</string>
159            </property>
160           </widget>
161          </item>
162          <item row="1" column="1">
163           <widget class="QLineEdit" name="vec_le_rb1">
164            <property name="sizePolicy">
165             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
166              <horstretch>0</horstretch>
167              <verstretch>0</verstretch>
168             </sizepolicy>
169            </property>
170            <property name="maximumSize">
171             <size>
172              <width>16777215</width>
173              <height>16777215</height>
174             </size>
175            </property>
176            <property name="readOnly">
177             <bool>false</bool>
178            </property>
179           </widget>
180          </item>
181         </layout>
182        </widget>
183       </item>
184       <item>
185        <widget class="QWidget" name="widget_2" native="true">
186         <layout class="QFormLayout" name="formLayout_2">
187          <item row="0" column="0">
188           <widget class="QLabel" name="label">
189            <property name="text">
190             <string>Point 1</string>
191            </property>
192           </widget>
193          </item>
194          <item row="0" column="1">
195           <widget class="QLineEdit" name="v0_le_rb0">
196            <property name="sizePolicy">
197             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
198              <horstretch>0</horstretch>
199              <verstretch>0</verstretch>
200             </sizepolicy>
201            </property>
202            <property name="maximumSize">
203             <size>
204              <width>16777215</width>
205              <height>16777215</height>
206             </size>
207            </property>
208            <property name="inputMethodHints">
209             <set>Qt::ImhNone</set>
210            </property>
211            <property name="echoMode">
212             <enum>QLineEdit::Normal</enum>
213            </property>
214            <property name="readOnly">
215             <bool>false</bool>
216            </property>
217           </widget>
218          </item>
219          <item row="1" column="0">
220           <widget class="QLabel" name="label_2">
221            <property name="text">
222             <string>Point 2</string>
223            </property>
224           </widget>
225          </item>
226          <item row="1" column="1">
227           <widget class="QLineEdit" name="v1_le_rb0">
228            <property name="sizePolicy">
229             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
230              <horstretch>0</horstretch>
231              <verstretch>0</verstretch>
232             </sizepolicy>
233            </property>
234            <property name="maximumSize">
235             <size>
236              <width>16777215</width>
237              <height>16777215</height>
238             </size>
239            </property>
240            <property name="readOnly">
241             <bool>false</bool>
242            </property>
243           </widget>
244          </item>
245         </layout>
246        </widget>
247       </item>
248      </layout>
249     </widget>
250    </item>
251   </layout>
252  </widget>
253  <tabstops>
254   <tabstop>rb0</tabstop>
255   <tabstop>rb1</tabstop>
256   <tabstop>name_le</tabstop>
257   <tabstop>vex_le_rb1</tabstop>
258   <tabstop>vec_le_rb1</tabstop>
259   <tabstop>v0_le_rb0</tabstop>
260   <tabstop>v1_le_rb0</tabstop>
261  </tabstops>
262  <resources/>
263  <connections>
264   <connection>
265    <sender>rb0</sender>
266    <signal>clicked()</signal>
267    <receiver>widget_2</receiver>
268    <slot>show()</slot>
269    <hints>
270     <hint type="sourcelabel">
271      <x>77</x>
272      <y>47</y>
273     </hint>
274     <hint type="destinationlabel">
275      <x>73</x>
276      <y>218</y>
277     </hint>
278    </hints>
279   </connection>
280   <connection>
281    <sender>rb0</sender>
282    <signal>clicked()</signal>
283    <receiver>widget</receiver>
284    <slot>hide()</slot>
285    <hints>
286     <hint type="sourcelabel">
287      <x>116</x>
288      <y>44</y>
289     </hint>
290     <hint type="destinationlabel">
291      <x>150</x>
292      <y>159</y>
293     </hint>
294    </hints>
295   </connection>
296   <connection>
297    <sender>rb1</sender>
298    <signal>clicked()</signal>
299    <receiver>widget</receiver>
300    <slot>show()</slot>
301    <hints>
302     <hint type="sourcelabel">
303      <x>222</x>
304      <y>46</y>
305     </hint>
306     <hint type="destinationlabel">
307      <x>296</x>
308      <y>135</y>
309     </hint>
310    </hints>
311   </connection>
312   <connection>
313    <sender>rb1</sender>
314    <signal>clicked()</signal>
315    <receiver>widget_2</receiver>
316    <slot>hide()</slot>
317    <hints>
318     <hint type="sourcelabel">
319      <x>251</x>
320      <y>47</y>
321     </hint>
322     <hint type="destinationlabel">
323      <x>265</x>
324      <y>206</y>
325     </hint>
326    </hints>
327   </connection>
328  </connections>
329 </ui>