Salome HOME
first fully working version, not optimised though
[modules/geom.git] / src / Tools / 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>321</width>
10     <height>242</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <layout class="QGridLayout" name="gridLayout">
19      <item row="2" column="1">
20       <widget class="QDoubleSpinBox" name="doubleSpinBox_2"/>
21      </item>
22      <item row="0" column="0">
23       <widget class="QLabel" name="label">
24        <property name="text">
25         <string>Big pipe radius</string>
26        </property>
27       </widget>
28      </item>
29      <item row="3" column="1">
30       <widget class="QDoubleSpinBox" name="doubleSpinBox_3"/>
31      </item>
32      <item row="4" column="1">
33       <widget class="QDoubleSpinBox" name="doubleSpinBox_4"/>
34      </item>
35      <item row="0" column="1">
36       <widget class="QDoubleSpinBox" name="doubleSpinBox"/>
37      </item>
38      <item row="3" column="0">
39       <widget class="QLabel" name="label_3">
40        <property name="text">
41         <string>Big pipe  height</string>
42        </property>
43       </widget>
44      </item>
45      <item row="2" column="0">
46       <widget class="QLabel" name="label_2">
47        <property name="text">
48         <string>Small pipe  radius</string>
49        </property>
50       </widget>
51      </item>
52      <item row="4" column="0">
53       <widget class="QLabel" name="label_4">
54        <property name="text">
55         <string>Small  pipe height</string>
56        </property>
57       </widget>
58      </item>
59     </layout>
60    </item>
61    <item>
62     <widget class="QCheckBox" name="checkBox">
63      <property name="text">
64       <string>Build solid part</string>
65      </property>
66     </widget>
67    </item>
68    <item>
69     <widget class="QDialogButtonBox" name="buttonBox">
70      <property name="orientation">
71       <enum>Qt::Horizontal</enum>
72      </property>
73      <property name="standardButtons">
74       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
75      </property>
76     </widget>
77    </item>
78   </layout>
79  </widget>
80  <resources/>
81  <connections>
82   <connection>
83    <sender>buttonBox</sender>
84    <signal>accepted()</signal>
85    <receiver>Dialog</receiver>
86    <slot>accept()</slot>
87    <hints>
88     <hint type="sourcelabel">
89      <x>248</x>
90      <y>254</y>
91     </hint>
92     <hint type="destinationlabel">
93      <x>157</x>
94      <y>274</y>
95     </hint>
96    </hints>
97   </connection>
98   <connection>
99    <sender>buttonBox</sender>
100    <signal>rejected()</signal>
101    <receiver>Dialog</receiver>
102    <slot>reject()</slot>
103    <hints>
104     <hint type="sourcelabel">
105      <x>316</x>
106      <y>260</y>
107     </hint>
108     <hint type="destinationlabel">
109      <x>286</x>
110      <y>274</y>
111     </hint>
112    </hints>
113   </connection>
114  </connections>
115 </ui>