]> Creatis software - clitk.git/blob - vv/qt_ui/vvToolStructureSetManager.ui
680871c0863ba80fbcfcd1dbb1ab35360849bb5f
[clitk.git] / vv / qt_ui / vvToolStructureSetManager.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvToolStructureSetManager</class>
4  <widget class="QWidget" name="vvToolStructureSetManager">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>485</width>
10     <height>476</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_3">
17    <item>
18     <widget class="QLabel" name="mROInameLabel_3">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="text">
26       <string>ROI viewer: choose one or several binary images to load</string>
27      </property>
28     </widget>
29    </item>
30    <item>
31     <layout class="QHBoxLayout" name="horizontalLayout_4">
32      <item>
33       <spacer name="horizontalSpacer_2">
34        <property name="orientation">
35         <enum>Qt::Horizontal</enum>
36        </property>
37        <property name="sizeHint" stdset="0">
38         <size>
39          <width>40</width>
40          <height>20</height>
41         </size>
42        </property>
43       </spacer>
44      </item>
45      <item>
46       <layout class="QHBoxLayout" name="horizontalLayout_3">
47        <item>
48         <widget class="QLabel" name="vectorFieldNameLabel_4">
49          <property name="sizePolicy">
50           <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
51            <horstretch>0</horstretch>
52            <verstretch>0</verstretch>
53           </sizepolicy>
54          </property>
55          <property name="text">
56           <string>Load ROI from label image</string>
57          </property>
58         </widget>
59        </item>
60        <item>
61         <widget class="QPushButton" name="mOpenBinaryButton">
62          <property name="sizePolicy">
63           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
64            <horstretch>0</horstretch>
65            <verstretch>0</verstretch>
66           </sizepolicy>
67          </property>
68          <property name="maximumSize">
69           <size>
70            <width>24</width>
71            <height>24</height>
72           </size>
73          </property>
74          <property name="toolTip">
75           <string>Open label image</string>
76          </property>
77          <property name="text">
78           <string/>
79          </property>
80          <property name="icon">
81           <iconset resource="../vvIcons.qrc">
82            <normaloff>:/common/icons/fileopen.png</normaloff>:/common/icons/fileopen.png</iconset>
83          </property>
84         </widget>
85        </item>
86       </layout>
87      </item>
88      <item>
89       <spacer name="horizontalSpacer">
90        <property name="orientation">
91         <enum>Qt::Horizontal</enum>
92        </property>
93        <property name="sizeHint" stdset="0">
94         <size>
95          <width>40</width>
96          <height>20</height>
97         </size>
98        </property>
99       </spacer>
100      </item>
101      <item>
102       <layout class="QHBoxLayout" name="horizontalLayout_2">
103        <item>
104         <widget class="QLabel" name="dimensionStaticLabel">
105          <property name="sizePolicy">
106           <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
107            <horstretch>0</horstretch>
108            <verstretch>0</verstretch>
109           </sizepolicy>
110          </property>
111          <property name="text">
112           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
113 &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;
114 p, li { white-space: pre-wrap; }
115 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
116 &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-size:9pt;&quot;&gt;Background value :&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
117          </property>
118         </widget>
119        </item>
120        <item>
121         <widget class="QSpinBox" name="mBackgroundValueSpinBox"/>
122        </item>
123       </layout>
124      </item>
125      <item>
126       <spacer name="horizontalSpacer_3">
127        <property name="orientation">
128         <enum>Qt::Horizontal</enum>
129        </property>
130        <property name="sizeHint" stdset="0">
131         <size>
132          <width>40</width>
133          <height>20</height>
134         </size>
135        </property>
136       </spacer>
137      </item>
138     </layout>
139    </item>
140    <item>
141     <widget class="QTreeWidget" name="mTree">
142      <property name="alternatingRowColors">
143       <bool>false</bool>
144      </property>
145      <property name="selectionMode">
146       <enum>QAbstractItemView::SingleSelection</enum>
147      </property>
148      <property name="selectionBehavior">
149       <enum>QAbstractItemView::SelectRows</enum>
150      </property>
151      <property name="animated">
152       <bool>true</bool>
153      </property>
154      <property name="wordWrap">
155       <bool>true</bool>
156      </property>
157      <column>
158       <property name="text">
159        <string>ID</string>
160       </property>
161      </column>
162      <column>
163       <property name="text">
164        <string>Name</string>
165       </property>
166      </column>
167      <column>
168       <property name="text">
169        <string>Color</string>
170       </property>
171      </column>
172      <item>
173       <property name="text">
174        <string>10</string>
175       </property>
176       <property name="text">
177        <string>Toto.mhd.toiefkjhfdjvhjhf</string>
178       </property>
179       <property name="text">
180        <string>Red</string>
181       </property>
182      </item>
183     </widget>
184    </item>
185    <item>
186     <layout class="QHBoxLayout" name="horizontalLayout">
187      <item>
188       <widget class="QGroupBox" name="groupBox">
189        <property name="title">
190         <string>All ROI</string>
191        </property>
192        <layout class="QVBoxLayout" name="verticalLayout_2">
193         <item>
194          <layout class="QHBoxLayout" name="horizontalLayout_7">
195           <item>
196            <widget class="QCheckBox" name="mCheckBoxShowAll">
197             <property name="text">
198              <string>Show</string>
199             </property>
200             <property name="checked">
201              <bool>false</bool>
202             </property>
203             <property name="tristate">
204              <bool>true</bool>
205             </property>
206            </widget>
207           </item>
208           <item>
209            <widget class="QCheckBox" name="mContourCheckBoxShowAll">
210             <property name="text">
211              <string>Contour</string>
212             </property>
213             <property name="checked">
214              <bool>false</bool>
215             </property>
216             <property name="tristate">
217              <bool>true</bool>
218             </property>
219            </widget>
220           </item>
221          </layout>
222         </item>
223         <item>
224          <widget class="QLabel" name="vectorFieldNameLabel_8">
225           <property name="sizePolicy">
226            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
227             <horstretch>0</horstretch>
228             <verstretch>0</verstretch>
229            </sizepolicy>
230           </property>
231           <property name="text">
232            <string>Opacity</string>
233           </property>
234          </widget>
235         </item>
236         <item>
237          <widget class="QSlider" name="mOpacitySliderAll">
238           <property name="orientation">
239            <enum>Qt::Horizontal</enum>
240           </property>
241          </widget>
242         </item>
243         <item>
244          <layout class="QHBoxLayout" name="horizontalLayout_10">
245           <item>
246            <widget class="QSpinBox" name="mOpacitySpinBoxAll"/>
247           </item>
248           <item>
249            <spacer name="horizontalSpacer_4">
250             <property name="orientation">
251              <enum>Qt::Horizontal</enum>
252             </property>
253             <property name="sizeHint" stdset="0">
254              <size>
255               <width>37</width>
256               <height>17</height>
257              </size>
258             </property>
259            </spacer>
260           </item>
261          </layout>
262         </item>
263        </layout>
264       </widget>
265      </item>
266      <item>
267       <widget class="QGroupBox" name="mGroupBoxROI">
268        <property name="title">
269         <string>Selected ROI</string>
270        </property>
271        <layout class="QVBoxLayout" name="verticalLayout">
272         <item>
273          <layout class="QHBoxLayout" name="horizontalLayout_8">
274           <item>
275            <widget class="QCheckBox" name="mCheckBoxShow">
276             <property name="text">
277              <string>Show</string>
278             </property>
279             <property name="checked">
280              <bool>false</bool>
281             </property>
282            </widget>
283           </item>
284           <item>
285            <widget class="QPushButton" name="mChangeColorButton">
286             <property name="toolTip">
287              <string/>
288             </property>
289             <property name="autoFillBackground">
290              <bool>false</bool>
291             </property>
292             <property name="text">
293              <string>Color</string>
294             </property>
295            </widget>
296           </item>
297          </layout>
298         </item>
299         <item>
300          <layout class="QHBoxLayout" name="horizontalLayout_5">
301           <item>
302            <widget class="QLabel" name="vectorFieldNameLabel_7">
303             <property name="sizePolicy">
304              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
305               <horstretch>0</horstretch>
306               <verstretch>0</verstretch>
307              </sizepolicy>
308             </property>
309             <property name="text">
310              <string>Opacity</string>
311             </property>
312            </widget>
313           </item>
314           <item>
315            <widget class="QSlider" name="mOpacitySlider">
316             <property name="orientation">
317              <enum>Qt::Horizontal</enum>
318             </property>
319            </widget>
320           </item>
321           <item>
322            <widget class="QSpinBox" name="mOpacitySpinBox"/>
323           </item>
324          </layout>
325         </item>
326         <item>
327          <layout class="QHBoxLayout" name="horizontalLayout_9">
328           <item>
329            <widget class="QCheckBox" name="mContourCheckBoxShow">
330             <property name="text">
331              <string>Contour</string>
332             </property>
333             <property name="checked">
334              <bool>false</bool>
335             </property>
336            </widget>
337           </item>
338           <item>
339            <widget class="QPushButton" name="mChangeContourColorButton">
340             <property name="toolTip">
341              <string/>
342             </property>
343             <property name="autoFillBackground">
344              <bool>false</bool>
345             </property>
346             <property name="text">
347              <string>Color</string>
348             </property>
349            </widget>
350           </item>
351           <item>
352            <layout class="QHBoxLayout" name="horizontalLayout_6">
353             <item>
354              <widget class="QLabel" name="mROInameLabel_2">
355               <property name="sizePolicy">
356                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
357                 <horstretch>0</horstretch>
358                 <verstretch>0</verstretch>
359                </sizepolicy>
360               </property>
361               <property name="text">
362                <string>Width</string>
363               </property>
364              </widget>
365             </item>
366             <item>
367              <widget class="QSpinBox" name="mContourWidthSpinBox">
368               <property name="minimum">
369                <number>1</number>
370               </property>
371               <property name="maximum">
372                <number>5</number>
373               </property>
374              </widget>
375             </item>
376            </layout>
377           </item>
378          </layout>
379         </item>
380         <item>
381          <widget class="QLabel" name="mROInameLabel">
382           <property name="sizePolicy">
383            <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
384             <horstretch>0</horstretch>
385             <verstretch>0</verstretch>
386            </sizepolicy>
387           </property>
388           <property name="text">
389            <string>Name : Lung</string>
390           </property>
391          </widget>
392         </item>
393        </layout>
394       </widget>
395      </item>
396     </layout>
397    </item>
398   </layout>
399  </widget>
400  <resources>
401   <include location="../vvIcons.qrc"/>
402  </resources>
403  <connections>
404   <connection>
405    <sender>mOpacitySlider</sender>
406    <signal>valueChanged(int)</signal>
407    <receiver>mOpacitySpinBox</receiver>
408    <slot>setValue(int)</slot>
409    <hints>
410     <hint type="sourcelabel">
411      <x>344</x>
412      <y>381</y>
413     </hint>
414     <hint type="destinationlabel">
415      <x>426</x>
416      <y>381</y>
417     </hint>
418    </hints>
419   </connection>
420   <connection>
421    <sender>mOpacitySpinBox</sender>
422    <signal>valueChanged(int)</signal>
423    <receiver>mOpacitySlider</receiver>
424    <slot>setValue(int)</slot>
425    <hints>
426     <hint type="sourcelabel">
427      <x>432</x>
428      <y>386</y>
429     </hint>
430     <hint type="destinationlabel">
431      <x>351</x>
432      <y>386</y>
433     </hint>
434    </hints>
435   </connection>
436   <connection>
437    <sender>mOpacitySpinBoxAll</sender>
438    <signal>valueChanged(int)</signal>
439    <receiver>mOpacitySliderAll</receiver>
440    <slot>setValue(int)</slot>
441    <hints>
442     <hint type="sourcelabel">
443      <x>88</x>
444      <y>433</y>
445     </hint>
446     <hint type="destinationlabel">
447      <x>86</x>
448      <y>408</y>
449     </hint>
450    </hints>
451   </connection>
452   <connection>
453    <sender>mOpacitySliderAll</sender>
454    <signal>sliderMoved(int)</signal>
455    <receiver>mOpacitySpinBoxAll</receiver>
456    <slot>setValue(int)</slot>
457    <hints>
458     <hint type="sourcelabel">
459      <x>128</x>
460      <y>410</y>
461     </hint>
462     <hint type="destinationlabel">
463      <x>128</x>
464      <y>433</y>
465     </hint>
466    </hints>
467   </connection>
468  </connections>
469 </ui>