19 #include <QFileDialog>
59 this->setParent(static_cast<QWidget*>(m_Window->GetShell()->GetControl()));
60 this->setText(
"&DICOM");
61 this->setToolTip(
"Open dicom tool");
67 this->connect(
this, SIGNAL(triggered(
bool)),
this, SLOT(
Run()));
74 if (m_Window->GetActivePage().
IsNull())
76 QString defaultPerspId = m_Window->GetWorkbench()->GetPerspectiveRegistry()->GetDefaultPerspective();
77 m_Window->GetWorkbench()->ShowPerspective(defaultPerspId, m_Window);
109 m_Window->GetActivePage()->OpenEditor(editorInput2,
"org.mitk.editors.dicomeditor");
virtual SmartPointer< IPreferences > GetSystemPreferences()=0
QmitkOpenDicomEditorAction(berry::IWorkbenchWindow::Pointer window)