]> Creatis software - clitk.git/blob - vv/qt_ui/vvOverlayPanel.ui
Fusion windows level is now 4 decimals
[clitk.git] / vv / qt_ui / vvOverlayPanel.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvOverlayPanel</class>
4  <widget class="QWidget" name="vvOverlayPanel">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>323</width>
10     <height>447</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Form</string>
21   </property>
22   <layout class="QVBoxLayout" name="verticalLayout">
23    <item>
24     <widget class="QLabel" name="currentImageLabel">
25      <property name="sizePolicy">
26       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31      <property name="text">
32       <string>&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
33 p, li { white-space: pre-wrap; }
34 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
35 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Image :&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
36      </property>
37     </widget>
38    </item>
39    <item>
40     <widget class="QFrame" name="vFFrame">
41      <property name="enabled">
42       <bool>true</bool>
43      </property>
44      <property name="sizePolicy">
45       <sizepolicy hsizetype="Preferred" vsizetype="Maximum">
46        <horstretch>0</horstretch>
47        <verstretch>0</verstretch>
48       </sizepolicy>
49      </property>
50      <property name="frameShape">
51       <enum>QFrame::StyledPanel</enum>
52      </property>
53      <property name="frameShadow">
54       <enum>QFrame::Raised</enum>
55      </property>
56      <layout class="QVBoxLayout" name="verticalLayout_2">
57       <property name="spacing">
58        <number>2</number>
59       </property>
60       <property name="margin">
61        <number>2</number>
62       </property>
63       <item>
64        <layout class="QHBoxLayout" name="horizontalLayout_2">
65         <item>
66          <widget class="QLabel" name="label_4">
67           <property name="maximumSize">
68            <size>
69             <width>24</width>
70             <height>24</height>
71            </size>
72           </property>
73           <property name="text">
74            <string/>
75           </property>
76           <property name="pixmap">
77            <pixmap resource="../vvIcons.qrc">:/common/icons/cursor-uparrow.png</pixmap>
78           </property>
79           <property name="scaledContents">
80            <bool>true</bool>
81           </property>
82          </widget>
83         </item>
84         <item>
85          <widget class="QLabel" name="vectorFieldNameLabel">
86           <property name="sizePolicy">
87            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
88             <horstretch>0</horstretch>
89             <verstretch>0</verstretch>
90            </sizepolicy>
91           </property>
92           <property name="text">
93            <string>Deformation field :</string>
94           </property>
95          </widget>
96         </item>
97        </layout>
98       </item>
99       <item>
100        <layout class="QHBoxLayout" name="horizontalLayout">
101         <item>
102          <widget class="QLabel" name="label_2">
103           <property name="text">
104            <string>&lt;b&gt;Subsampling : &lt;/b&gt;</string>
105           </property>
106          </widget>
107         </item>
108         <item>
109          <widget class="QSpinBox" name="subSamplingSpinBox">
110           <property name="minimum">
111            <number>1</number>
112           </property>
113           <property name="value">
114            <number>5</number>
115           </property>
116          </widget>
117         </item>
118         <item>
119          <widget class="QLabel" name="label_3">
120           <property name="text">
121            <string>&lt;b&gt; Scale : &lt;/b&gt;</string>
122           </property>
123          </widget>
124         </item>
125         <item>
126          <widget class="QSpinBox" name="scaleSpinBox">
127           <property name="value">
128            <number>1</number>
129           </property>
130          </widget>
131         </item>
132        </layout>
133       </item>
134       <item>
135        <layout class="QHBoxLayout" name="horizontalLayout_3">
136         <item>
137          <widget class="QLabel" name="coordinatesLabel">
138           <property name="sizePolicy">
139            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
140             <horstretch>0</horstretch>
141             <verstretch>0</verstretch>
142            </sizepolicy>
143           </property>
144           <property name="text">
145            <string>&lt;b&gt;Displacement :&lt;/b&gt;</string>
146           </property>
147          </widget>
148         </item>
149         <item>
150          <widget class="QLabel" name="label_9">
151           <property name="text">
152            <string>&lt;b&gt;Width : &lt;/b&gt;</string>
153           </property>
154          </widget>
155         </item>
156         <item>
157          <widget class="QSpinBox" name="vfWidthSpinBox">
158           <property name="minimum">
159            <number>1</number>
160           </property>
161           <property name="maximum">
162            <number>10</number>
163           </property>
164           <property name="singleStep">
165            <number>1</number>
166           </property>
167           <property name="value">
168            <number>1</number>
169           </property>
170          </widget>
171         </item>
172        </layout>
173       </item>
174       <item>
175        <widget class="QCheckBox" name="lutCheckBox">
176         <property name="text">
177          <string>Use Logarithm LUT</string>
178         </property>
179        </widget>
180       </item>
181       <item>
182        <widget class="QLabel" name="normLabel">
183         <property name="sizePolicy">
184          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
185           <horstretch>0</horstretch>
186           <verstretch>0</verstretch>
187          </sizepolicy>
188         </property>
189         <property name="text">
190          <string>Length :</string>
191         </property>
192        </widget>
193       </item>
194      </layout>
195     </widget>
196    </item>
197    <item>
198     <widget class="QFrame" name="compareFrame">
199      <property name="enabled">
200       <bool>true</bool>
201      </property>
202      <property name="sizePolicy">
203       <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
204        <horstretch>0</horstretch>
205        <verstretch>0</verstretch>
206       </sizepolicy>
207      </property>
208      <property name="frameShape">
209       <enum>QFrame::StyledPanel</enum>
210      </property>
211      <property name="frameShadow">
212       <enum>QFrame::Raised</enum>
213      </property>
214      <layout class="QGridLayout">
215       <property name="margin">
216        <number>2</number>
217       </property>
218       <property name="spacing">
219        <number>2</number>
220       </property>
221       <item row="0" column="0">
222        <widget class="QLabel" name="label">
223         <property name="maximumSize">
224          <size>
225           <width>24</width>
226           <height>24</height>
227          </size>
228         </property>
229         <property name="text">
230          <string/>
231         </property>
232         <property name="pixmap">
233          <pixmap resource="../vvIcons.qrc">:/common/icons/GPSup.png</pixmap>
234         </property>
235         <property name="scaledContents">
236          <bool>true</bool>
237         </property>
238        </widget>
239       </item>
240       <item row="0" column="1" colspan="2">
241        <widget class="QLabel" name="imageComparedLabel">
242         <property name="sizePolicy">
243          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
244           <horstretch>0</horstretch>
245           <verstretch>0</verstretch>
246          </sizepolicy>
247         </property>
248         <property name="text">
249          <string/>
250         </property>
251        </widget>
252       </item>
253       <item row="1" column="0" colspan="2">
254        <widget class="QLabel" name="colorLabel">
255         <property name="text">
256          <string>Color :</string>
257         </property>
258        </widget>
259       </item>
260       <item row="1" column="2">
261        <widget class="QSlider" name="colorHorizontalSlider">
262         <property name="maximum">
263          <number>359</number>
264         </property>
265         <property name="orientation">
266          <enum>Qt::Horizontal</enum>
267         </property>
268        </widget>
269       </item>
270       <item row="2" column="0" colspan="3">
271        <widget class="QLabel" name="refValueLabel">
272         <property name="sizePolicy">
273          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
274           <horstretch>0</horstretch>
275           <verstretch>0</verstretch>
276          </sizepolicy>
277         </property>
278         <property name="text">
279          <string>Pixel value in image 1 :</string>
280         </property>
281        </widget>
282       </item>
283       <item row="3" column="0" colspan="3">
284        <widget class="QLabel" name="valueLabel">
285         <property name="sizePolicy">
286          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
287           <horstretch>0</horstretch>
288           <verstretch>0</verstretch>
289          </sizepolicy>
290         </property>
291         <property name="text">
292          <string>Pixel value in image 2 :</string>
293         </property>
294        </widget>
295       </item>
296       <item row="4" column="0" colspan="3">
297        <widget class="QLabel" name="diffValueLabel">
298         <property name="sizePolicy">
299          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
300           <horstretch>0</horstretch>
301           <verstretch>0</verstretch>
302          </sizepolicy>
303         </property>
304         <property name="text">
305          <string>Pixel difference :</string>
306         </property>
307        </widget>
308       </item>
309      </layout>
310     </widget>
311    </item>
312    <item>
313     <widget class="QFrame" name="fusionFrame">
314      <property name="enabled">
315       <bool>true</bool>
316      </property>
317      <property name="frameShape">
318       <enum>QFrame::StyledPanel</enum>
319      </property>
320      <property name="frameShadow">
321       <enum>QFrame::Raised</enum>
322      </property>
323      <layout class="QGridLayout">
324       <property name="margin">
325        <number>2</number>
326       </property>
327       <property name="spacing">
328        <number>2</number>
329       </property>
330       <item row="0" column="0">
331        <widget class="QLabel" name="label_5">
332         <property name="maximumSize">
333          <size>
334           <width>24</width>
335           <height>24</height>
336          </size>
337         </property>
338         <property name="text">
339          <string/>
340         </property>
341         <property name="pixmap">
342          <pixmap resource="../vvIcons.qrc">:/common/icons/fusion.png</pixmap>
343         </property>
344        </widget>
345       </item>
346       <item row="0" column="1" colspan="4">
347        <widget class="QLabel" name="dataFusionnedLabel">
348         <property name="sizePolicy">
349          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
350           <horstretch>0</horstretch>
351           <verstretch>0</verstretch>
352          </sizepolicy>
353         </property>
354         <property name="text">
355          <string>Fusion :</string>
356         </property>
357        </widget>
358       </item>
359       <item row="1" column="0" colspan="2">
360        <widget class="QLabel" name="opacityLabel">
361         <property name="text">
362          <string>Opacity :</string>
363         </property>
364        </widget>
365       </item>
366       <item row="1" column="2" colspan="3">
367        <widget class="QSlider" name="opacityHorizontalSlider">
368         <property name="sizePolicy">
369          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
370           <horstretch>0</horstretch>
371           <verstretch>0</verstretch>
372          </sizepolicy>
373         </property>
374         <property name="orientation">
375          <enum>Qt::Horizontal</enum>
376         </property>
377        </widget>
378       </item>
379       <item row="2" column="0" colspan="2">
380        <widget class="QLabel" name="label_6">
381         <property name="sizePolicy">
382          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
383           <horstretch>0</horstretch>
384           <verstretch>0</verstretch>
385          </sizepolicy>
386         </property>
387         <property name="text">
388          <string>Colormap :</string>
389         </property>
390        </widget>
391       </item>
392       <item row="2" column="2" colspan="2">
393        <widget class="QComboBox" name="fusionColorMapComboBox">
394         <property name="currentIndex">
395          <number>3</number>
396         </property>
397         <item>
398          <property name="text">
399           <string>B&amp;W</string>
400          </property>
401         </item>
402         <item>
403          <property name="text">
404           <string>Heat</string>
405          </property>
406         </item>
407         <item>
408          <property name="text">
409           <string>Cold</string>
410          </property>
411         </item>
412         <item>
413          <property name="text">
414           <string>Full Color Range</string>
415          </property>
416         </item>
417        </widget>
418       </item>
419       <item row="3" column="0" colspan="2">
420        <widget class="QLabel" name="label_7">
421         <property name="text">
422          <string>Window :</string>
423         </property>
424        </widget>
425       </item>
426       <item row="3" column="2">
427        <widget class="QDoubleSpinBox" name="windowSpinBox">
428         <property name="decimals">
429          <number>4</number>
430         </property>
431         <property name="minimum">
432          <double>-999999.000000000000000</double>
433         </property>
434         <property name="maximum">
435          <double>999999.000000000000000</double>
436         </property>
437         <property name="singleStep">
438          <double>10.000000000000000</double>
439         </property>
440         <property name="value">
441          <double>100.000000000000000</double>
442         </property>
443        </widget>
444       </item>
445       <item row="3" column="3">
446        <widget class="QLabel" name="label_8">
447         <property name="text">
448          <string>Level :</string>
449         </property>
450        </widget>
451       </item>
452       <item row="3" column="4">
453        <widget class="QDoubleSpinBox" name="levelSpinBox">
454         <property name="decimals">
455          <number>4</number>
456         </property>
457         <property name="minimum">
458          <double>-999999.000000000000000</double>
459         </property>
460         <property name="maximum">
461          <double>999999.000000000000000</double>
462         </property>
463         <property name="singleStep">
464          <double>10.000000000000000</double>
465         </property>
466         <property name="value">
467          <double>1000.000000000000000</double>
468         </property>
469        </widget>
470       </item>
471       <item row="4" column="0" colspan="5">
472        <widget class="QLabel" name="valueFusionnedLabel">
473         <property name="sizePolicy">
474          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
475           <horstretch>0</horstretch>
476           <verstretch>0</verstretch>
477          </sizepolicy>
478         </property>
479         <property name="text">
480          <string>Pixel value in image 2 :</string>
481         </property>
482        </widget>
483       </item>
484      </layout>
485     </widget>
486    </item>
487    <item>
488     <spacer name="verticalSpacer">
489      <property name="orientation">
490       <enum>Qt::Vertical</enum>
491      </property>
492      <property name="sizeHint" stdset="0">
493       <size>
494        <width>20</width>
495        <height>40</height>
496       </size>
497      </property>
498     </spacer>
499    </item>
500   </layout>
501  </widget>
502  <resources>
503   <include location="../vvIcons.qrc"/>
504   <include location="../vvIcons.qrc"/>
505   <include location="vvIcons.qrc"/>
506  </resources>
507  <connections/>
508 </ui>