]> Creatis software - clitk.git/blob - vv/qt_ui/vvToolImageArithm.ui
da3ff15bdb6338b619a6d0c52e09c50b67fa59c5
[clitk.git] / vv / qt_ui / vvToolImageArithm.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>vvToolImageArithm</class>
4  <widget class="QWidget" name="vvToolImageArithm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>424</width>
10     <height>345</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     <layout class="QHBoxLayout" name="horizontalLayout_2">
19      <item>
20       <spacer name="horizontalSpacer">
21        <property name="orientation">
22         <enum>Qt::Horizontal</enum>
23        </property>
24        <property name="sizeHint" stdset="0">
25         <size>
26          <width>40</width>
27          <height>20</height>
28         </size>
29        </property>
30       </spacer>
31      </item>
32      <item>
33       <widget class="QCheckBox" name="mCheckBoxUseFloatOutputType">
34        <property name="text">
35         <string>Set output pixel type to float</string>
36        </property>
37        <property name="checked">
38         <bool>false</bool>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <spacer name="horizontalSpacer_2">
44        <property name="orientation">
45         <enum>Qt::Horizontal</enum>
46        </property>
47        <property name="sizeHint" stdset="0">
48         <size>
49          <width>40</width>
50          <height>20</height>
51         </size>
52        </property>
53       </spacer>
54      </item>
55     </layout>
56    </item>
57    <item>
58     <layout class="QHBoxLayout" name="horizontalLayout_3">
59      <item>
60       <widget class="QGroupBox" name="mGroupBoxTwoInputs">
61        <property name="title">
62         <string>Operation with two images</string>
63        </property>
64        <layout class="QVBoxLayout" name="verticalLayout">
65         <item>
66          <widget class="QRadioButton" name="radioButtonSum">
67           <property name="text">
68            <string>Sum A+B</string>
69           </property>
70           <property name="checked">
71            <bool>true</bool>
72           </property>
73          </widget>
74         </item>
75         <item>
76          <widget class="QRadioButton" name="radioButtonMultiply">
77           <property name="text">
78            <string>Multiply A*B</string>
79           </property>
80          </widget>
81         </item>
82         <item>
83          <widget class="QRadioButton" name="radioButtonDivide">
84           <property name="text">
85            <string>Divide A/B</string>
86           </property>
87          </widget>
88         </item>
89         <item>
90          <widget class="QRadioButton" name="radioButtonMin">
91           <property name="text">
92            <string>Min [A,B]</string>
93           </property>
94          </widget>
95         </item>
96         <item>
97          <widget class="QRadioButton" name="radioButtonMax">
98           <property name="text">
99            <string>Max [A,B]</string>
100           </property>
101          </widget>
102         </item>
103         <item>
104          <widget class="QRadioButton" name="radioButtonAbsDiff">
105           <property name="text">
106            <string>Absolute difference |A-B|</string>
107           </property>
108          </widget>
109         </item>
110         <item>
111          <widget class="QRadioButton" name="radioButtonSquaredDiff">
112           <property name="text">
113            <string>Squared difference (A-B)²</string>
114           </property>
115          </widget>
116         </item>
117        </layout>
118       </widget>
119      </item>
120      <item>
121       <widget class="QGroupBox" name="mGroupBoxOneInput">
122        <property name="title">
123         <string>Operation on a single image</string>
124        </property>
125        <layout class="QVBoxLayout" name="verticalLayout_2">
126         <item>
127          <layout class="QHBoxLayout" name="horizontalLayout">
128           <item>
129            <widget class="QLabel" name="mLabelInputInfo">
130             <property name="font">
131              <font>
132               <pointsize>11</pointsize>
133               <weight>50</weight>
134               <bold>false</bold>
135              </font>
136             </property>
137             <property name="frameShape">
138              <enum>QFrame::NoFrame</enum>
139             </property>
140             <property name="text">
141              <string>Value (v)</string>
142             </property>
143            </widget>
144           </item>
145           <item>
146            <widget class="QDoubleSpinBox" name="mValueSpinBox">
147             <property name="minimum">
148              <double>-999999999.000000000000000</double>
149             </property>
150             <property name="maximum">
151              <double>999999999.000000000000000</double>
152             </property>
153            </widget>
154           </item>
155          </layout>
156         </item>
157         <item>
158          <widget class="QRadioButton" name="radioButtonSumV">
159           <property name="text">
160            <string>Sum A(x)+v</string>
161           </property>
162           <property name="checked">
163            <bool>true</bool>
164           </property>
165          </widget>
166         </item>
167         <item>
168          <widget class="QRadioButton" name="radioButtonMultiplyV">
169           <property name="text">
170            <string>Multiply A(x)*v</string>
171           </property>
172          </widget>
173         </item>
174         <item>
175          <widget class="QRadioButton" name="radioButtonInverseV">
176           <property name="text">
177            <string>Inverse v/A(x)</string>
178           </property>
179          </widget>
180         </item>
181         <item>
182          <widget class="QRadioButton" name="radioButtonMaxV">
183           <property name="text">
184            <string>Max [ A(x), v ]</string>
185           </property>
186          </widget>
187         </item>
188         <item>
189          <widget class="QRadioButton" name="radioButtonMinV">
190           <property name="text">
191            <string>Min [ A(x),v ]</string>
192           </property>
193          </widget>
194         </item>
195         <item>
196          <widget class="QRadioButton" name="radioButtonAbsDiffV">
197           <property name="text">
198            <string>Absolute difference |A(x)-v|</string>
199           </property>
200          </widget>
201         </item>
202         <item>
203          <widget class="QRadioButton" name="radioButtonSquaredDiffV">
204           <property name="text">
205            <string>Squared difference (A(x)-v)²</string>
206           </property>
207          </widget>
208         </item>
209         <item>
210          <widget class="QRadioButton" name="radioButtonLogV">
211           <property name="text">
212            <string>Log A(x)    (don't use v)</string>
213           </property>
214          </widget>
215         </item>
216         <item>
217          <widget class="QRadioButton" name="radioButtonExpV">
218           <property name="text">
219            <string>Exp A(x)    (don't use v)</string>
220           </property>
221          </widget>
222         </item>
223         <item>
224          <widget class="QRadioButton" name="radioButtonSqrtV">
225           <property name="text">
226            <string>Sqrt A(x)    (don't use v)</string>
227           </property>
228          </widget>
229         </item>
230        </layout>
231       </widget>
232      </item>
233     </layout>
234    </item>
235   </layout>
236  </widget>
237  <resources>
238   <include location="../vvIcons.qrc"/>
239  </resources>
240  <connections/>
241 </ui>