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