]> Creatis software - clitk.git/blob - vv/qt_ui/vvToolImageArithm.ui
- add "convert to" in context menu
[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="maximum">
148              <double>999999999.000000000000000</double>
149             </property>
150            </widget>
151           </item>
152          </layout>
153         </item>
154         <item>
155          <widget class="QRadioButton" name="radioButtonSumV">
156           <property name="text">
157            <string>Sum A(x)+v</string>
158           </property>
159           <property name="checked">
160            <bool>true</bool>
161           </property>
162          </widget>
163         </item>
164         <item>
165          <widget class="QRadioButton" name="radioButtonMultiplyV">
166           <property name="text">
167            <string>Multiply A(x)*v</string>
168           </property>
169          </widget>
170         </item>
171         <item>
172          <widget class="QRadioButton" name="radioButtonInverseV">
173           <property name="text">
174            <string>Inverse v/A(x)</string>
175           </property>
176          </widget>
177         </item>
178         <item>
179          <widget class="QRadioButton" name="radioButtonMaxV">
180           <property name="text">
181            <string>Max [ A(x), v ]</string>
182           </property>
183          </widget>
184         </item>
185         <item>
186          <widget class="QRadioButton" name="radioButtonMinV">
187           <property name="text">
188            <string>Min [ A(x),v ]</string>
189           </property>
190          </widget>
191         </item>
192         <item>
193          <widget class="QRadioButton" name="radioButtonAbsDiffV">
194           <property name="text">
195            <string>Absolute difference |A(x)-v|</string>
196           </property>
197          </widget>
198         </item>
199         <item>
200          <widget class="QRadioButton" name="radioButtonSquaredDiffV">
201           <property name="text">
202            <string>Squared difference (A(x)-v)²</string>
203           </property>
204          </widget>
205         </item>
206         <item>
207          <widget class="QRadioButton" name="radioButtonLogV">
208           <property name="text">
209            <string>Log A(x)    (don't use v)</string>
210           </property>
211          </widget>
212         </item>
213         <item>
214          <widget class="QRadioButton" name="radioButtonExpV">
215           <property name="text">
216            <string>Exp A(x)    (don't use v)</string>
217           </property>
218          </widget>
219         </item>
220         <item>
221          <widget class="QRadioButton" name="radioButtonSqrtV">
222           <property name="text">
223            <string>Sqrt A(x)    (don't use v)</string>
224           </property>
225          </widget>
226         </item>
227        </layout>
228       </widget>
229      </item>
230     </layout>
231    </item>
232   </layout>
233  </widget>
234  <resources>
235   <include location="../vvIcons.qrc"/>
236  </resources>
237  <connections/>
238 </ui>