]> Creatis software - clitk.git/blob - vv/qt_ui/vvToolCropImage.ui
Debug RTStruct conversion with empty struc
[clitk.git] / vv / qt_ui / vvToolCropImage.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvToolCropImage</class>
4  <widget class="QWidget" name="vvToolCropImage">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>426</width>
10     <height>257</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <property name="margin">
18     <number>2</number>
19    </property>
20    <item>
21     <layout class="QHBoxLayout" name="horizontalLayout_6">
22      <item>
23       <widget class="QLabel" name="label">
24        <property name="text">
25         <string>X min</string>
26        </property>
27       </widget>
28      </item>
29      <item>
30       <widget class="QSlider" name="xminSlider">
31        <property name="orientation">
32         <enum>Qt::Horizontal</enum>
33        </property>
34       </widget>
35      </item>
36      <item>
37       <widget class="QSpinBox" name="spin_xmin"/>
38      </item>
39     </layout>
40    </item>
41    <item>
42     <layout class="QHBoxLayout" name="horizontalLayout_5">
43      <item>
44       <widget class="QLabel" name="label_2">
45        <property name="text">
46         <string>X max</string>
47        </property>
48       </widget>
49      </item>
50      <item>
51       <widget class="QSlider" name="xmaxSlider">
52        <property name="orientation">
53         <enum>Qt::Horizontal</enum>
54        </property>
55       </widget>
56      </item>
57      <item>
58       <widget class="QSpinBox" name="spin_xmax"/>
59      </item>
60     </layout>
61    </item>
62    <item>
63     <layout class="QHBoxLayout" name="horizontalLayout_3">
64      <item>
65       <widget class="QLabel" name="label_3">
66        <property name="text">
67         <string>Y min</string>
68        </property>
69       </widget>
70      </item>
71      <item>
72       <widget class="QSlider" name="yminSlider">
73        <property name="orientation">
74         <enum>Qt::Horizontal</enum>
75        </property>
76       </widget>
77      </item>
78      <item>
79       <widget class="QSpinBox" name="spin_ymin"/>
80      </item>
81     </layout>
82    </item>
83    <item>
84     <layout class="QHBoxLayout" name="horizontalLayout_4">
85      <item>
86       <widget class="QLabel" name="label_4">
87        <property name="text">
88         <string>Y max</string>
89        </property>
90       </widget>
91      </item>
92      <item>
93       <widget class="QSlider" name="ymaxSlider">
94        <property name="orientation">
95         <enum>Qt::Horizontal</enum>
96        </property>
97       </widget>
98      </item>
99      <item>
100       <widget class="QSpinBox" name="spin_ymax"/>
101      </item>
102     </layout>
103    </item>
104    <item>
105     <layout class="QHBoxLayout" name="horizontalLayout_7">
106      <item>
107       <widget class="QLabel" name="mZLabel1">
108        <property name="text">
109         <string>Z min</string>
110        </property>
111       </widget>
112      </item>
113      <item>
114       <widget class="QSlider" name="zminSlider">
115        <property name="orientation">
116         <enum>Qt::Horizontal</enum>
117        </property>
118       </widget>
119      </item>
120      <item>
121       <widget class="QSpinBox" name="spin_zmin"/>
122      </item>
123     </layout>
124    </item>
125    <item>
126     <layout class="QHBoxLayout" name="horizontalLayout_8">
127      <item>
128       <widget class="QLabel" name="mZLabel2">
129        <property name="text">
130         <string>Z max</string>
131        </property>
132       </widget>
133      </item>
134      <item>
135       <widget class="QSlider" name="zmaxSlider">
136        <property name="orientation">
137         <enum>Qt::Horizontal</enum>
138        </property>
139       </widget>
140      </item>
141      <item>
142       <widget class="QSpinBox" name="spin_zmax"/>
143      </item>
144     </layout>
145    </item>
146    <item>
147     <widget class="QLabel" name="mLabelTimeCropping">
148      <property name="text">
149       <string>Cropping the time dimension is not displayed on the screen (but performed when applied)</string>
150      </property>
151     </widget>
152    </item>
153    <item>
154     <layout class="QHBoxLayout" name="horizontalLayout">
155      <item>
156       <widget class="QLabel" name="mTLabel1">
157        <property name="text">
158         <string>T min</string>
159        </property>
160       </widget>
161      </item>
162      <item>
163       <widget class="QSlider" name="tminSlider">
164        <property name="orientation">
165         <enum>Qt::Horizontal</enum>
166        </property>
167       </widget>
168      </item>
169      <item>
170       <widget class="QSpinBox" name="spin_tmin"/>
171      </item>
172     </layout>
173    </item>
174    <item>
175     <layout class="QHBoxLayout" name="horizontalLayout_2">
176      <item>
177       <widget class="QLabel" name="mTLabel2">
178        <property name="text">
179         <string>T max</string>
180        </property>
181       </widget>
182      </item>
183      <item>
184       <widget class="QSlider" name="tmaxSlider">
185        <property name="orientation">
186         <enum>Qt::Horizontal</enum>
187        </property>
188       </widget>
189      </item>
190      <item>
191       <widget class="QSpinBox" name="spin_tmax"/>
192      </item>
193     </layout>
194    </item>
195   </layout>
196  </widget>
197  <resources/>
198  <connections>
199   <connection>
200    <sender>spin_xmin</sender>
201    <signal>valueChanged(int)</signal>
202    <receiver>xminSlider</receiver>
203    <slot>setValue(int)</slot>
204    <hints>
205     <hint type="sourcelabel">
206      <x>592</x>
207      <y>30</y>
208     </hint>
209     <hint type="destinationlabel">
210      <x>355</x>
211      <y>28</y>
212     </hint>
213    </hints>
214   </connection>
215   <connection>
216    <sender>xminSlider</sender>
217    <signal>valueChanged(int)</signal>
218    <receiver>spin_xmin</receiver>
219    <slot>setValue(int)</slot>
220    <hints>
221     <hint type="sourcelabel">
222      <x>274</x>
223      <y>28</y>
224     </hint>
225     <hint type="destinationlabel">
226      <x>592</x>
227      <y>30</y>
228     </hint>
229    </hints>
230   </connection>
231   <connection>
232    <sender>xmaxSlider</sender>
233    <signal>valueChanged(int)</signal>
234    <receiver>spin_xmax</receiver>
235    <slot>setValue(int)</slot>
236    <hints>
237     <hint type="sourcelabel">
238      <x>358</x>
239      <y>58</y>
240     </hint>
241     <hint type="destinationlabel">
242      <x>592</x>
243      <y>65</y>
244     </hint>
245    </hints>
246   </connection>
247   <connection>
248    <sender>yminSlider</sender>
249    <signal>valueChanged(int)</signal>
250    <receiver>spin_ymin</receiver>
251    <slot>setValue(int)</slot>
252    <hints>
253     <hint type="sourcelabel">
254      <x>368</x>
255      <y>88</y>
256     </hint>
257     <hint type="destinationlabel">
258      <x>592</x>
259      <y>101</y>
260     </hint>
261    </hints>
262   </connection>
263   <connection>
264    <sender>ymaxSlider</sender>
265    <signal>valueChanged(int)</signal>
266    <receiver>spin_ymax</receiver>
267    <slot>setValue(int)</slot>
268    <hints>
269     <hint type="sourcelabel">
270      <x>293</x>
271      <y>118</y>
272     </hint>
273     <hint type="destinationlabel">
274      <x>592</x>
275      <y>136</y>
276     </hint>
277    </hints>
278   </connection>
279   <connection>
280    <sender>zminSlider</sender>
281    <signal>valueChanged(int)</signal>
282    <receiver>spin_zmin</receiver>
283    <slot>setValue(int)</slot>
284    <hints>
285     <hint type="sourcelabel">
286      <x>374</x>
287      <y>171</y>
288     </hint>
289     <hint type="destinationlabel">
290      <x>592</x>
291      <y>171</y>
292     </hint>
293    </hints>
294   </connection>
295   <connection>
296    <sender>zmaxSlider</sender>
297    <signal>valueChanged(int)</signal>
298    <receiver>spin_zmax</receiver>
299    <slot>setValue(int)</slot>
300    <hints>
301     <hint type="sourcelabel">
302      <x>335</x>
303      <y>206</y>
304     </hint>
305     <hint type="destinationlabel">
306      <x>592</x>
307      <y>206</y>
308     </hint>
309    </hints>
310   </connection>
311   <connection>
312    <sender>spin_xmax</sender>
313    <signal>valueChanged(int)</signal>
314    <receiver>xmaxSlider</receiver>
315    <slot>setValue(int)</slot>
316    <hints>
317     <hint type="sourcelabel">
318      <x>592</x>
319      <y>65</y>
320     </hint>
321     <hint type="destinationlabel">
322      <x>332</x>
323      <y>58</y>
324     </hint>
325    </hints>
326   </connection>
327   <connection>
328    <sender>spin_ymin</sender>
329    <signal>valueChanged(int)</signal>
330    <receiver>yminSlider</receiver>
331    <slot>setValue(int)</slot>
332    <hints>
333     <hint type="sourcelabel">
334      <x>592</x>
335      <y>101</y>
336     </hint>
337     <hint type="destinationlabel">
338      <x>351</x>
339      <y>88</y>
340     </hint>
341    </hints>
342   </connection>
343   <connection>
344    <sender>spin_ymax</sender>
345    <signal>valueChanged(int)</signal>
346    <receiver>ymaxSlider</receiver>
347    <slot>setValue(int)</slot>
348    <hints>
349     <hint type="sourcelabel">
350      <x>592</x>
351      <y>136</y>
352     </hint>
353     <hint type="destinationlabel">
354      <x>352</x>
355      <y>118</y>
356     </hint>
357    </hints>
358   </connection>
359   <connection>
360    <sender>spin_zmin</sender>
361    <signal>valueChanged(int)</signal>
362    <receiver>zminSlider</receiver>
363    <slot>setValue(int)</slot>
364    <hints>
365     <hint type="sourcelabel">
366      <x>592</x>
367      <y>171</y>
368     </hint>
369     <hint type="destinationlabel">
370      <x>402</x>
371      <y>171</y>
372     </hint>
373    </hints>
374   </connection>
375   <connection>
376    <sender>spin_zmax</sender>
377    <signal>valueChanged(int)</signal>
378    <receiver>zmaxSlider</receiver>
379    <slot>setValue(int)</slot>
380    <hints>
381     <hint type="sourcelabel">
382      <x>592</x>
383      <y>206</y>
384     </hint>
385     <hint type="destinationlabel">
386      <x>393</x>
387      <y>206</y>
388     </hint>
389    </hints>
390   </connection>
391   <connection>
392    <sender>tminSlider</sender>
393    <signal>sliderMoved(int)</signal>
394    <receiver>spin_tmin</receiver>
395    <slot>setValue(int)</slot>
396    <hints>
397     <hint type="sourcelabel">
398      <x>412</x>
399      <y>262</y>
400     </hint>
401     <hint type="destinationlabel">
402      <x>578</x>
403      <y>269</y>
404     </hint>
405    </hints>
406   </connection>
407   <connection>
408    <sender>tmaxSlider</sender>
409    <signal>sliderMoved(int)</signal>
410    <receiver>spin_tmax</receiver>
411    <slot>setValue(int)</slot>
412    <hints>
413     <hint type="sourcelabel">
414      <x>435</x>
415      <y>293</y>
416     </hint>
417     <hint type="destinationlabel">
418      <x>556</x>
419      <y>300</y>
420     </hint>
421    </hints>
422   </connection>
423   <connection>
424    <sender>spin_tmin</sender>
425    <signal>valueChanged(int)</signal>
426    <receiver>tminSlider</receiver>
427    <slot>setValue(int)</slot>
428    <hints>
429     <hint type="sourcelabel">
430      <x>576</x>
431      <y>259</y>
432     </hint>
433     <hint type="destinationlabel">
434      <x>436</x>
435      <y>263</y>
436     </hint>
437    </hints>
438   </connection>
439   <connection>
440    <sender>spin_tmax</sender>
441    <signal>valueChanged(int)</signal>
442    <receiver>tmaxSlider</receiver>
443    <slot>setValue(int)</slot>
444    <hints>
445     <hint type="sourcelabel">
446      <x>578</x>
447      <y>299</y>
448     </hint>
449     <hint type="destinationlabel">
450      <x>420</x>
451      <y>298</y>
452     </hint>
453    </hints>
454   </connection>
455  </connections>
456 </ui>