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