Salome HOME
Updated copyright comment
[modules/hexablock.git] / src / HEXABLOCKGUI / QuadRevolution_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>QuadRevolutionDialog</class>
4  <widget class="QDialog" name="QuadRevolutionDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>389</width>
10     <height>712</height>
11    </rect>
12   </property>
13   <property name="minimumSize">
14    <size>
15     <width>5</width>
16     <height>0</height>
17    </size>
18   </property>
19   <property name="windowTitle">
20    <string>Quad(s) Revolution</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QWidget" name="widget" native="true">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <layout class="QHBoxLayout" name="horizontalLayout_2">
32       <item>
33        <widget class="QRadioButton" name="revolutionUni_rb">
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="text">
41          <string>Uniform</string>
42         </property>
43         <property name="checked">
44          <bool>true</bool>
45         </property>
46        </widget>
47       </item>
48       <item>
49        <widget class="QRadioButton" name="revolution_rb">
50         <property name="sizePolicy">
51          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
52           <horstretch>0</horstretch>
53           <verstretch>0</verstretch>
54          </sizepolicy>
55         </property>
56         <property name="text">
57          <string>Custom</string>
58         </property>
59        </widget>
60       </item>
61      </layout>
62     </widget>
63    </item>
64    <item>
65     <widget class="QScrollArea" name="scrollArea">
66      <property name="sizePolicy">
67       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
68        <horstretch>0</horstretch>
69        <verstretch>0</verstretch>
70       </sizepolicy>
71      </property>
72      <property name="widgetResizable">
73       <bool>true</bool>
74      </property>
75      <widget class="QWidget" name="scrollAreaWidgetContents">
76       <property name="geometry">
77        <rect>
78         <x>0</x>
79         <y>0</y>
80         <width>369</width>
81         <height>646</height>
82        </rect>
83       </property>
84       <layout class="QVBoxLayout" name="verticalLayout_4">
85        <item>
86         <widget class="QLabel" name="label">
87          <property name="text">
88           <string>Quad(s):</string>
89          </property>
90         </widget>
91        </item>
92        <item>
93         <widget class="QListWidget" name="quads_lw">
94          <property name="sizePolicy">
95           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
96            <horstretch>0</horstretch>
97            <verstretch>0</verstretch>
98           </sizepolicy>
99          </property>
100         </widget>
101        </item>
102        <item>
103         <widget class="QWidget" name="widget_3" native="true">
104          <layout class="QFormLayout" name="formLayout">
105           <property name="fieldGrowthPolicy">
106            <enum>QFormLayout::AllNonFixedFieldsGrow</enum>
107           </property>
108           <item row="0" column="0">
109            <widget class="QLabel" name="label_5">
110             <property name="text">
111              <string>center</string>
112             </property>
113            </widget>
114           </item>
115           <item row="0" column="1">
116            <widget class="QLineEdit" name="center_le">
117             <property name="sizePolicy">
118              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
119               <horstretch>0</horstretch>
120               <verstretch>0</verstretch>
121              </sizepolicy>
122             </property>
123             <property name="maximumSize">
124              <size>
125               <width>16777215</width>
126               <height>16777215</height>
127              </size>
128             </property>
129             <property name="toolTip">
130              <string>Select a vertex
131 </string>
132             </property>
133             <property name="readOnly">
134              <bool>false</bool>
135             </property>
136            </widget>
137           </item>
138           <item row="1" column="0">
139            <widget class="QLabel" name="label_4">
140             <property name="text">
141              <string>axis</string>
142             </property>
143            </widget>
144           </item>
145           <item row="1" column="1">
146            <widget class="QLineEdit" name="axis_le">
147             <property name="sizePolicy">
148              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
149               <horstretch>0</horstretch>
150               <verstretch>0</verstretch>
151              </sizepolicy>
152             </property>
153             <property name="maximumSize">
154              <size>
155               <width>16777215</width>
156               <height>16777215</height>
157              </size>
158             </property>
159             <property name="toolTip">
160              <string>Select a vector
161 </string>
162             </property>
163             <property name="readOnly">
164              <bool>false</bool>
165             </property>
166            </widget>
167           </item>
168          </layout>
169          <zorder>center_le</zorder>
170          <zorder>label_5</zorder>
171          <zorder>axis_le</zorder>
172          <zorder>label_4</zorder>
173         </widget>
174        </item>
175        <item>
176         <widget class="QWidget" name="widget_5" native="true">
177          <layout class="QFormLayout" name="formLayout_5">
178           <item row="0" column="0">
179            <widget class="QLabel" name="label_2">
180             <property name="text">
181              <string>angle</string>
182             </property>
183            </widget>
184           </item>
185           <item row="0" column="1">
186            <widget class="QDoubleSpinBox" name="angle_spb">
187             <property name="sizePolicy">
188              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
189               <horstretch>0</horstretch>
190               <verstretch>0</verstretch>
191              </sizepolicy>
192             </property>
193             <property name="decimals">
194              <number>6</number>
195             </property>
196             <property name="maximum">
197              <double>360.000000000000000</double>
198             </property>
199             <property name="singleStep">
200              <double>10.000000000000000</double>
201             </property>
202             <property name="value">
203              <double>360.000000000000000</double>
204             </property>
205            </widget>
206           </item>
207           <item row="1" column="0">
208            <widget class="QLabel" name="label_11">
209             <property name="text">
210              <string>Nb layers</string>
211             </property>
212            </widget>
213           </item>
214           <item row="1" column="1">
215            <widget class="QSpinBox" name="nbre_spb">
216             <property name="sizePolicy">
217              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
218               <horstretch>0</horstretch>
219               <verstretch>0</verstretch>
220              </sizepolicy>
221             </property>
222             <property name="maximum">
223              <number>1000000</number>
224             </property>
225             <property name="value">
226              <number>1</number>
227             </property>
228            </widget>
229           </item>
230          </layout>
231         </widget>
232        </item>
233        <item>
234         <widget class="QTabWidget" name="random_param_w">
235          <property name="sizePolicy">
236           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
237            <horstretch>0</horstretch>
238            <verstretch>0</verstretch>
239           </sizepolicy>
240          </property>
241          <property name="maximumSize">
242           <size>
243            <width>16777215</width>
244            <height>16777215</height>
245           </size>
246          </property>
247          <property name="currentIndex">
248           <number>0</number>
249          </property>
250          <widget class="QWidget" name="ext_angle_tab_3">
251           <attribute name="title">
252            <string>angle</string>
253           </attribute>
254           <layout class="QGridLayout" name="gridLayout_9">
255            <item row="0" column="0">
256             <widget class="QPushButton" name="add_angle_pb">
257              <property name="enabled">
258               <bool>true</bool>
259              </property>
260              <property name="sizePolicy">
261               <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
262                <horstretch>0</horstretch>
263                <verstretch>0</verstretch>
264               </sizepolicy>
265              </property>
266              <property name="text">
267               <string>+</string>
268              </property>
269             </widget>
270            </item>
271            <item row="1" column="0">
272             <widget class="QPushButton" name="del_angle_pb">
273              <property name="sizePolicy">
274               <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
275                <horstretch>0</horstretch>
276                <verstretch>0</verstretch>
277               </sizepolicy>
278              </property>
279              <property name="text">
280               <string>-</string>
281              </property>
282             </widget>
283            </item>
284            <item row="2" column="0">
285             <spacer name="verticalSpacer_11">
286              <property name="orientation">
287               <enum>Qt::Vertical</enum>
288              </property>
289              <property name="sizeHint" stdset="0">
290               <size>
291                <width>20</width>
292                <height>139</height>
293               </size>
294              </property>
295             </spacer>
296            </item>
297            <item row="0" column="1" rowspan="3">
298             <widget class="QListWidget" name="angles_lw"/>
299            </item>
300           </layout>
301          </widget>
302         </widget>
303        </item>
304        <item>
305         <spacer name="verticalSpacer">
306          <property name="orientation">
307           <enum>Qt::Vertical</enum>
308          </property>
309          <property name="sizeHint" stdset="0">
310           <size>
311            <width>20</width>
312            <height>40</height>
313           </size>
314          </property>
315         </spacer>
316        </item>
317       </layout>
318      </widget>
319     </widget>
320    </item>
321   </layout>
322  </widget>
323  <resources/>
324  <connections>
325   <connection>
326    <sender>revolutionUni_rb</sender>
327    <signal>clicked()</signal>
328    <receiver>widget_3</receiver>
329    <slot>show()</slot>
330    <hints>
331     <hint type="sourcelabel">
332      <x>92</x>
333      <y>101</y>
334     </hint>
335     <hint type="destinationlabel">
336      <x>152</x>
337      <y>389</y>
338     </hint>
339    </hints>
340   </connection>
341   <connection>
342    <sender>revolutionUni_rb</sender>
343    <signal>clicked()</signal>
344    <receiver>widget_5</receiver>
345    <slot>show()</slot>
346    <hints>
347     <hint type="sourcelabel">
348      <x>92</x>
349      <y>101</y>
350     </hint>
351     <hint type="destinationlabel">
352      <x>152</x>
353      <y>473</y>
354     </hint>
355    </hints>
356   </connection>
357   <connection>
358    <sender>revolutionUni_rb</sender>
359    <signal>clicked()</signal>
360    <receiver>random_param_w</receiver>
361    <slot>hide()</slot>
362    <hints>
363     <hint type="sourcelabel">
364      <x>92</x>
365      <y>101</y>
366     </hint>
367     <hint type="destinationlabel">
368      <x>152</x>
369      <y>586</y>
370     </hint>
371    </hints>
372   </connection>
373   <connection>
374    <sender>revolution_rb</sender>
375    <signal>clicked()</signal>
376    <receiver>widget_5</receiver>
377    <slot>hide()</slot>
378    <hints>
379     <hint type="sourcelabel">
380      <x>212</x>
381      <y>101</y>
382     </hint>
383     <hint type="destinationlabel">
384      <x>152</x>
385      <y>473</y>
386     </hint>
387    </hints>
388   </connection>
389   <connection>
390    <sender>revolution_rb</sender>
391    <signal>clicked()</signal>
392    <receiver>random_param_w</receiver>
393    <slot>show()</slot>
394    <hints>
395     <hint type="sourcelabel">
396      <x>212</x>
397      <y>101</y>
398     </hint>
399     <hint type="destinationlabel">
400      <x>152</x>
401      <y>586</y>
402     </hint>
403    </hints>
404   </connection>
405  </connections>
406 </ui>