Salome HOME
302e7b87e2d1c843dec40ff0b5f12f4a66bfe824
[modules/hexablock.git] / src / HEXABLOCKGUI / MakeCylinders_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MakeCylindersDialog</class>
4  <widget class="QDialog" name="MakeCylindersDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>275</width>
10     <height>407</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>Cylinders Construction</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout_3">
23    <item>
24     <widget class="QGroupBox" name="groupBox">
25      <property name="title">
26       <string/>
27      </property>
28      <layout class="QVBoxLayout" name="verticalLayout">
29       <item>
30        <widget class="QGroupBox" name="groupBox_2">
31         <property name="title">
32          <string>Big Cylinder</string>
33         </property>
34         <layout class="QFormLayout" name="formLayout">
35          <item row="0" column="0">
36           <widget class="QLabel" name="label">
37            <property name="text">
38             <string>origin</string>
39            </property>
40           </widget>
41          </item>
42          <item row="0" column="1">
43           <widget class="QLineEdit" name="center_le">
44            <property name="sizePolicy">
45             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
46              <horstretch>0</horstretch>
47              <verstretch>0</verstretch>
48             </sizepolicy>
49            </property>
50            <property name="maximumSize">
51             <size>
52              <width>16777215</width>
53              <height>16777215</height>
54             </size>
55            </property>
56            <property name="readOnly">
57             <bool>false</bool>
58            </property>
59           </widget>
60          </item>
61          <item row="1" column="1">
62           <widget class="QLineEdit" name="direction_le">
63            <property name="sizePolicy">
64             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
65              <horstretch>0</horstretch>
66              <verstretch>0</verstretch>
67             </sizepolicy>
68            </property>
69           </widget>
70          </item>
71          <item row="1" column="0">
72           <widget class="QLabel" name="label_3">
73            <property name="text">
74             <string>axis</string>
75            </property>
76           </widget>
77          </item>
78          <item row="2" column="1">
79           <widget class="QDoubleSpinBox" name="radius_spb">
80            <property name="decimals">
81             <number>6</number>
82            </property>
83            <property name="maximum">
84             <double>1000000000.000000000000000</double>
85            </property>
86            <property name="value">
87             <double>4.000000000000000</double>
88            </property>
89           </widget>
90          </item>
91          <item row="3" column="1">
92           <widget class="QDoubleSpinBox" name="height_spb">
93            <property name="decimals">
94             <number>6</number>
95            </property>
96            <property name="maximum">
97             <double>1000000000.000000000000000</double>
98            </property>
99            <property name="value">
100             <double>2.000000000000000</double>
101            </property>
102           </widget>
103          </item>
104          <item row="2" column="0">
105           <widget class="QLabel" name="label_4">
106            <property name="text">
107             <string>radius</string>
108            </property>
109           </widget>
110          </item>
111          <item row="3" column="0">
112           <widget class="QLabel" name="label_5">
113            <property name="text">
114             <string>height</string>
115            </property>
116           </widget>
117          </item>
118         </layout>
119        </widget>
120       </item>
121       <item>
122        <widget class="QGroupBox" name="groupBox_3">
123         <property name="title">
124          <string>Small Cylinder</string>
125         </property>
126         <layout class="QFormLayout" name="formLayout_2">
127          <item row="0" column="0">
128           <widget class="QLabel" name="label_2">
129            <property name="text">
130             <string>origin</string>
131            </property>
132           </widget>
133          </item>
134          <item row="0" column="1">
135           <widget class="QLineEdit" name="center2_le">
136            <property name="sizePolicy">
137             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
138              <horstretch>0</horstretch>
139              <verstretch>0</verstretch>
140             </sizepolicy>
141            </property>
142            <property name="maximumSize">
143             <size>
144              <width>16777215</width>
145              <height>16777215</height>
146             </size>
147            </property>
148            <property name="readOnly">
149             <bool>false</bool>
150            </property>
151           </widget>
152          </item>
153          <item row="1" column="1">
154           <widget class="QLineEdit" name="direction2_le">
155            <property name="sizePolicy">
156             <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
157              <horstretch>0</horstretch>
158              <verstretch>0</verstretch>
159             </sizepolicy>
160            </property>
161           </widget>
162          </item>
163          <item row="1" column="0">
164           <widget class="QLabel" name="label_10">
165            <property name="text">
166             <string>axis</string>
167            </property>
168           </widget>
169          </item>
170          <item row="2" column="1">
171           <widget class="QDoubleSpinBox" name="radius2_spb">
172            <property name="decimals">
173             <number>6</number>
174            </property>
175            <property name="maximum">
176             <double>1000000000.000000000000000</double>
177            </property>
178            <property name="value">
179             <double>2.000000000000000</double>
180            </property>
181           </widget>
182          </item>
183          <item row="3" column="1">
184           <widget class="QDoubleSpinBox" name="height2_spb">
185            <property name="decimals">
186             <number>6</number>
187            </property>
188            <property name="maximum">
189             <double>1000000000.000000000000000</double>
190            </property>
191            <property name="value">
192             <double>1.000000000000000</double>
193            </property>
194           </widget>
195          </item>
196          <item row="2" column="0">
197           <widget class="QLabel" name="label_11">
198            <property name="text">
199             <string>radius</string>
200            </property>
201           </widget>
202          </item>
203          <item row="3" column="0">
204           <widget class="QLabel" name="label_12">
205            <property name="text">
206             <string>height</string>
207            </property>
208           </widget>
209          </item>
210         </layout>
211        </widget>
212       </item>
213       <item>
214        <spacer name="verticalSpacer">
215         <property name="orientation">
216          <enum>Qt::Vertical</enum>
217         </property>
218         <property name="sizeHint" stdset="0">
219          <size>
220           <width>20</width>
221           <height>0</height>
222          </size>
223         </property>
224        </spacer>
225       </item>
226      </layout>
227     </widget>
228    </item>
229   </layout>
230  </widget>
231  <resources/>
232  <connections/>
233 </ui>