]> Creatis software - clitk.git/commitdiff
Merge branch 'master' into wipe
authortbaudier <thomas.baudier@creatis.insa-lyon.fr>
Tue, 17 Jan 2017 14:15:25 +0000 (15:15 +0100)
committertbaudier <thomas.baudier@creatis.insa-lyon.fr>
Tue, 17 Jan 2017 14:15:25 +0000 (15:15 +0100)
Conflicts:
vv/qt_ui/vvMainWindow.ui
vv/vvIcons.qrc

1  2 
vv/CMakeLists.txt
vv/qt_ui/vvMainWindow.ui
vv/vvIcons.qrc
vv/vvMainWindow.cxx
vv/vvMainWindow.h

Simple merge
index 91774e8c075a810b1bcd22b3245aef50229b1ecc,ec4051a3b58bfc22032c84286e8acacc6de3f2a5..10c8400cf89eb43aa870c2edde34df15f169d90e
      <bool>true</bool>
     </property>
    </action>
 +  <action name="actionAdd_wipe_image">
 +   <property name="icon">
 +    <iconset resource="../vvIcons.qrc">
 +     <normaloff>:/common/icons/wipe.png</normaloff>:/common/icons/wipe.png</iconset>
 +   </property>
 +   <property name="text">
 +    <string>Add wipe Image</string>
 +   </property>
 +   <property name="iconVisibleInMenu">
 +    <bool>true</bool>
 +   </property>
 +  </action>
+   <action name="actionConnect_Pacs">
+    <property name="text">
+     <string>Connect Pacs</string>
+    </property>
+   </action>
++   </property>
++  </action>
   </widget>
   <customwidgets>
    <customwidget>
diff --cc vv/vvIcons.qrc
index 8c8d0a5fbdd40441a3f447fcb16eb3dd8b792e82,a5e31ccdfbfc6853ade30da993a50c4498b868ee..dba9116341b25d23cb79b4c97c5cdc317df8e1f9
@@@ -41,6 -41,8 +41,9 @@@
      <file>icons/standardbutton-apply-16.png</file>
      <file>icons/standardbutton-cancel-16.png</file>
      <file>icons/identity.png</file>
 +    <file>icons/wipe.png</file>
+       <file>icons/basket_download.png</file>
+       <file>icons/edit.png</file>
+       <file>icons/bullet_info.png</file>
    </qresource>
  </RCC>
Simple merge
index d587a7f91ab9a203bd22fe78fed76c1c27fbc34b,8908b24004ca7fca8bae8c6f0e3d76fa5f9968a1..81bc7c42705fa310d5ec72425c9e6c6e5ea5be3e
@@@ -197,9 -199,11 +203,13 @@@ private
    vvHelpDialog *help_dialog;
    vvDocumentation *documentation;
    vvDicomSeriesSelector *dicomSeriesSelector;
 +  
 +  vvWipeImage::Pointer mWipeImage;
  
+ #if CLITK_USE_PACS_CONNECTION
+   vvQPacsConnection *PacsConnection;
+ #endif
    bool viewMode;
    bool playMode;