Skip to content
Snippets Groups Projects
Commit 27dc6d09 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

DetectorAlignmentForm merge create fct -> c'tor

parent 71b88227
No related branches found
No related tags found
1 merge request!2058GUI instrument editor: detector section made more compact
......@@ -63,11 +63,6 @@ DetectorAlignmentForm::DetectorAlignmentForm(QWidget* parent, DetectorItem* item
m_formLayout->setContentsMargins(0, 0, 0, 0);
mainLayout->addRow(m_formLayout);
createAligmentWidgets();
}
void DetectorAlignmentForm::createAligmentWidgets()
{
GUI::Util::Layout::clearLayout(m_formLayout);
const QString& descr = alignmentDescription.at(m_item->detectorAlignment());
......
......@@ -34,8 +34,6 @@ signals:
void dataChanged();
private:
void createAligmentWidgets();
DetectorItem* m_item;
QFormLayout* m_formLayout;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment