]> SALOME platform Git repositories - modules/hexablock.git/blob - src/HEXABLOCKGUI/PrismQuad_QTD.ui
Salome HOME
Merge from V6_main (04/10/2012)
[modules/hexablock.git] / src / HEXABLOCKGUI / PrismQuad_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PrismQuadDialog</class>
4  <widget class="QDialog" name="PrismQuadDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>254</width>
10     <height>500</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="maximumSize">
26    <size>
27     <width>16777215</width>
28     <height>16777215</height>
29    </size>
30   </property>
31   <property name="windowTitle">
32    <string>Prism Quad(s) Operation</string>
33   </property>
34   <layout class="QVBoxLayout" name="verticalLayout_4">
35    <item>
36     <widget class="QGroupBox" name="groupBox_2">
37      <property name="minimumSize">
38       <size>
39        <width>5</width>
40        <height>0</height>
41       </size>
42      </property>
43      <property name="title">
44       <string>Arguments</string>
45      </property>
46      <layout class="QVBoxLayout" name="verticalLayout_5">
47       <item>
48        <widget class="QGroupBox" name="groupBox">
49         <property name="sizePolicy">
50          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
51           <horstretch>0</horstretch>
52           <verstretch>0</verstretch>
53          </sizepolicy>
54         </property>
55         <property name="maximumSize">
56          <size>
57           <width>16777215</width>
58           <height>16777215</height>
59          </size>
60         </property>
61         <property name="title">
62          <string>Quad(s)</string>
63         </property>
64         <layout class="QVBoxLayout" name="verticalLayout">
65          <item>
66           <widget class="QListWidget" name="quads_lw">
67            <property name="sizePolicy">
68             <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
69              <horstretch>0</horstretch>
70              <verstretch>0</verstretch>
71             </sizepolicy>
72            </property>
73           </widget>
74          </item>
75         </layout>
76        </widget>
77       </item>
78       <item>
79        <widget class="QFrame" name="frame">
80         <property name="maximumSize">
81          <size>
82           <width>16777215</width>
83           <height>50</height>
84          </size>
85         </property>
86         <property name="frameShape">
87          <enum>QFrame::StyledPanel</enum>
88         </property>
89         <property name="frameShadow">
90          <enum>QFrame::Raised</enum>
91         </property>
92         <layout class="QFormLayout" name="formLayout_2">
93          <item row="0" column="0">
94           <widget class="QLabel" name="label_4">
95            <property name="text">
96             <string>Direction</string>
97            </property>
98           </widget>
99          </item>
100          <item row="0" column="1">
101           <widget class="QLineEdit" name="vec_le">
102            <property name="sizePolicy">
103             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
104              <horstretch>0</horstretch>
105              <verstretch>0</verstretch>
106             </sizepolicy>
107            </property>
108            <property name="maximumSize">
109             <size>
110              <width>16777215</width>
111              <height>16777215</height>
112             </size>
113            </property>
114            <property name="readOnly">
115             <bool>false</bool>
116            </property>
117           </widget>
118          </item>
119         </layout>
120        </widget>
121       </item>
122       <item>
123        <widget class="QGroupBox" name="groupBox_3">
124         <property name="sizePolicy">
125          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
126           <horstretch>0</horstretch>
127           <verstretch>0</verstretch>
128          </sizepolicy>
129         </property>
130         <property name="title">
131          <string>Layer(s)</string>
132         </property>
133         <layout class="QVBoxLayout" name="verticalLayout_2">
134          <item>
135           <layout class="QHBoxLayout" name="horizontalLayout">
136            <item>
137             <widget class="QRadioButton" name="regular_rb">
138              <property name="text">
139               <string>regular</string>
140              </property>
141              <property name="checked">
142               <bool>true</bool>
143              </property>
144             </widget>
145            </item>
146            <item>
147             <widget class="QRadioButton" name="irregular_rb">
148              <property name="text">
149               <string>irregular</string>
150              </property>
151             </widget>
152            </item>
153           </layout>
154          </item>
155          <item>
156           <widget class="QFrame" name="frame_2">
157            <property name="frameShape">
158             <enum>QFrame::StyledPanel</enum>
159            </property>
160            <property name="frameShadow">
161             <enum>QFrame::Raised</enum>
162            </property>
163            <layout class="QFormLayout" name="formLayout">
164             <item row="0" column="0">
165              <widget class="QLabel" name="label">
166               <property name="text">
167                <string>nb</string>
168               </property>
169              </widget>
170             </item>
171             <item row="0" column="1">
172              <widget class="QSpinBox" name="nb_spb">
173               <property name="maximum">
174                <number>1000000</number>
175               </property>
176               <property name="value">
177                <number>1</number>
178               </property>
179              </widget>
180             </item>
181            </layout>
182           </widget>
183          </item>
184          <item>
185           <widget class="QFrame" name="frame_3">
186            <property name="maximumSize">
187             <size>
188              <width>16777215</width>
189              <height>169</height>
190             </size>
191            </property>
192            <property name="frameShape">
193             <enum>QFrame::StyledPanel</enum>
194            </property>
195            <property name="frameShadow">
196             <enum>QFrame::Raised</enum>
197            </property>
198            <layout class="QVBoxLayout" name="verticalLayout_3">
199             <item>
200              <widget class="QTabWidget" name="layers_height_w">
201               <property name="sizePolicy">
202                <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
203                 <horstretch>0</horstretch>
204                 <verstretch>0</verstretch>
205                </sizepolicy>
206               </property>
207               <property name="currentIndex">
208                <number>0</number>
209               </property>
210               <widget class="QWidget" name="ext_height_tab">
211                <attribute name="title">
212                 <string>height</string>
213                </attribute>
214                <layout class="QGridLayout" name="gridLayout_4">
215                 <item row="0" column="0">
216                  <widget class="QPushButton" name="add_height_pb">
217                   <property name="enabled">
218                    <bool>true</bool>
219                   </property>
220                   <property name="sizePolicy">
221                    <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
222                     <horstretch>0</horstretch>
223                     <verstretch>0</verstretch>
224                    </sizepolicy>
225                   </property>
226                   <property name="text">
227                    <string>+</string>
228                   </property>
229                  </widget>
230                 </item>
231                 <item row="0" column="1" rowspan="3">
232                  <widget class="QListWidget" name="height_lw">
233                   <property name="sizePolicy">
234                    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
235                     <horstretch>0</horstretch>
236                     <verstretch>0</verstretch>
237                    </sizepolicy>
238                   </property>
239                  </widget>
240                 </item>
241                 <item row="1" column="0">
242                  <widget class="QPushButton" name="del_height_pb">
243                   <property name="sizePolicy">
244                    <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
245                     <horstretch>0</horstretch>
246                     <verstretch>0</verstretch>
247                    </sizepolicy>
248                   </property>
249                   <property name="text">
250                    <string>-</string>
251                   </property>
252                  </widget>
253                 </item>
254                 <item row="2" column="0">
255                  <spacer name="verticalSpacer_3">
256                   <property name="orientation">
257                    <enum>Qt::Vertical</enum>
258                   </property>
259                   <property name="sizeHint" stdset="0">
260                    <size>
261                     <width>20</width>
262                     <height>139</height>
263                    </size>
264                   </property>
265                  </spacer>
266                 </item>
267                </layout>
268               </widget>
269              </widget>
270             </item>
271            </layout>
272           </widget>
273          </item>
274         </layout>
275        </widget>
276       </item>
277      </layout>
278     </widget>
279    </item>
280   </layout>
281  </widget>
282  <resources/>
283  <connections>
284   <connection>
285    <sender>regular_rb</sender>
286    <signal>clicked()</signal>
287    <receiver>frame_3</receiver>
288    <slot>hide()</slot>
289    <hints>
290     <hint type="sourcelabel">
291      <x>77</x>
292      <y>231</y>
293     </hint>
294     <hint type="destinationlabel">
295      <x>126</x>
296      <y>390</y>
297     </hint>
298    </hints>
299   </connection>
300   <connection>
301    <sender>regular_rb</sender>
302    <signal>clicked()</signal>
303    <receiver>frame_2</receiver>
304    <slot>show()</slot>
305    <hints>
306     <hint type="sourcelabel">
307      <x>77</x>
308      <y>231</y>
309     </hint>
310     <hint type="destinationlabel">
311      <x>126</x>
312      <y>273</y>
313     </hint>
314    </hints>
315   </connection>
316   <connection>
317    <sender>irregular_rb</sender>
318    <signal>clicked()</signal>
319    <receiver>frame_3</receiver>
320    <slot>show()</slot>
321    <hints>
322     <hint type="sourcelabel">
323      <x>175</x>
324      <y>231</y>
325     </hint>
326     <hint type="destinationlabel">
327      <x>126</x>
328      <y>390</y>
329     </hint>
330    </hints>
331   </connection>
332   <connection>
333    <sender>irregular_rb</sender>
334    <signal>clicked()</signal>
335    <receiver>frame_2</receiver>
336    <slot>hide()</slot>
337    <hints>
338     <hint type="sourcelabel">
339      <x>175</x>
340      <y>231</y>
341     </hint>
342     <hint type="destinationlabel">
343      <x>126</x>
344      <y>273</y>
345     </hint>
346    </hints>
347   </connection>
348  </connections>
349 </ui>