2 <class>vvDeformationDialog</class>
3 <widget class="QDialog" name="vvDeformationDialog" >
4 <property name="geometry" >
12 <property name="windowTitle" >
13 <string>Deformation field computation</string>
15 <layout class="QGridLayout" >
16 <item row="0" column="0" >
17 <widget class="QLabel" name="label" >
18 <property name="text" >
19 <string>Input Sequence</string>
23 <item row="0" column="1" >
24 <widget class="QComboBox" name="inputSequenceBox" />
26 <item row="1" column="0" >
27 <widget class="QLabel" name="refImageLabel" >
28 <property name="text" >
29 <string>Reference Image (0)</string>
33 <item row="1" column="1" >
34 <widget class="QSlider" name="refImageSlider" >
35 <property name="orientation" >
36 <enum>Qt::Horizontal</enum>
38 <property name="tickPosition" >
39 <enum>QSlider::TicksAbove</enum>
41 <property name="tickInterval" >
46 <item row="2" column="0" >
47 <widget class="QLabel" name="label_2" >
48 <property name="text" >
49 <string>Maximum number of iterations </string>
53 <item row="2" column="1" >
54 <widget class="QSpinBox" name="iterSpin" >
55 <property name="minimum" >
58 <property name="maximum" >
59 <number>1000000</number>
61 <property name="singleStep" >
64 <property name="value" >
69 <item row="3" column="0" >
70 <widget class="QLabel" name="label_7" >
71 <property name="text" >
72 <string>Number of consecutive useless iterations before stop</string>
74 <property name="wordWrap" >
79 <item row="3" column="1" >
80 <widget class="QSpinBox" name="stopSpin" >
81 <property name="maximum" >
82 <number>100000</number>
84 <property name="value" >
89 <item row="4" column="0" >
90 <widget class="QLabel" name="label_3" >
91 <property name="text" >
92 <string>Alpha</string>
96 <item row="4" column="1" >
97 <widget class="QDoubleSpinBox" name="alphaSpin" >
98 <property name="singleStep" >
99 <double>0.100000000000000</double>
101 <property name="value" >
102 <double>1.000000000000000</double>
106 <item row="5" column="0" >
107 <widget class="QLabel" name="label_4" >
108 <property name="text" >
109 <string>Sigma</string>
113 <item row="5" column="1" >
114 <widget class="QDoubleSpinBox" name="sigmaSpin" >
115 <property name="singleStep" >
116 <double>0.100000000000000</double>
118 <property name="value" >
119 <double>1.000000000000000</double>
123 <item row="6" column="0" >
124 <widget class="QLabel" name="label_5" >
125 <property name="text" >
126 <string>Number of threads</string>
130 <item row="6" column="1" >
131 <widget class="QSpinBox" name="threadSpin" >
132 <property name="minimum" >
135 <property name="maximum" >
138 <property name="value" >
143 <item row="7" column="0" >
144 <widget class="QLabel" name="label_6" >
145 <property name="text" >
146 <string>Ouput file name</string>
150 <item row="7" column="1" >
151 <layout class="QHBoxLayout" >
153 <widget class="QLineEdit" name="outputLineEdit" >
154 <property name="text" >
155 <string>output_vf.mhd</string>
160 <widget class="QPushButton" name="outputPushButton" >
161 <property name="text" >
162 <string>Chose file</string>
168 <item row="8" column="1" >
169 <widget class="QDialogButtonBox" name="buttonBox" >
170 <property name="orientation" >
171 <enum>Qt::Horizontal</enum>
173 <property name="standardButtons" >
174 <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
183 <sender>buttonBox</sender>
184 <signal>rejected()</signal>
185 <receiver>vvDeformationDialog</receiver>
186 <slot>reject()</slot>
188 <hint type="sourcelabel" >
192 <hint type="destinationlabel" >
199 <sender>buttonBox</sender>
200 <signal>accepted()</signal>
201 <receiver>vvDeformationDialog</receiver>
202 <slot>accept()</slot>
204 <hint type="sourcelabel" >
208 <hint type="destinationlabel" >