13#ifndef QmitkUSAbstractCustomWidget_h
14#define QmitkUSAbstractCustomWidget_h
18#include <MitkUSUIExports.h>
22#include <mitkServiceInterface.h>
73 void SetDevice(mitk::USDevice::Pointer device);
74 mitk::USDevice::Pointer GetDevice()
const;
115 us::ServiceProperties GetServiceProperties()
const;
127 void showEvent ( QShowEvent * event )
override;
132 static std::string US_DEVICE_PROPKEY_CLASS();
136 mitk::USDevice::Pointer m_Device;
137 bool m_IsClonedForQt;