Add QR Display for Private Key export

This commit is contained in:
Michael Wozniak 2014-03-01 20:37:01 -05:00
parent 13280e0bd7
commit 8b20250f8e
1 changed files with 1 additions and 0 deletions

View File

@ -1700,6 +1700,7 @@ class ElectrumWindow(QMainWindow):
keys.setReadOnly(True)
keys.setText('\n'.join(pk_list))
vbox.addWidget(keys)
vbox.addWidget( QRCodeWidget('\n'.join(pk_list)) )
vbox.addLayout(close_button(d))
d.setLayout(vbox)
d.exec_()