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

Footprint + tooltip

parent bcaa0946
No related branches found
No related tags found
1 merge request!2694PolyItem: simplify; disambiguate fcts
......@@ -72,7 +72,10 @@ SourceItem::SourceItem()
RealLimits::limited(0.0, 1e32), "intensity");
m_azimuthal_angle_item = std::make_unique<BeamDistributionItem>(Units::deg);
m_footprint.simpleInit("Type", "Footprint type", FootprintCatalog::Type::Gaussian);
m_footprint.simpleInit(
"Footprint type",
"Model for surface area where scattering takes place (\"beam footprint\")",
FootprintCatalog::Type::Gaussian);
}
void SourceItem::writeTo(QXmlStreamWriter* w) const
......
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