mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
unneeded
This commit is contained in:
parent
290a066169
commit
9304cfbdd5
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue