mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 13:34:19 -04:00
Add Code One support
This commit is contained in:
parent
7ad339627c
commit
2145673ce4
12 changed files with 1417 additions and 10 deletions
|
@ -291,6 +291,7 @@ void QZint::render(QPainter & painter, const QRectF & paintRect, AspectRatioMode
|
|||
|
||||
painter.save();
|
||||
painter.setClipRect(paintRect,Qt::IntersectClip);
|
||||
painter.setRenderHint(QPainter::Antialiasing);
|
||||
qreal xtr=paintRect.x();
|
||||
qreal ytr=paintRect.y();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue