Mercurial > hg > svcore
comparison data/model/TextModel.h @ 1789:baafe1bb7e51 time-frequency-boxes
Fixes to export of time-frequency box model
author | Chris Cannam |
---|---|
date | Fri, 20 Sep 2019 14:18:38 +0100 |
parents | 6d09d68165a4 |
children | 343ef2a866a4 |
comparison
equal
deleted
inserted
replaced
1787:9ab3be243397 | 1789:baafe1bb7e51 |
---|---|
251 // subsequent events are always notified | 251 // subsequent events are always notified |
252 .arg(m_events.getExportId()) | 252 .arg(m_events.getExportId()) |
253 .arg(extraAttributes)); | 253 .arg(extraAttributes)); |
254 | 254 |
255 Event::ExportNameOptions options; | 255 Event::ExportNameOptions options; |
256 options.valueAtttributeName = "height"; | 256 options.valueAttributeName = "height"; |
257 | 257 |
258 m_events.toXml(out, indent, QString("dimensions=\"2\""), options); | 258 m_events.toXml(out, indent, QString("dimensions=\"2\""), options); |
259 } | 259 } |
260 | 260 |
261 QString toDelimitedDataString(QString delimiter, | 261 QString toDelimitedDataString(QString delimiter, |