Salome HOME
c5380f5080d98ca20eaad9e761a4bb5126e57cbb
[modules/hexablock.git] / src / HEXABLOCKGUI / CutEdge_QTD.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>CutEdgeDialog</class>
4  <widget class="QDialog" name="CutEdgeDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>270</width>
10     <height>326</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="windowTitle">
26    <string>Cut Edge Operation</string>
27   </property>
28   <layout class="QVBoxLayout" name="verticalLayout">
29    <item>
30     <widget class="QGroupBox" name="groupBox_2">
31      <property name="title">
32       <string/>
33      </property>
34      <layout class="QHBoxLayout" name="horizontalLayout">
35       <item>
36        <widget class="QRadioButton" name="cutUni_rb">
37         <property name="sizePolicy">
38          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
39           <horstretch>0</horstretch>
40           <verstretch>0</verstretch>
41          </sizepolicy>
42         </property>
43         <property name="text">
44          <string>Uniform</string>
45         </property>
46         <property name="checked">
47          <bool>true</bool>
48         </property>
49        </widget>
50       </item>
51       <item>
52        <widget class="QRadioButton" name="cut_rb">
53         <property name="sizePolicy">
54          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
55           <horstretch>0</horstretch>
56           <verstretch>0</verstretch>
57          </sizepolicy>
58         </property>
59         <property name="text">
60          <string>Custom</string>
61         </property>
62        </widget>
63       </item>
64      </layout>
65     </widget>
66    </item>
67    <item>
68     <widget class="QWidget" name="widget" native="true">
69      <property name="sizePolicy">
70       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
71        <horstretch>0</horstretch>
72        <verstretch>0</verstretch>
73       </sizepolicy>
74      </property>
75      <layout class="QFormLayout" name="formLayout_2">
76       <item row="0" column="0">
77        <widget class="QLabel" name="label">
78         <property name="text">
79          <string>Edge </string>
80         </property>
81        </widget>
82       </item>
83       <item row="0" column="1">
84        <widget class="QLineEdit" name="e_le">
85         <property name="sizePolicy">
86          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
87           <horstretch>0</horstretch>
88           <verstretch>0</verstretch>
89          </sizepolicy>
90         </property>
91         <property name="maximumSize">
92          <size>
93           <width>16777215</width>
94           <height>16777215</height>
95          </size>
96         </property>
97         <property name="readOnly">
98          <bool>false</bool>
99         </property>
100        </widget>
101       </item>
102      </layout>
103     </widget>
104    </item>
105    <item>
106     <widget class="QWidget" name="widget_2" native="true">
107      <layout class="QFormLayout" name="formLayout">
108       <item row="0" column="0">
109        <widget class="QLabel" name="label_2">
110         <property name="sizePolicy">
111          <sizepolicy hsizetype="Maximum" vsizetype="Preferred">
112           <horstretch>0</horstretch>
113           <verstretch>0</verstretch>
114          </sizepolicy>
115         </property>
116         <property name="text">
117          <string>Nb layers</string>
118         </property>
119        </widget>
120       </item>
121       <item row="0" column="1">
122        <widget class="QSpinBox" name="nb_cut_spb">
123         <property name="sizePolicy">
124          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
125           <horstretch>0</horstretch>
126           <verstretch>0</verstretch>
127          </sizepolicy>
128         </property>
129         <property name="minimum">
130          <number>1</number>
131         </property>
132         <property name="maximum">
133          <number>1000000</number>
134         </property>
135         <property name="value">
136          <number>1</number>
137         </property>
138        </widget>
139       </item>
140      </layout>
141     </widget>
142    </item>
143    <item>
144     <widget class="QTabWidget" name="layers_height_lw">
145      <property name="sizePolicy">
146       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
147        <horstretch>0</horstretch>
148        <verstretch>0</verstretch>
149       </sizepolicy>
150      </property>
151      <property name="currentIndex">
152       <number>0</number>
153      </property>
154      <widget class="QWidget" name="ext_height_tab">
155       <attribute name="title">
156        <string>length</string>
157       </attribute>
158       <layout class="QGridLayout" name="gridLayout_4">
159        <item row="0" column="0">
160         <widget class="QPushButton" name="add_height_pb">
161          <property name="enabled">
162           <bool>true</bool>
163          </property>
164          <property name="sizePolicy">
165           <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
166            <horstretch>0</horstretch>
167            <verstretch>0</verstretch>
168           </sizepolicy>
169          </property>
170          <property name="text">
171           <string>+</string>
172          </property>
173         </widget>
174        </item>
175        <item row="0" column="1" rowspan="3">
176         <widget class="QListWidget" name="height_lw">
177          <property name="sizePolicy">
178           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
179            <horstretch>0</horstretch>
180            <verstretch>0</verstretch>
181           </sizepolicy>
182          </property>
183         </widget>
184        </item>
185        <item row="1" column="0">
186         <widget class="QPushButton" name="del_height_pb">
187          <property name="sizePolicy">
188           <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
189            <horstretch>0</horstretch>
190            <verstretch>0</verstretch>
191           </sizepolicy>
192          </property>
193          <property name="text">
194           <string>-</string>
195          </property>
196         </widget>
197        </item>
198        <item row="2" column="0">
199         <spacer name="verticalSpacer_3">
200          <property name="orientation">
201           <enum>Qt::Vertical</enum>
202          </property>
203          <property name="sizeHint" stdset="0">
204           <size>
205            <width>20</width>
206            <height>139</height>
207           </size>
208          </property>
209         </spacer>
210        </item>
211       </layout>
212      </widget>
213     </widget>
214    </item>
215    <item>
216     <spacer name="verticalSpacer">
217      <property name="orientation">
218       <enum>Qt::Vertical</enum>
219      </property>
220      <property name="sizeHint" stdset="0">
221       <size>
222        <width>20</width>
223        <height>40</height>
224       </size>
225      </property>
226     </spacer>
227    </item>
228   </layout>
229  </widget>
230  <tabstops>
231   <tabstop>e_le</tabstop>
232   <tabstop>nb_cut_spb</tabstop>
233  </tabstops>
234  <resources/>
235  <connections>
236   <connection>
237    <sender>cutUni_rb</sender>
238    <signal>clicked()</signal>
239    <receiver>layers_height_lw</receiver>
240    <slot>hide()</slot>
241    <hints>
242     <hint type="sourcelabel">
243      <x>73</x>
244      <y>44</y>
245     </hint>
246     <hint type="destinationlabel">
247      <x>119</x>
248      <y>303</y>
249     </hint>
250    </hints>
251   </connection>
252   <connection>
253    <sender>cutUni_rb</sender>
254    <signal>clicked()</signal>
255    <receiver>widget_2</receiver>
256    <slot>show()</slot>
257    <hints>
258     <hint type="sourcelabel">
259      <x>73</x>
260      <y>44</y>
261     </hint>
262     <hint type="destinationlabel">
263      <x>119</x>
264      <y>146</y>
265     </hint>
266    </hints>
267   </connection>
268   <connection>
269    <sender>cut_rb</sender>
270    <signal>clicked()</signal>
271    <receiver>layers_height_lw</receiver>
272    <slot>show()</slot>
273    <hints>
274     <hint type="sourcelabel">
275      <x>173</x>
276      <y>44</y>
277     </hint>
278     <hint type="destinationlabel">
279      <x>119</x>
280      <y>303</y>
281     </hint>
282    </hints>
283   </connection>
284   <connection>
285    <sender>cut_rb</sender>
286    <signal>clicked()</signal>
287    <receiver>widget_2</receiver>
288    <slot>hide()</slot>
289    <hints>
290     <hint type="sourcelabel">
291      <x>173</x>
292      <y>44</y>
293     </hint>
294     <hint type="destinationlabel">
295      <x>119</x>
296      <y>146</y>
297     </hint>
298    </hints>
299   </connection>
300  </connections>
301 </ui>