Salome HOME
Modifs cas-tests + evols ihm
[modules/hexablock.git] / src / HEXABLOCKGUI / Pipe_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>PipeDialog</class>
4  <widget class="QDialog" name="PipeDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>226</width>
10     <height>246</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="minimumSize">
20    <size>
21     <width>5</width>
22     <height>0</height>
23    </size>
24   </property>
25   <property name="windowTitle">
26    <string>Pipe Construction</string>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout">
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="minimumSize">
38       <size>
39        <width>5</width>
40        <height>0</height>
41       </size>
42      </property>
43      <property name="title">
44       <string/>
45      </property>
46      <layout class="QFormLayout" name="formLayout">
47       <item row="0" column="0">
48        <widget class="QLabel" name="label_6">
49         <property name="text">
50          <string> Name </string>
51         </property>
52        </widget>
53       </item>
54       <item row="0" column="1">
55        <widget class="QLineEdit" name="name_le">
56         <property name="sizePolicy">
57          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
58           <horstretch>0</horstretch>
59           <verstretch>0</verstretch>
60          </sizepolicy>
61         </property>
62         <property name="maximumSize">
63          <size>
64           <width>16777215</width>
65           <height>16777215</height>
66          </size>
67         </property>
68        </widget>
69       </item>
70       <item row="1" column="0">
71        <widget class="QLabel" name="label_5">
72         <property name="text">
73          <string>Point</string>
74         </property>
75        </widget>
76       </item>
77       <item row="1" column="1">
78        <widget class="QLineEdit" name="vex_le">
79         <property name="sizePolicy">
80          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
81           <horstretch>0</horstretch>
82           <verstretch>0</verstretch>
83          </sizepolicy>
84         </property>
85         <property name="maximumSize">
86          <size>
87           <width>16777215</width>
88           <height>16777215</height>
89          </size>
90         </property>
91         <property name="readOnly">
92          <bool>false</bool>
93         </property>
94        </widget>
95       </item>
96       <item row="2" column="0">
97        <widget class="QLabel" name="label_4">
98         <property name="text">
99          <string>Vector</string>
100         </property>
101        </widget>
102       </item>
103       <item row="2" column="1">
104        <widget class="QLineEdit" name="vec_le">
105         <property name="sizePolicy">
106          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
107           <horstretch>0</horstretch>
108           <verstretch>0</verstretch>
109          </sizepolicy>
110         </property>
111         <property name="maximumSize">
112          <size>
113           <width>16777215</width>
114           <height>16777215</height>
115          </size>
116         </property>
117         <property name="readOnly">
118          <bool>false</bool>
119         </property>
120        </widget>
121       </item>
122       <item row="3" column="0">
123        <widget class="QLabel" name="label">
124         <property name="text">
125          <string>internal radius</string>
126         </property>
127        </widget>
128       </item>
129       <item row="3" column="1">
130        <widget class="QDoubleSpinBox" name="ir_spb">
131         <property name="sizePolicy">
132          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
133           <horstretch>0</horstretch>
134           <verstretch>0</verstretch>
135          </sizepolicy>
136         </property>
137         <property name="decimals">
138          <number>6</number>
139         </property>
140         <property name="maximum">
141          <double>1000000000.000000000000000</double>
142         </property>
143         <property name="value">
144          <double>1.000000000000000</double>
145         </property>
146        </widget>
147       </item>
148       <item row="4" column="0">
149        <widget class="QLabel" name="label_1">
150         <property name="text">
151          <string>external radius</string>
152         </property>
153        </widget>
154       </item>
155       <item row="4" column="1">
156        <widget class="QDoubleSpinBox" name="er_spb">
157         <property name="sizePolicy">
158          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
159           <horstretch>0</horstretch>
160           <verstretch>0</verstretch>
161          </sizepolicy>
162         </property>
163         <property name="decimals">
164          <number>6</number>
165         </property>
166         <property name="maximum">
167          <double>1000000000.000000000000000</double>
168         </property>
169         <property name="value">
170          <double>2.000000000000000</double>
171         </property>
172        </widget>
173       </item>
174       <item row="5" column="0">
175        <widget class="QLabel" name="label_3">
176         <property name="text">
177          <string>height</string>
178         </property>
179        </widget>
180       </item>
181       <item row="5" column="1">
182        <widget class="QDoubleSpinBox" name="h_spb">
183         <property name="sizePolicy">
184          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
185           <horstretch>0</horstretch>
186           <verstretch>0</verstretch>
187          </sizepolicy>
188         </property>
189         <property name="decimals">
190          <number>6</number>
191         </property>
192         <property name="maximum">
193          <double>1000000000.000000000000000</double>
194         </property>
195         <property name="value">
196          <double>1.000000000000000</double>
197         </property>
198        </widget>
199       </item>
200      </layout>
201     </widget>
202    </item>
203   </layout>
204  </widget>
205  <tabstops>
206   <tabstop>name_le</tabstop>
207   <tabstop>vex_le</tabstop>
208   <tabstop>vec_le</tabstop>
209   <tabstop>ir_spb</tabstop>
210   <tabstop>er_spb</tabstop>
211   <tabstop>h_spb</tabstop>
212  </tabstops>
213  <resources/>
214  <connections/>
215 </ui>