23 #include <QHBoxLayout>
24 #include <QVBoxLayout>
39 QVBoxLayout *vlayout =
new QVBoxLayout(
this);
40 vlayout->setMargin(0);
41 vlayout->setSpacing(2);
44 QWidget *viewParent =
new QWidget(
this);
45 vlayout->addWidget(viewParent);
46 QHBoxLayout *hlayout =
new QHBoxLayout(viewParent);
47 hlayout->setMargin(0);
54 hlayout->addWidget(multiWidget);
virtual bool InitializeViews(const BaseGeometry *geometry, RequestType type=REQUEST_UPDATE_ALL, bool preserveRoughOrientationInWorldSpace=false)
Step8(int argc, char *argv[], QWidget *parent=nullptr)
As Step6, but with QmitkStdMultiWidget as widget.
static RenderingManager * GetInstance()
virtual void SetupWidgets() override
virtual mitk::VtkPropRenderer * GetRenderer()
virtual void SetMapperID(const MapperSlotId mapperId) override
Set the MapperSlotId to use.
mitk::StandaloneDataStorage::Pointer m_DataStorage