1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-26 14:27:07 +00:00

GUI Overhaul

This commit is contained in:
hooper114
2009-04-26 22:04:51 +00:00
parent f567430fea
commit 8a5b33a9cb
6 changed files with 3055 additions and 745 deletions

View File

@@ -20,8 +20,8 @@
BarcodeItem::BarcodeItem()
: QGraphicsItem()
{
w=400;
h=400;
w=550;
h=230;
}