]> Creatis software - clitk.git/commitdiff
*** empty log message ***
authordsarrut <dsarrut>
Mon, 12 Jul 2010 07:17:07 +0000 (07:17 +0000)
committerdsarrut <dsarrut>
Mon, 12 Jul 2010 07:17:07 +0000 (07:17 +0000)
vv/icons/lung-overlay.png
vv/icons/register.png
vv/qt_ui/vvToolRigidReg.ui
vv/vvIcons.qrc
vv/vvToolRigidReg.cxx
vv/vvToolStructureSetManager.cxx

index 40aff83d9380ee60209af6f7c702f333e8ccd7b2..e708c0390bfdd79b1948d8ba255c73fa384999ff 100644 (file)
Binary files a/vv/icons/lung-overlay.png and b/vv/icons/lung-overlay.png differ
index d33064fd36226f454eeef0954a4dd8f284626db2..f172995d3c23aee37948cc803a3a39c03df871d2 100644 (file)
Binary files a/vv/icons/register.png and b/vv/icons/register.png differ
index 32dc57c8820bbfbab5d3bd6d6591329fd46af235..03206620d18e12b5878d8bcec900ab8f93141271 100644 (file)
    </item>
   </layout>
  </widget>
- <resources/>
+ <resources>
+  <include location="../vvIcons.qrc"/>
+ </resources>
  <connections/>
 </ui>
index 13b7c6790cade3541cd8c2ac1f47081c39d32114..535dc9fb24ad20e1881a0390a862eb66c56ac0e5 100644 (file)
@@ -1,5 +1,6 @@
 <RCC>
   <qresource prefix="common">
+    <file>icons/tool-roi.png</file>
     <file>icons/plastimatch.png</file>
     <file>icons/lung-overlay.png</file>
     <file>icons/arithm.png</file>
index 3a533ea27838ca4ae7f5b6791b195ff5f1065991..d1cc0657eaf6e0e4fa1f730a7c86e99a099de2b1 100644 (file)
@@ -388,6 +388,7 @@ void vvToolRigidReg::UpdateTransform(bool slider_enabled)
 }
 //------------------------------------------------------------------------------
 
+
 //------------------------------------------------------------------------------
 void vvToolRigidReg::SaveFile()
 {
index 4684b5bca0b6a023e58c87570d46fa8dede388d6..a755369a3a0208479bebf97b13ffa98db5dcac2f 100644 (file)
@@ -109,7 +109,7 @@ vvToolStructureSetManager::~vvToolStructureSetManager()
 void vvToolStructureSetManager::Initialize() {
   SetToolName("ROIManager");
   SetToolMenuName("Display ROI");
-  SetToolIconFilename(":/common/icons/lung-overlay.png");
+  SetToolIconFilename(":/common/icons/tool-roi.png");
   SetToolTip("Display ROI from label image.");
   SetToolExperimental(true);
 }