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