17 static std::string s =
"org.mitk.services.UltrasoundCustomWidget.deviceClass";
22 : QWidget(parent), m_IsClonedForQt(false)
46 clonedWidget->m_IsClonedForQt =
true;
52 us::ServiceProperties result;
64 if ( ! m_IsClonedForQt )
66 MITK_ERROR <<
"Object wasn't cloned with CloneForQt() before using as QWidget.";
67 mitkThrow() <<
"Object wasn't cloned with CloneForQt() before using as QWidget.";
70 QWidget::showEvent(event);