1
0

Merge branch 'cobleebuilder'

This commit is contained in:
Maran
2012-08-02 18:07:25 +02:00
9 changed files with 226 additions and 135 deletions

View File

@@ -153,7 +153,7 @@ class QRCodeWidget(QWidget):
def paintEvent(self, e):
qp = QtGui.QPainter()
qp.begin(self)
boxsize = 7
boxsize = 6
size = self.qr.getModuleCount()*boxsize
k = self.qr.getModuleCount()
black = QColor(0, 0, 0, 255)