Salome HOME
updated copyright message
[modules/geom.git] / src / Tools / t_shape / t_shape_dialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Dialog</class>
4  <widget class="QDialog" name="Dialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>349</width>
10     <height>283</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout_3">
17    <item row="0" column="0">
18     <layout class="QGridLayout" name="gridLayout">
19      <item row="2" column="1">
20       <widget class="QDoubleSpinBox" name="dsb_smallRadius">
21        <property name="decimals">
22         <number>5</number>
23        </property>
24        <property name="maximum">
25         <double>100000.000000000000000</double>
26        </property>
27        <property name="value">
28         <double>40.000000000000000</double>
29        </property>
30       </widget>
31      </item>
32      <item row="0" column="0">
33       <widget class="QLabel" name="label">
34        <property name="text">
35         <string>Big pipe radius</string>
36        </property>
37       </widget>
38      </item>
39      <item row="3" column="1">
40       <widget class="QDoubleSpinBox" name="dsb_bigHeight">
41        <property name="decimals">
42         <number>5</number>
43        </property>
44        <property name="maximum">
45         <double>1000000.000000000000000</double>
46        </property>
47        <property name="value">
48         <double>80.000000000000000</double>
49        </property>
50       </widget>
51      </item>
52      <item row="4" column="1">
53       <widget class="QDoubleSpinBox" name="dsb_smallHeight">
54        <property name="decimals">
55         <number>5</number>
56        </property>
57        <property name="maximum">
58         <double>1000000.000000000000000</double>
59        </property>
60        <property name="value">
61         <double>80.000000000000000</double>
62        </property>
63       </widget>
64      </item>
65      <item row="0" column="1">
66       <widget class="QDoubleSpinBox" name="dsb_bigRadius">
67        <property name="decimals">
68         <number>5</number>
69        </property>
70        <property name="maximum">
71         <double>100000.000000000000000</double>
72        </property>
73        <property name="value">
74         <double>50.000000000000000</double>
75        </property>
76       </widget>
77      </item>
78      <item row="3" column="0">
79       <widget class="QLabel" name="label_3">
80        <property name="text">
81         <string>Big pipe height</string>
82        </property>
83       </widget>
84      </item>
85      <item row="2" column="0">
86       <widget class="QLabel" name="label_2">
87        <property name="text">
88         <string>Small pipe radius</string>
89        </property>
90       </widget>
91      </item>
92      <item row="4" column="0">
93       <widget class="QLabel" name="label_4">
94        <property name="text">
95         <string>Small pipe height</string>
96        </property>
97       </widget>
98      </item>
99     </layout>
100    </item>
101    <item row="1" column="0">
102     <layout class="QGridLayout" name="gridLayout_2">
103      <item row="0" column="0">
104       <widget class="QCheckBox" name="cb_buildSolid">
105        <property name="text">
106         <string>Build solid part</string>
107        </property>
108       </widget>
109      </item>
110      <item row="1" column="0">
111       <widget class="QLabel" name="label_5">
112        <property name="text">
113         <string>Solid thickness</string>
114        </property>
115       </widget>
116      </item>
117      <item row="1" column="1">
118       <widget class="QDoubleSpinBox" name="dsb_solidThickness">
119        <property name="decimals">
120         <number>5</number>
121        </property>
122        <property name="maximum">
123         <double>1000000.000000000000000</double>
124        </property>
125        <property name="value">
126         <double>5.000000000000000</double>
127        </property>
128       </widget>
129      </item>
130     </layout>
131    </item>
132    <item row="2" column="0">
133     <widget class="QDialogButtonBox" name="buttonBox">
134      <property name="orientation">
135       <enum>Qt::Horizontal</enum>
136      </property>
137      <property name="standardButtons">
138       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
139      </property>
140     </widget>
141    </item>
142   </layout>
143  </widget>
144  <resources/>
145  <connections>
146   <connection>
147    <sender>buttonBox</sender>
148    <signal>accepted()</signal>
149    <receiver>Dialog</receiver>
150    <slot>accept()</slot>
151    <hints>
152     <hint type="sourcelabel">
153      <x>205</x>
154      <y>241</y>
155     </hint>
156     <hint type="destinationlabel">
157      <x>157</x>
158      <y>250</y>
159     </hint>
160    </hints>
161   </connection>
162   <connection>
163    <sender>buttonBox</sender>
164    <signal>rejected()</signal>
165    <receiver>Dialog</receiver>
166    <slot>reject()</slot>
167    <hints>
168     <hint type="sourcelabel">
169      <x>205</x>
170      <y>241</y>
171     </hint>
172     <hint type="destinationlabel">
173      <x>214</x>
174      <y>250</y>
175     </hint>
176    </hints>
177   </connection>
178   <connection>
179    <sender>cb_buildSolid</sender>
180    <signal>clicked(bool)</signal>
181    <receiver>label_5</receiver>
182    <slot>setEnabled(bool)</slot>
183    <hints>
184     <hint type="sourcelabel">
185      <x>99</x>
186      <y>170</y>
187     </hint>
188     <hint type="destinationlabel">
189      <x>107</x>
190      <y>205</y>
191     </hint>
192    </hints>
193   </connection>
194   <connection>
195    <sender>cb_buildSolid</sender>
196    <signal>clicked(bool)</signal>
197    <receiver>dsb_solidThickness</receiver>
198    <slot>setEnabled(bool)</slot>
199    <hints>
200     <hint type="sourcelabel">
201      <x>150</x>
202      <y>170</y>
203     </hint>
204     <hint type="destinationlabel">
205      <x>277</x>
206      <y>212</y>
207     </hint>
208    </hints>
209   </connection>
210  </connections>
211 </ui>