<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>
<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>
vvHelpDialog *help_dialog;
vvDocumentation *documentation;
vvDicomSeriesSelector *dicomSeriesSelector;
+
+ vvWipeImage::Pointer mWipeImage;
+ #if CLITK_USE_PACS_CONNECTION
+ vvQPacsConnection *PacsConnection;
+ #endif
+
bool viewMode;
bool playMode;