]> Creatis software - clitk.git/blob - vv/qt_ui/vvCropDialog.ui
Initial revision
[clitk.git] / vv / qt_ui / vvCropDialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvCropDialog</class>
4  <widget class="QDialog" name="vvCropDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>285</width>
10     <height>276</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Crop Image</string>
15   </property>
16   <property name="windowIcon">
17    <iconset resource="../vvIcons.qrc">
18     <normaloff>:/new/prefix1/icons/crop.png</normaloff>:/new/prefix1/icons/crop.png</iconset>
19   </property>
20   <layout class="QVBoxLayout" name="verticalLayout">
21    <item>
22     <layout class="QHBoxLayout" name="horizontalLayout">
23      <item>
24       <widget class="QLabel" name="label_7">
25        <property name="text">
26         <string>Input Image</string>
27        </property>
28       </widget>
29      </item>
30      <item>
31       <widget class="QComboBox" name="inputSequenceBox"/>
32      </item>
33     </layout>
34    </item>
35    <item>
36     <layout class="QGridLayout" name="gridLayout">
37      <item row="0" column="0">
38       <widget class="QLabel" name="label">
39        <property name="text">
40         <string>X min</string>
41        </property>
42       </widget>
43      </item>
44      <item row="0" column="1">
45       <widget class="QSlider" name="xminSlider">
46        <property name="orientation">
47         <enum>Qt::Horizontal</enum>
48        </property>
49       </widget>
50      </item>
51      <item row="1" column="0">
52       <widget class="QLabel" name="label_2">
53        <property name="text">
54         <string>X max</string>
55        </property>
56       </widget>
57      </item>
58      <item row="1" column="1">
59       <widget class="QSlider" name="xmaxSlider">
60        <property name="orientation">
61         <enum>Qt::Horizontal</enum>
62        </property>
63       </widget>
64      </item>
65      <item row="2" column="0">
66       <widget class="QLabel" name="label_3">
67        <property name="text">
68         <string>Y min</string>
69        </property>
70       </widget>
71      </item>
72      <item row="2" column="1">
73       <widget class="QSlider" name="yminSlider">
74        <property name="orientation">
75         <enum>Qt::Horizontal</enum>
76        </property>
77       </widget>
78      </item>
79      <item row="3" column="0">
80       <widget class="QLabel" name="label_4">
81        <property name="text">
82         <string>Y max</string>
83        </property>
84       </widget>
85      </item>
86      <item row="3" column="1">
87       <widget class="QSlider" name="ymaxSlider">
88        <property name="orientation">
89         <enum>Qt::Horizontal</enum>
90        </property>
91       </widget>
92      </item>
93      <item row="4" column="0">
94       <widget class="QLabel" name="label_5">
95        <property name="text">
96         <string>Z min</string>
97        </property>
98       </widget>
99      </item>
100      <item row="4" column="1">
101       <widget class="QSlider" name="zminSlider">
102        <property name="orientation">
103         <enum>Qt::Horizontal</enum>
104        </property>
105       </widget>
106      </item>
107      <item row="5" column="0">
108       <widget class="QLabel" name="label_6">
109        <property name="text">
110         <string>Z max</string>
111        </property>
112       </widget>
113      </item>
114      <item row="5" column="1">
115       <widget class="QSlider" name="zmaxSlider">
116        <property name="orientation">
117         <enum>Qt::Horizontal</enum>
118        </property>
119       </widget>
120      </item>
121      <item row="0" column="2">
122       <widget class="QSpinBox" name="spin_xmin"/>
123      </item>
124      <item row="1" column="2">
125       <widget class="QSpinBox" name="spin_xmax"/>
126      </item>
127      <item row="2" column="2">
128       <widget class="QSpinBox" name="spin_ymin"/>
129      </item>
130      <item row="3" column="2">
131       <widget class="QSpinBox" name="spin_ymax"/>
132      </item>
133      <item row="4" column="2">
134       <widget class="QSpinBox" name="spin_zmin"/>
135      </item>
136      <item row="5" column="2">
137       <widget class="QSpinBox" name="spin_zmax"/>
138      </item>
139     </layout>
140    </item>
141    <item>
142     <widget class="QDialogButtonBox" name="buttonBox">
143      <property name="orientation">
144       <enum>Qt::Horizontal</enum>
145      </property>
146      <property name="standardButtons">
147       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
148      </property>
149     </widget>
150    </item>
151   </layout>
152  </widget>
153  <resources>
154   <include location="../vvIcons.qrc"/>
155  </resources>
156  <connections>
157   <connection>
158    <sender>buttonBox</sender>
159    <signal>accepted()</signal>
160    <receiver>vvCropDialog</receiver>
161    <slot>accept()</slot>
162    <hints>
163     <hint type="sourcelabel">
164      <x>184</x>
165      <y>271</y>
166     </hint>
167     <hint type="destinationlabel">
168      <x>157</x>
169      <y>262</y>
170     </hint>
171    </hints>
172   </connection>
173   <connection>
174    <sender>buttonBox</sender>
175    <signal>rejected()</signal>
176    <receiver>vvCropDialog</receiver>
177    <slot>reject()</slot>
178    <hints>
179     <hint type="sourcelabel">
180      <x>184</x>
181      <y>271</y>
182     </hint>
183     <hint type="destinationlabel">
184      <x>286</x>
185      <y>262</y>
186     </hint>
187    </hints>
188   </connection>
189   <connection>
190    <sender>xminSlider</sender>
191    <signal>valueChanged(int)</signal>
192    <receiver>spin_xmin</receiver>
193    <slot>setValue(int)</slot>
194    <hints>
195     <hint type="sourcelabel">
196      <x>171</x>
197      <y>77</y>
198     </hint>
199     <hint type="destinationlabel">
200      <x>246</x>
201      <y>80</y>
202     </hint>
203    </hints>
204   </connection>
205   <connection>
206    <sender>spin_xmin</sender>
207    <signal>valueChanged(int)</signal>
208    <receiver>xminSlider</receiver>
209    <slot>setValue(int)</slot>
210    <hints>
211     <hint type="sourcelabel">
212      <x>251</x>
213      <y>71</y>
214     </hint>
215     <hint type="destinationlabel">
216      <x>169</x>
217      <y>70</y>
218     </hint>
219    </hints>
220   </connection>
221   <connection>
222    <sender>xmaxSlider</sender>
223    <signal>valueChanged(int)</signal>
224    <receiver>spin_xmax</receiver>
225    <slot>setValue(int)</slot>
226    <hints>
227     <hint type="sourcelabel">
228      <x>172</x>
229      <y>109</y>
230     </hint>
231     <hint type="destinationlabel">
232      <x>233</x>
233      <y>111</y>
234     </hint>
235    </hints>
236   </connection>
237   <connection>
238    <sender>spin_xmax</sender>
239    <signal>valueChanged(int)</signal>
240    <receiver>xmaxSlider</receiver>
241    <slot>setValue(int)</slot>
242    <hints>
243     <hint type="sourcelabel">
244      <x>241</x>
245      <y>110</y>
246     </hint>
247     <hint type="destinationlabel">
248      <x>167</x>
249      <y>111</y>
250     </hint>
251    </hints>
252   </connection>
253   <connection>
254    <sender>yminSlider</sender>
255    <signal>valueChanged(int)</signal>
256    <receiver>spin_ymin</receiver>
257    <slot>setValue(int)</slot>
258    <hints>
259     <hint type="sourcelabel">
260      <x>170</x>
261      <y>131</y>
262     </hint>
263     <hint type="destinationlabel">
264      <x>245</x>
265      <y>138</y>
266     </hint>
267    </hints>
268   </connection>
269   <connection>
270    <sender>spin_ymin</sender>
271    <signal>valueChanged(int)</signal>
272    <receiver>yminSlider</receiver>
273    <slot>setValue(int)</slot>
274    <hints>
275     <hint type="sourcelabel">
276      <x>259</x>
277      <y>136</y>
278     </hint>
279     <hint type="destinationlabel">
280      <x>179</x>
281      <y>135</y>
282     </hint>
283    </hints>
284   </connection>
285   <connection>
286    <sender>ymaxSlider</sender>
287    <signal>valueChanged(int)</signal>
288    <receiver>spin_ymax</receiver>
289    <slot>setValue(int)</slot>
290    <hints>
291     <hint type="sourcelabel">
292      <x>177</x>
293      <y>168</y>
294     </hint>
295     <hint type="destinationlabel">
296      <x>257</x>
297      <y>172</y>
298     </hint>
299    </hints>
300   </connection>
301   <connection>
302    <sender>spin_ymax</sender>
303    <signal>valueChanged(int)</signal>
304    <receiver>ymaxSlider</receiver>
305    <slot>setValue(int)</slot>
306    <hints>
307     <hint type="sourcelabel">
308      <x>261</x>
309      <y>168</y>
310     </hint>
311     <hint type="destinationlabel">
312      <x>172</x>
313      <y>163</y>
314     </hint>
315    </hints>
316   </connection>
317   <connection>
318    <sender>zminSlider</sender>
319    <signal>valueChanged(int)</signal>
320    <receiver>spin_zmin</receiver>
321    <slot>setValue(int)</slot>
322    <hints>
323     <hint type="sourcelabel">
324      <x>184</x>
325      <y>199</y>
326     </hint>
327     <hint type="destinationlabel">
328      <x>269</x>
329      <y>198</y>
330     </hint>
331    </hints>
332   </connection>
333   <connection>
334    <sender>spin_zmin</sender>
335    <signal>valueChanged(int)</signal>
336    <receiver>zminSlider</receiver>
337    <slot>setValue(int)</slot>
338    <hints>
339     <hint type="sourcelabel">
340      <x>264</x>
341      <y>197</y>
342     </hint>
343     <hint type="destinationlabel">
344      <x>197</x>
345      <y>197</y>
346     </hint>
347    </hints>
348   </connection>
349   <connection>
350    <sender>zmaxSlider</sender>
351    <signal>valueChanged(int)</signal>
352    <receiver>spin_zmax</receiver>
353    <slot>setValue(int)</slot>
354    <hints>
355     <hint type="sourcelabel">
356      <x>139</x>
357      <y>229</y>
358     </hint>
359     <hint type="destinationlabel">
360      <x>266</x>
361      <y>227</y>
362     </hint>
363    </hints>
364   </connection>
365   <connection>
366    <sender>spin_zmax</sender>
367    <signal>valueChanged(int)</signal>
368    <receiver>zmaxSlider</receiver>
369    <slot>setValue(int)</slot>
370    <hints>
371     <hint type="sourcelabel">
372      <x>249</x>
373      <y>222</y>
374     </hint>
375     <hint type="destinationlabel">
376      <x>163</x>
377      <y>221</y>
378     </hint>
379    </hints>
380   </connection>
381  </connections>
382 </ui>