Skip to content
Snippets Groups Projects
Commit 28a70b17 authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

abscissa

parent 8046b3ab
No related branches found
No related tags found
1 merge request!2828Small fixes to fit editor and importer
...@@ -121,7 +121,7 @@ Import1dDialog::Import1dDialog(QWidget* parent, QString fname) ...@@ -121,7 +121,7 @@ Import1dDialog::Import1dDialog(QWidget* parent, QString fname)
const std::vector<std::string> qCoords{"q (1/nm)", "q (1/angstrom)", "alpha (rad)", const std::vector<std::string> qCoords{"q (1/nm)", "q (1/angstrom)", "alpha (rad)",
"alpha (deg)", "2alpha (rad)", "2alpha (deg)"}; "alpha (deg)", "2alpha (rad)", "2alpha (deg)"};
auto* qUnitCombo = new QComboBox; auto* qUnitCombo = new QComboBox;
form211->addRow("Ordinate given as:", qUnitCombo); form211->addRow("Abscissa given as:", qUnitCombo);
qUnitCombo->addItem("q (1/nm)"); qUnitCombo->addItem("q (1/nm)");
qUnitCombo->addItem("q (1/Å)"); qUnitCombo->addItem("q (1/Å)");
qUnitCombo->addItem("α (rad)"); qUnitCombo->addItem("α (rad)");
......
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