]> Creatis software - clitk.git/blob - vv/qt_ui/vvToolExtractLung.ui
some small corrections
[clitk.git] / vv / qt_ui / vvToolExtractLung.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvToolExtractLung</class>
4  <widget class="QWidget" name="vvToolExtractLung">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>412</width>
10     <height>384</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QLabel" name="mLabelInput">
19      <property name="font">
20       <font>
21        <pointsize>11</pointsize>
22        <weight>75</weight>
23        <bold>true</bold>
24       </font>
25      </property>
26      <property name="frameShape">
27       <enum>QFrame::NoFrame</enum>
28      </property>
29      <property name="text">
30       <string>No selected image</string>
31      </property>
32      <property name="alignment">
33       <set>Qt::AlignCenter</set>
34      </property>
35     </widget>
36    </item>
37    <item>
38     <widget class="QGroupBox" name="mMaskLoaderBox">
39      <property name="title">
40       <string>GroupBox</string>
41      </property>
42      <layout class="QGridLayout" name="gridLayout">
43       <item row="1" column="0">
44        <widget class="vvLabelImageLoaderWidget" name="mPatientMaskInputWidget" native="true">
45         <zorder>mOptionsBox</zorder>
46         <zorder>mOptionsBox</zorder>
47        </widget>
48       </item>
49      </layout>
50     </widget>
51    </item>
52    <item>
53     <widget class="QGroupBox" name="mOptionsBox">
54      <property name="title">
55       <string>GroupBox</string>
56      </property>
57      <layout class="QVBoxLayout" name="verticalLayout_2">
58       <item>
59        <layout class="QHBoxLayout" name="horizontalLayout_5">
60         <item>
61          <widget class="QCheckBox" name="mFullConnectivityCheckBox_2">
62           <property name="text">
63            <string>Resample before (faster)</string>
64           </property>
65           <property name="checked">
66            <bool>false</bool>
67           </property>
68           <property name="tristate">
69            <bool>false</bool>
70           </property>
71          </widget>
72         </item>
73         <item>
74          <widget class="QDoubleSpinBox" name="mSamplingSpinBox">
75           <property name="enabled">
76            <bool>false</bool>
77           </property>
78          </widget>
79         </item>
80         <item>
81          <widget class="QLabel" name="dimensionStaticLabel_6">
82           <property name="enabled">
83            <bool>false</bool>
84           </property>
85           <property name="sizePolicy">
86            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
87             <horstretch>0</horstretch>
88             <verstretch>0</verstretch>
89            </sizepolicy>
90           </property>
91           <property name="text">
92            <string>mm</string>
93           </property>
94          </widget>
95         </item>
96         <item>
97          <spacer name="horizontalSpacer_5">
98           <property name="orientation">
99            <enum>Qt::Horizontal</enum>
100           </property>
101           <property name="sizeHint" stdset="0">
102            <size>
103             <width>40</width>
104             <height>20</height>
105            </size>
106           </property>
107          </spacer>
108         </item>
109        </layout>
110       </item>
111       <item>
112        <layout class="QGridLayout" name="gridLayout_2">
113         <item row="2" column="2">
114          <widget class="vvIntensityValueSlider" name="mThresholdSlider2" native="true">
115           <property name="enabled">
116            <bool>false</bool>
117           </property>
118           <zorder>mPatientMaskInputWidget</zorder>
119          </widget>
120         </item>
121         <item row="1" column="1">
122          <widget class="QLabel" name="label_2">
123           <property name="text">
124            <string>Initial upper threshold for air</string>
125           </property>
126          </widget>
127         </item>
128         <item row="1" column="2">
129          <widget class="vvIntensityValueSlider" name="mThresholdSlider1" native="true"/>
130         </item>
131         <item row="2" column="1">
132          <widget class="QRadioButton" name="mRadioButtonLowerThan">
133           <property name="text">
134            <string>lower threshold for air</string>
135           </property>
136           <property name="autoExclusive">
137            <bool>false</bool>
138           </property>
139          </widget>
140         </item>
141        </layout>
142       </item>
143       <item>
144        <layout class="QHBoxLayout" name="horizontalLayout_4">
145         <item>
146          <widget class="QLabel" name="dimensionStaticLabel_2">
147           <property name="sizePolicy">
148            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
149             <horstretch>0</horstretch>
150             <verstretch>0</verstretch>
151            </sizepolicy>
152           </property>
153           <property name="text">
154            <string>Min size</string>
155           </property>
156          </widget>
157         </item>
158         <item>
159          <widget class="QSpinBox" name="mMinSizeSpinBox">
160           <property name="maximum">
161            <number>999999</number>
162           </property>
163           <property name="value">
164            <number>100</number>
165           </property>
166          </widget>
167         </item>
168         <item>
169          <spacer name="horizontalSpacer">
170           <property name="orientation">
171            <enum>Qt::Horizontal</enum>
172           </property>
173           <property name="sizeHint" stdset="0">
174            <size>
175             <width>40</width>
176             <height>20</height>
177            </size>
178           </property>
179          </spacer>
180         </item>
181        </layout>
182       </item>
183       <item>
184        <widget class="QCheckBox" name="mFullConnectivityCheckBox">
185         <property name="text">
186          <string>Full connectivity</string>
187         </property>
188         <property name="checked">
189          <bool>true</bool>
190         </property>
191         <property name="tristate">
192          <bool>true</bool>
193         </property>
194        </widget>
195       </item>
196       <item>
197        <layout class="QHBoxLayout" name="horizontalLayout_2">
198         <item>
199          <widget class="QLabel" name="dimensionStaticLabel_3">
200           <property name="sizePolicy">
201            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
202             <horstretch>0</horstretch>
203             <verstretch>0</verstretch>
204            </sizepolicy>
205           </property>
206           <property name="text">
207            <string>Remove</string>
208           </property>
209          </widget>
210         </item>
211         <item>
212          <widget class="QSpinBox" name="mBackgroundValueSpinBox"/>
213         </item>
214         <item>
215          <spacer name="horizontalSpacer_4">
216           <property name="orientation">
217            <enum>Qt::Horizontal</enum>
218           </property>
219           <property name="sizeHint" stdset="0">
220            <size>
221             <width>40</width>
222             <height>20</height>
223            </size>
224           </property>
225          </spacer>
226         </item>
227        </layout>
228       </item>
229       <item>
230        <layout class="QHBoxLayout" name="horizontalLayout_3">
231         <item>
232          <widget class="QLabel" name="dimensionStaticLabel_4">
233           <property name="sizePolicy">
234            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
235             <horstretch>0</horstretch>
236             <verstretch>0</verstretch>
237            </sizepolicy>
238           </property>
239           <property name="text">
240            <string>First Keep</string>
241           </property>
242          </widget>
243         </item>
244         <item>
245          <widget class="QSpinBox" name="mBackgroundValueSpinBox_2"/>
246         </item>
247         <item>
248          <spacer name="horizontalSpacer_3">
249           <property name="orientation">
250            <enum>Qt::Horizontal</enum>
251           </property>
252           <property name="sizeHint" stdset="0">
253            <size>
254             <width>40</width>
255             <height>20</height>
256            </size>
257           </property>
258          </spacer>
259         </item>
260        </layout>
261       </item>
262       <item>
263        <layout class="QHBoxLayout" name="horizontalLayout">
264         <item>
265          <widget class="QLabel" name="dimensionStaticLabel_5">
266           <property name="sizePolicy">
267            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
268             <horstretch>0</horstretch>
269             <verstretch>0</verstretch>
270            </sizepolicy>
271           </property>
272           <property name="text">
273            <string>Last Keep</string>
274           </property>
275          </widget>
276         </item>
277         <item>
278          <widget class="QSpinBox" name="mBackgroundValueSpinBox_3"/>
279         </item>
280         <item>
281          <spacer name="horizontalSpacer_2">
282           <property name="orientation">
283            <enum>Qt::Horizontal</enum>
284           </property>
285           <property name="sizeHint" stdset="0">
286            <size>
287             <width>40</width>
288             <height>20</height>
289            </size>
290           </property>
291          </spacer>
292         </item>
293        </layout>
294       </item>
295      </layout>
296     </widget>
297    </item>
298   </layout>
299  </widget>
300  <customwidgets>
301   <customwidget>
302    <class>vvIntensityValueSlider</class>
303    <extends>QWidget</extends>
304    <header>vvIntensityValueSlider.h</header>
305    <container>1</container>
306   </customwidget>
307   <customwidget>
308    <class>vvLabelImageLoaderWidget</class>
309    <extends>QWidget</extends>
310    <header>vvLabelImageLoaderWidget.h</header>
311    <container>1</container>
312   </customwidget>
313  </customwidgets>
314  <resources>
315   <include location="../vvIcons.qrc"/>
316  </resources>
317  <connections>
318   <connection>
319    <sender>mFullConnectivityCheckBox_2</sender>
320    <signal>toggled(bool)</signal>
321    <receiver>mSamplingSpinBox</receiver>
322    <slot>setEnabled(bool)</slot>
323    <hints>
324     <hint type="sourcelabel">
325      <x>151</x>
326      <y>141</y>
327     </hint>
328     <hint type="destinationlabel">
329      <x>233</x>
330      <y>134</y>
331     </hint>
332    </hints>
333   </connection>
334   <connection>
335    <sender>mFullConnectivityCheckBox_2</sender>
336    <signal>toggled(bool)</signal>
337    <receiver>dimensionStaticLabel_6</receiver>
338    <slot>setEnabled(bool)</slot>
339    <hints>
340     <hint type="sourcelabel">
341      <x>73</x>
342      <y>141</y>
343     </hint>
344     <hint type="destinationlabel">
345      <x>287</x>
346      <y>143</y>
347     </hint>
348    </hints>
349   </connection>
350  </connections>
351 </ui>