]> Creatis software - clitk.git/blobdiff - vv/qt_ui/vvToolImageArithm.ui
Into ImageArithm GUI in vv, add other operations
[clitk.git] / vv / qt_ui / vvToolImageArithm.ui
index 7535a361e79bbcb3c4a71fa7581abff59fbd1b05..36a4641ebda8a1f7a4312a71ebbcb8e8907a1d0a 100644 (file)
           </property>
          </widget>
         </item>
+        <item>
+         <widget class="QRadioButton" name="radioButtonDifference">
+          <property name="text">
+           <string>Difference A-B</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QRadioButton" name="radioButtonRelativeDiff">
+          <property name="text">
+           <string>Relative difference (A-B)/A</string>
+          </property>
+         </widget>
+        </item>
        </layout>
       </widget>
      </item>
           </item>
           <item>
            <widget class="QDoubleSpinBox" name="mValueSpinBox">
+            <property name="minimum">
+             <double>-999999999.000000000000000</double>
+            </property>
             <property name="maximum">
              <double>999999999.000000000000000</double>
             </property>
          </widget>
         </item>
         <item>
-         <widget class="QRadioButton" name="radioButtonLogV">
+         <widget class="QRadioButton" name="radioButtonLogAlone">
           <property name="text">
            <string>Log A(x)    (don't use v)</string>
           </property>
          </widget>
         </item>
         <item>
-         <widget class="QRadioButton" name="radioButtonExpV">
+         <widget class="QRadioButton" name="radioButtonExpAlone">
           <property name="text">
            <string>Exp A(x)    (don't use v)</string>
           </property>
           </property>
          </widget>
         </item>
+        <item>
+         <widget class="QRadioButton" name="radioButtonDivideV">
+          <property name="text">
+           <string>Division A(x)/v</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QRadioButton" name="radioButtonNormalize">
+          <property name="text">
+           <string>A(x)/max(A(x))    (don't use v)</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QRadioButton" name="radioButtonLogV">
+          <property name="text">
+           <string>-Log (A(x)/v)</string>
+          </property>
+         </widget>
+        </item>
        </layout>
       </widget>
      </item>
    </item>
   </layout>
  </widget>
- <resources/>
+ <resources>
+  <include location="../vvIcons.qrc"/>
+ </resources>
  <connections/>
 </ui>