Print subtest 6 and results
This commit is contained in:
parent
189c24cf61
commit
51271e9595
16 changed files with 187 additions and 37 deletions
|
@ -76,10 +76,7 @@ void PluralModel::printTests(QPainter &painter) const
|
|||
|
||||
x += cellWidth;
|
||||
}
|
||||
y += rowHeight;
|
||||
|
||||
drawResultSquare(painter, y, true, test.getPoints());
|
||||
y += rowHeight;
|
||||
y += 2 * rowHeight;
|
||||
}
|
||||
|
||||
painter.translate(0, y + 2 * rowHeight);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue