Read and write some protobuf data
This commit is contained in:
parent
7b02a34cf3
commit
221368b3ca
11 changed files with 196 additions and 22 deletions
|
@ -130,6 +130,10 @@ void MetaDataModel::read(const QJsonObject &json)
|
|||
setData(index(0, 4), json["remarks"].toVariant(), Qt::EditRole);
|
||||
}
|
||||
|
||||
//void MetaDataModel::writeProtoBuf(ESGRAF48::MetaDataModel &model) const
|
||||
//{
|
||||
//}
|
||||
|
||||
std::string MetaDataModel::toHtml() const
|
||||
{
|
||||
std::ostringstream out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue