Some prototypical table output

This commit is contained in:
Michael Mandl 2019-01-12 21:42:52 +01:00
parent 59c409c872
commit 463dc275d0
6 changed files with 121 additions and 1 deletions

View file

@ -163,4 +163,6 @@ void MetaDataModel::printTo(QPainter &painter) const
painter.drawText(0, 0, "Alter am Testtag");
painter.drawText(0.25 * width, 0, getAge().toString().c_str());
painter.translate(0, 2 * height);
}