20 #include <QHBoxLayout> 21 #include <QVBoxLayout> 36 QVBoxLayout *vlayout =
new QVBoxLayout(
this);
37 vlayout->setMargin(0);
38 vlayout->setSpacing(2);
41 QWidget *viewParent =
new QWidget(
this);
42 vlayout->addWidget(viewParent);
43 QHBoxLayout *hlayout =
new QHBoxLayout(viewParent);
44 hlayout->setMargin(0);
51 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()
void SetupWidgets() override
virtual mitk::VtkPropRenderer * GetRenderer()
void SetMapperID(const MapperSlotId mapperId) override
Set the MapperSlotId to use.
mitk::StandaloneDataStorage::Pointer m_DataStorage