unneeded
This commit is contained in:
parent
290a066169
commit
9304cfbdd5
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user