Home
last modified time | relevance | path

Searched refs:jsonPageformat (Results 1 – 1 of 1) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dfile.cpp3272 QJsonObject jsonPageformat; in saveMetadataJSON() local
3273 jsonPageformat.insert("height",round(score->styleD(Sid::pageHeight) * INCH)); in saveMetadataJSON()
3274 jsonPageformat.insert("width", round(score->styleD(Sid::pageWidth) * INCH)); in saveMetadataJSON()
3275 jsonPageformat.insert("twosided", boolToString(score->styleB(Sid::pageTwosided))); in saveMetadataJSON()
3276 json.insert("pageFormat", jsonPageformat); in saveMetadataJSON()