11#include <QAbstractScrollArea>
30 const QMap<QString, QString> &extraValues) {
41 auto text = QString{};
43 if (!info.
value(0).isEmpty() && info.
value(0) !=
"-") {
44 text += info.
name(0) +
"=" + info.
value(0) +
", ";
45 text += info.
name(1) +
"=" + info.
value(1) +
", ";
46 text += info.
name(2) +
"=" + info.
value(2);
std::shared_ptr< Workspace > Workspace_sptr
shared pointer to Mantid::API::Workspace