This commit is contained in:
ThomasV 2012-04-09 18:53:56 +02:00
parent 290a066169
commit 9304cfbdd5
1 changed files with 0 additions and 2 deletions

View File

@ -100,8 +100,6 @@ class QRCodeWidget(QWidget):
super(QRCodeWidget, self).__init__()
self.addr = addr
self.setGeometry(300, 300, 350, 350)
self.setWindowTitle('Colors')
self.show()
self.qr = pyqrnative.QRCode(4, pyqrnative.QRErrorCorrectLevel.H)
self.qr.addData(addr)
self.qr.make()