Some prototypical table output
This commit is contained in:
parent
59c409c872
commit
463dc275d0
6 changed files with 121 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue