21 #include <QVBoxLayout>
27 auto* layout =
new QVBoxLayout(
this);
28 layout->setContentsMargins(0, 0, 0, 0);
31 layout->addWidget(beamEditor);
34 layout->addWidget(detectorEditor);
37 layout->addWidget(polMatricesAnalysisEditor);
Defines class DetectorEditor.
Defines class InstrumentItem and all its children.
Defines class OffspecBeamEditor.
Defines class OffspecInstrumentEditor.
Defines class PolarizationAnalysisEditor.
Contains stack of detector editors and the logic to show proper editor for certain type of detector i...
Off-specular beam editor. Operates on OffspecInstrumentItem.
OffspecInstrumentEditor(QWidget *parent, OffspecInstrumentItem *instrument)
Polarization analysis editor (beam polarization, analyzer properties) for instrument editors....