MCPcopy Create free account
hub / github.com/MITK/MITK / InsertLayout

Method InsertLayout

Modules/FormsUI/src/QmitkQuestionWidget.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void QmitkQuestionWidget::InsertLayout(QLayout* layout)
92{
93 m_Layout->insertLayout(1, layout);
94}

Calls

no outgoing calls

Tested by

no test coverage detected