49 property_tree_model_ =
nullptr;
76 lvalue =
value.toLong(&ok);
94 for (
const std::pair<const std::string, std::string>& param : params)
96 const QString key = QString::fromStdString(
param.first);
97 const QString
value = QString::fromStdString(
param.second);
120 std::map<std::string, std::string> params;
121 params[source->
getName().toStdString()] = source->
getValue().toString().toStdString();